@font-face {
  font-display: block;
  font-family: "Avenir";
  font-stretch: normal;
  font-weight: normal;
  src: url("fonts/AvenirNextLTPro-Light.otf");
}

@font-face {
  font-display: block;
  font-family: "Avenir";
  font-stretch: normal;
  font-weight: 500;
  src: url("fonts/AvenirNextLTPro-Medium.otf");
}

@font-face {
  font-display: block;
  font-family: "Avenir";
  font-stretch: normal;
  font-weight: 600;
  src: url("fonts/AvenirNextLTPro-Demi.otf");
}

@font-face {
  font-display: block;
  font-family: "Avenir";
  font-stretch: normal;
  font-weight: bold;
  src: url("fonts/AvenirNextLTPro-Bold.otf");
}

@font-face {
  font-display: block;
  font-family: "Avenir";
  font-stretch: condensed;
  font-weight: normal;
  src: url("fonts/AvenirNextLTPro-UltLtCn.otf");
}

/*************** ***************
 * ## Variables
 */
/***************
 * ### Desktop / Mobile View threshold Screen Resolution
 */
* {
  margin: 0;
  padding: 0;
  font-family: "Avenir";
}

*:focus {
  outline: none;
}

.overflow {
  overflow: hidden;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
}

a {
  color: #009cd6;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_content img {
  width: auto;
  max-width: 100%;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.w_line {
  height: 1px;
  background-color: white;
}

.wrapper {
  max-width: 1140px;
  width: auto;
  margin: 0 auto;
  padding: 0 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  padding: 36px 0;
  text-align: center;
  padding: 20px 0;
}

.general_title {
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.general_desc {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
  max-width: 50%;
  margin: 18px auto;
}

.content_bg {
  background-color: #f3f3f3;
}

.hidden-link {
  display: none;
  color: #000000;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.pagination {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.pagination a {
  color: #009cd6;
  margin-right: 5px;
}

.pagination span.current {
  background-color: #009cd6;
  border-radius: 2px;
  color: white;
  cursor: default;
  padding: 5px 7px 2px 7px;
  margin-right: 2px;
}

.search_block {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 105px;
}

.search_block .search {
  border: none;
  width: 91%;
  height: 44px;
  border-radius: 4px;
}

.search_block .search-input-parent {
  position: relative;
}

.search_block .search-input-parent .rk_ac {
  top: 42px;
}

.search_block .search-input-parent .rk_ac li {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media only screen and (min-width: 1252px) {
  .search_block .search-input-parent .rk_ac li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.search_block .search_submit {
  width: 84px;
  height: 44px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.search_page {
  background-color: #f3f3f3;
}

.search_page main .search-sec .search_block .filtered_block .filtered_title {
  display: none;
}

.search_page main .search-sec .search_block .filtered_block .filter_selection {
  margin-top: 20px;
  padding: 0;
}

.search_page main .search-sec .switcher_block {
  margin-top: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
}

.search_page main .post_block .post_item_block {
  margin-bottom: 20px;
}

.search_page main .post_block_pdf .post_item_block {
  margin-bottom: 20px;
}

.search_page main .external_block .external_block_resours_block .resours_section_block {
  height: 410px;
}

.search_page main .wrapper {
  padding: 0 36px;
}

.search_page .search_sec {
  padding: 36px 0 30px 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 36px 30px;
  max-width: none;
  width: auto;
  margin: 0 0;
}

.search_page .search_sec .search_block {
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search_page .search_sec .search_block .search {
  width: 67%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search_page .search_sec .search_block .search_submit {
  padding-top: 4px;
  font-size: 16px;
  background-color: #009cd6;
  border: 1px solid #009cd6;
  color: white;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search_page .search_sec .search_block .search_submit:hover {
  background-color: transparent;
  color: #009cd6;
}

.search_page .search_sec .search_block .filtered_block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.search_page .search_sec .search_block .filtered_block .filter_selection {
  padding: 30px 0;
}

.search_page .search_sec .switcher_block {
  width: 304px;
  height: 33px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border: solid 1px #707070;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 2px;
}

.search_page .search_sec .switcher_block .switcher {
  padding-top: 4px;
  cursor: pointer;
  width: 149px;
  height: 29px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  background: none;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search_page .search_sec .switcher_block .switcher:hover {
  background-color: #009cd6;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.search_page .search_sec .switcher_block .active {
  background-color: #009cd6;
  color: #ffffff;
}

.search_page .post_block .post_item_block {
  margin-bottom: 10px;
  height: auto;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #ffffff;
}

.search_page .post_block .post_item_block .post_item_title {
  font-size: 16px;
  font-weight: 500;
  color: #009cd6;
}

.search_page .post_block .post_item_block .post_item_category {
  font-size: 16px;
  color: #2f2f2f;
  display: block;
  margin: 10px 0 23px;
}

.search_page .post_block .post_item_block .post_item_desc {
  font-size: 14px;
  color: #2f2f2f;
}

.search_page .post_block_pdf .post_item_block {
  margin-bottom: 10px;
  height: auto;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #ffffff;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block img {
  width: 35px;
  height: 48px;
  margin-right: 20px;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block .title_category_post_block .post_item_title {
  font-size: 16px;
  font-weight: 500;
  color: #009cd6;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block .title_category_post_block .post_item_category {
  font-size: 16px;
  color: #2f2f2f;
  display: block;
  margin: 10px 0 23px;
}

.search_page .post_block_pdf .post_item_desc {
  font-size: 14px;
  color: #2f2f2f;
}

.search_page .active_display {
  display: block;
}

.search_page .non_active {
  display: none;
}

.search_page .external_block {
  margin-top: 30px;
  margin-bottom: 20px;
}

.search_page .external_block .external_block_title {
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
  margin-top: 20px;
  margin-bottom: 30px;
}

.search_page .external_block .external_block_resours_block {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px rgba(112, 112, 112, 0.3);
  height: 424px;
}

.search_page .external_block .external_block_resours_block .resours_section_block {
  height: 383px;
  overflow: auto;
}

.search_page .external_block .external_block_resours_block .resours_section_block::-webkit-scrollbar {
  width: 3px;
  background-color: #f3f3f3;
}

.search_page .external_block .external_block_resours_block .resours_section_block::-webkit-scrollbar-thumb {
  background-color: #009cd6;
  border-radius: 10px;
  margin-right: 24px;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section {
  margin-bottom: 21px;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section .external_block_resours_block_section_title {
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section .external_block_resours_block_section_text {
  font-size: 14px;
  color: #2f2f2f;
}

.search-bar-section .search_block {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #009cd6;
  height: 80px;
  padding: 0 0;
}

.search-bar-section .search_block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0;
  display: flex;
  gap: 10px;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .search-bar-section .search_block .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .search-bar-section .search_block .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1252px) {
  .search-bar-section .search_block .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.search-bar-section .search_block .wrapper .search {
  border: none;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
  padding: 0 20px;
}

@media only screen and (min-width: 1252px) {
  .search-bar-section .search_block .wrapper .search {
    padding: 0 10px;
  }
}

.search-bar-section .search_block .wrapper .search-input-parent {
  width: 91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.search-bar-section .search_block .wrapper .search_submit {
  border: none;
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  border-radius: 4px;
  background-color: white;
  font-size: 16px;
  color: #009cd6;
  padding-top: 4px;
}

header {
  background-color: #ffffff;
  position: relative;
  display: block;
}

header .secondHeader_header__hpqe_ {
  background-color: #079dd5;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  header .secondHeader_header__hpqe_ {
    height: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: left;
  }
}

header .secondHeader_header__hpqe_ a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  header .secondHeader_header__hpqe_ a {
    margin-right: 20px;
  }
}

header .secondHeader_header__hpqe_ a.secondHeader_active__1lVlT {
  font-weight: 500;
  text-decoration: underline;
}

header .secondHeader_header__hpqe_ a:hover {
  text-decoration: underline;
}

header .secondHeader_header__hpqe_ a:nth-child(2) {
  margin: 0 15px;
}

@media only screen and (min-width: 576px) {
  header .secondHeader_header__hpqe_ a:nth-child(2) {
    margin-right: 20px;
  }
}

header .header_block {
  padding: 5px 15px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  header .header_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    padding: 1px 60px;
  }
}

@media only screen and (min-width: 1252px) {
  header .header_block {
    padding: 14px 130px;
  }
}

header .header_block .logo_block {
  -webkit-column-gap: normal;
          column-gap: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

header .header_block .logo_block a {
  font-size: 42px;
  font-weight: 500;
  color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: 10;
}

header .header_block .logo_block a img {
  margin-right: 15px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  width: 269px;
  height: 60px;
}

@media only screen and (min-width: 576px) {
  header .header_block .logo_block a img {
    height: 65px;
    width: auto;
  }
}

@media only screen and (min-width: 769px) {
  header .header_block .logo_block a img {
    height: 60px;
  }
}

@media only screen and (min-width: 1024px) {
  header .header_block .logo_block a img {
    margin-right: 15px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    height: 68px;
  }
}

header .header_block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  header .header_block span {
    font-size: medium;
  }
}

header .header_block nav {
  -webkit-column-gap: 40px;
          column-gap: 40px;
  display: none;
}

@media only screen and (min-width: 1024px) {
  header .header_block nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .header_block nav .links {
  font-size: 20px;
  color: #3c3c3c;
  -webkit-transition: all 300ms  ease-out;
  transition: all 300ms  ease-out;
  font-weight: 500;
}

header .header_block nav .links:hover {
  color: #009cd6;
  -webkit-transition: all 300ms  ease-in;
  transition: all 300ms  ease-in;
}

header .header_block .burger_block {
  display: block;
}

@media only screen and (min-width: 1024px) {
  header .header_block .burger_block {
    display: none;
  }
}

header .header_block .burger_block .burger_btn_none {
  display: none;
}

header .header_block .burger_block .close_menu {
  display: none;
}

header .header_block .burger_block .special_menu_burger {
  padding-top: 32px;
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate3d(-150vh, 0, 0);
          transform: translate3d(-150vh, 0, 0);
}

header .header_block .burger_block .special_menu_burger .menu_buger_mobile {
  background-color: white;
}

header .header_block .burger_block .special_menu_burger .menu_buger_mobile .min_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_block .burger_block .special_menu_burger .menu_buger_mobile .min_a a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 17px;
  color: #3c3c3c;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

header .header_block .burger_block .special_menu_burger .menu_buger_mobile .min_a a:hover {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #009cd6;
}

header .header_block .burger_block .close_menu_active {
  z-index: 10;
  display: block;
}

header .header_block .burger_block .special_menu_burger_active {
  position: fixed;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translate3d(0, 5.3vh, 0);
          transform: translate3d(0, 5.3vh, 0);
}

footer {
  background-color: #009cd6;
  margin-top: 32px;
}

footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  padding: 32px 24px;
}

@media only screen and (min-width: 576px) {
  footer .footer_top {
    gap: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 24px;
  }
}

@media only screen and (min-width: 769px) {
  footer .footer_top {
    padding: 32px 40px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .footer_top {
    padding: 44px 130px;
  }
}

footer .footer_top .footer_top_social_media {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

@media only screen and (min-width: 576px) {
  footer .footer_top .footer_top_social_media {
    font-weight: 400;
  }
}

footer .footer_top .footer_top_social_media_block {
  margin-top: 26px;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 576px) {
  footer .footer_top .footer_top_social_media_block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}

footer .footer_top .footer_top_social_media_block .footer_top_social_media_item {
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  display: block;
  width: 45px;
  height: 45px;
}

footer .footer_top .footer_top_social_media_block .footer_top_social_media_item:hover {
  background-color: #009cd6;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

footer .footer_top .footer_top_social_media_block .footer_top_social_media_item:hover a svg path {
  fill: white;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

footer .footer_bottom {
  padding: 19px;
  flex-direction: column;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media only screen and (min-width: 769px) {
  footer .footer_bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 19px 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  footer .footer_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

footer .footer_bottom .footer-bottom-first {
  text-align: center;
}

footer .footer_bottom .footer-bottom-first .footer_bottom_logo_block a img {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 96px;
  height: auto;
}

footer .footer_bottom .footer-bottom-first .footer-bottom-copyright {
  color: #fff;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1024px) {
  footer .footer_bottom .footer-bottom-first .footer-bottom-copyright {
    margin-bottom: 0;
  }
}

footer .footer_bottom .footer_bottom_nav_block {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
}

@media only screen and (min-width: 576px) {
  footer .footer_bottom .footer_bottom_nav_block {
    gap: 52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1024px) {
  footer .footer_bottom .footer_bottom_nav_block {
    gap: 36px;
  }
}

footer .footer_bottom .footer_bottom_nav_block a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

footer .footer_bottom .footer_bottom_nav_block a:hover {
  text-decoration: underline;
}

.search_page {
  background-color: #f3f3f3;
}

.search_page .wrapper {
  padding: 0 36px;
  max-width: none;
  width: auto;
  margin: 0 0;
}

@media only screen and (min-width: 769px) {
  .search_page .wrapper {
    margin: 0 auto;
    padding: 0 56px;
  }
}

@media only screen and (min-width: 1024px) {
  .search_page .wrapper {
    margin: 0 auto;
    padding: 0 56px;
  }
}

@media only screen and (min-width: 1252px) {
  .search_page .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
  }
}

.search_page .search_sec {
  padding: 36px 0 20px 0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 36px 30px;
  max-width: none;
  width: auto;
  margin: 0 0;
}

@media only screen and (min-width: 769px) {
  .search_page .search_sec {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1252px) {
  .search_page .search_sec {
    padding: 36px 0 20px 0;
    max-width: 1140px;
  }
}

.search_page .search_sec .search_block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search_page .search_sec .search_block .search-input-parent {
  width: 58%;
}

@media only screen and (min-width: 576px) {
  .search_page .search_sec .search_block .search-input-parent {
    width: 53%;
  }
}

.search_page .search_sec .search_block .search-input-parent .search_inp {
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  width: calc(100% - 20px);
  height: 35px;
  margin-top: 20px;
}

.search_page .search_sec .search_block .search-input-parent .rk_ac {
  top: 58px;
  z-index: 1;
}

.search_page .search_sec .search_block .search-input-parent .rk_ac li {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.search_page .search_sec .search_block .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 20px;
  margin-top: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
}

.search_page .search_sec .search_block .search_submit {
  padding-top: 4px;
  font-size: 16px;
  background-color: #009cd6;
  border: 1px solid #009cd6;
  color: white;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin-top: 20px;
  height: 35px;
}

.search_page .search_sec .search_block .search_submit:hover {
  background-color: transparent;
  color: #009cd6;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.search_page .search_sec .search_block .filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 921px) {
  .search_page .search_sec .search_block .filters-container {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.search_page .search_sec .search_block .filters-container .exact-match-block {
  margin-top: 20px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border: solid 1px #707070;
  border-radius: 4px;
  background-color: #ffffff;
  margin-right: 10px;
}

.search_page .search_sec .search_block .filters-container .exact-match-block label {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  height: 15px;
}

.search_page .search_sec .search_block .filters-container .exact-match-block input {
  cursor: pointer;
  margin-right: 4px;
}

.search_page .search_sec .search_block .filters-container .filtered_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  margin-top: 20px;
}

.search_page .search_sec .search_block .filters-container .filtered_block .filtered_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  display: none;
}

.search_page .search_sec .search_block .filters-container .filtered_block .search-page-select-ls {
  width: 157px;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 129px center;
  height: 35px;
  padding: 0 10px;
}

.search_page .search_sec .search_block .filters-container .filtered_block .search-page-select-ls option {
  width: 157px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #ffffff;
}

.search_page .search_sec .search_block .filters-container .filtered_block .filter_selection {
  padding: 0;
}

.search_page .search_sec .search_block .filters-container .filtered_block .filter_selection select {
  width: 157px;
  height: 44px;
  font-size: 16px;
  background-color: white;
  border: solid 1px rgba(112, 112, 112, 0.3);
}

.search_page .search_sec .switcher_block {
  height: 33px;
  border-radius: 4px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border: solid 1px #707070;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 2px;
  margin-top: 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
}

.search_page .search_sec .switcher_block .switcher {
  padding-top: 4px;
  cursor: pointer;
  width: 149px;
  height: 29px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  background: none;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search_page .search_sec .switcher_block .switcher:hover {
  background-color: #009cd6;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.search_page .search_sec .switcher_block .switcher:first-child {
  margin-right: 5px;
}

.search_page .search_sec .switcher_block .active {
  background-color: #009cd6;
  color: #ffffff;
}

.search_page .post_block .post {
  width: 100%;
}

.search_page .post_block .post .post_item_block {
  height: auto;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.search_page .post_block .post .post_item_block .small-thumbnail a img {
  width: 56px;
  height: 70px;
}

.search_page .post_block .post .post_item_block .title_category_post_block a {
  font-weight: 500;
}

.search_page .post_block .post .post_item_block .post_item_title {
  font-size: 16px;
  font-weight: 500;
  color: #009cd6;
}

.search_page .post_block .post .post_item_block .post_item_category {
  font-size: 16px;
  color: #2f2f2f;
  display: block;
  margin: 10px 0 23px;
}

.search_page .post_block .post .post_item_block .post_item_desc {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 20px;
}

.search_page .post_block .post .post_item_block p {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 20px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  clear: none;
  margin: 0;
}

.search_page .post_block_pdf .post_item_block {
  height: auto;
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  border: solid 1px rgba(112, 112, 112, 0.3);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block img {
  width: 35px;
  height: 48px;
  margin-right: 20px;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block .title_category_post_block a {
  font-weight: 500;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block .title_category_post_block .post_item_title {
  font-size: 16px;
  font-weight: 500;
  color: #009cd6;
}

.search_page .post_block_pdf .post_item_block .pdf_post_item_block .title_category_post_block .post_item_category {
  font-size: 16px;
  color: #2f2f2f;
  display: block;
  margin: 10px 0 23px;
}

.search_page .post_block_pdf .post_item_block p {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 20px;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.search_page .post_block_pdf .post_item_desc {
  font-size: 14px;
  color: #2f2f2f;
}

.search_page .active_display {
  display: block;
}

.search_page .non_active {
  display: none;
}

.search_page .external_block {
  margin-top: 30px;
  margin-bottom: 20px;
}

.search_page .external_block .external_block_title {
  font-size: 16px;
  font-weight: 500;
  color: #009cd6;
  background-color: #ecfcfc;
  margin: 0;
  padding: 10px 15px;
}

.search_page .external_block .content {
  padding: 10px 15px;
}

.search_page .external_block .external_block_resours_block {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 7px #00000030;
          box-shadow: 0px 0px 7px #00000030;
  background-color: #ffffff;
  height: 424px;
}

.search_page .external_block .external_block_resours_block .resours_section_block {
  height: 410px;
  overflow: auto;
}

.search_page .external_block .external_block_resours_block .resours_section_block::-webkit-scrollbar {
  width: 3px;
  background-color: #f3f3f3;
}

.search_page .external_block .external_block_resours_block .resours_section_block::-webkit-scrollbar-thumb {
  background-color: #009cd6;
  border-radius: 10px;
  margin-right: 24px;
}

.search_page .external_block .external_block_resours_block .resours_section_block #extra-search-blocks #external-resources .content {
  text-align: left;
}

.search_page .external_block .external_block_resours_block .resours_section_block #extra-search-blocks #external-resources .content span {
  text-align: inherit;
}

.search_page .external_block .external_block_resours_block .resours_section_block #extra-search-blocks #external-resources .content p {
  text-align: inherit;
}

.search_page .external_block .external_block_resours_block .resours_section_block #extra-search-blocks #external-resources .content a {
  text-align: inherit;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section {
  margin-bottom: 20px;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section .external_block_resours_block_section_title {
  font-size: 15px;
  font-weight: 500;
  color: #009cd6;
  margin: 0;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section div {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 20px;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section .external_block_resours_block_section_text {
  font-size: 14px;
  color: #2f2f2f;
}

.search_page .external_block .external_block_resours_block .resours_section_block .external_block_resours_block_section strong {
  display: block;
  margin: 5px 0 3px;
  font-weight: 400;
  font-size: 14px;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body.loading .modal {
  overflow: hidden;
}

body.loading .modal {
  display: block;
}

.search_block_ar span a {
  color: #009cd6;
  font-size: 19px;
}

.category {
  background-color: #f3f3f3;
  padding: 30px 0 30px;
}

@media only screen and (min-width: 769px) {
  .category {
    padding: 36px 0 30px;
  }
}

.category .web_design_category .general_title {
  font-size: 22px;
}

@media only screen and (min-width: 576px) {
  .category .web_design_category .general_title {
    font-size: 28px;
  }
}

.category .wrapper {
  max-width: none;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 769px) {
  .category .wrapper {
    max-width: 657px;
    padding: 0 56px;
  }
}

@media only screen and (min-width: 950px) {
  .category .wrapper {
    max-width: 830px;
  }
}

@media only screen and (min-width: 1252px) {
  .category .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
  }
}

.category .wrapper .category_special {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

@media only screen and (min-width: 1252px) {
  .category .wrapper .category_special {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.category .wrapper .category_special .left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  max-width: none;
  min-width: none;
  width: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 24px 28px 24px 24px;
  border-radius: 4px;
  border: solid 1px rgba(110, 110, 110, 0.3);
  background-color: white;
}

.category .wrapper .category_special .left_side::-webkit-scrollbar {
  width: 1px;
  background: #f3f3f3;
}

.category .wrapper .category_special .left_side::-webkit-scrollbar-thumb {
  background: #009cd6;
  border-radius: 20px;
}

@media only screen and (min-width: 1252px) {
  .category .wrapper .category_special .left_side {
    max-width: 258px;
    min-width: 258px;
    width: 100%;
  }
}

.category .wrapper .category_special .left_side .left_side_item_block .left_side_item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .category .wrapper .category_special .left_side .left_side_item_block .left_side_item {
    gap: 10px;
  }
}

.category .wrapper .category_special .left_side .left_side_item_block .left_side_item .left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category .wrapper .category_special .left_side .left_side_item_block .left_side_item .left_side_item_title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
}

.category .wrapper .category_special .left_side .left_side_item_block .left_side_item .left_side_item_title_active {
  color: #009cd6;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child {
  display: none;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child.visible-category {
  display: block;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #2f2f2f;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_block::-webkit-scrollbar {
  display: none;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_block::-webkit-scrollbar-thumb {
  background: #009cd6;
  border-radius: 20px;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_block a {
  display: block;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_block a.current_post {
  color: #009cd6;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_block a.current_post span {
  color: #009cd6;
}

.category .wrapper .category_special .left_side .left_side_item_block .this_item_child .this_item_child_block .this_item_child_item {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2f2f2f;
  padding: 10px;
  border-left: 1px solid #d5d5d5;
}

.category .wrapper .category_special .right_side_big {
  max-width: 830px;
  width: 100%;
}

.category .wrapper .category_special .right_side_big img {
  height: auto;
}

.category .wrapper .category_special .right_side_big .right_side {
  background-color: white;
  padding: 48px 24px;
  border: solid 1px rgba(112, 112, 112, 0.3);
}

@media only screen and (min-width: 1252px) {
  .category .wrapper .category_special .right_side_big .right_side {
    padding: 56px;
  }
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block {
  margin-bottom: 20px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block h2 {
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
  margin-bottom: 10px;
  margin-top: 20px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block h2:first-child {
  font-size: 20px;
  font-weight: 500;
  color: #009cd6;
  margin-bottom: 10px;
  margin-top: 0;
}

@media only screen and (min-width: 576px) {
  .category .wrapper .category_special .right_side_big .right_side .right_side_item_block h2:first-child {
    font-size: 22px;
  }
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block p {
  display: block;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 1.43;
  margin-bottom: 20px;
  margin-top: 10px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block p strong {
  display: block;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 1.43;
  margin-top: 30px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block .right_side_item_child {
  font-size: 16px;
  line-height: 1.43;
  color: #2f2f2f;
  margin: 20px 0;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block ol {
  padding-left: 20px;
  line-height: 22px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block ol li {
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 5px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block ul {
  padding-left: 20px;
  line-height: 22px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block ul li {
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 5px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block .right_photo_block .right_photo {
  margin: 20px auto;
  max-width: 605px;
  height: 356px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block .right_photo_block .right_photo_min {
  margin: 20px auto;
  max-width: 605px;
  height: 168px;
}

.category .wrapper .category_special .right_side_big .right_side .right_side_item_block .right_photo_block span {
  font-style: italic;
  font-size: 16px;
  color: #2f2f2f;
}

.category .wrapper .category_special .right_side_big hr {
  margin: 10px 0 20px;
  background: #707070;
}

.category .wrapper .category_special .right_side_big .right_side_big_bottom {
  padding-left: 20px;
}

.category .wrapper .category_special .right_side_big .right_side_big_bottom p {
  font-size: 14px;
  color: #2f2f2f;
}

.category .wrapper .category_special .right_side_big .right_side_big_bottom p .bold_text {
  font-weight: 500;
}

.home_page .general_banner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}

.home_page .general_banner_block .general_banner_img_block {
  width: 100%;
  height: 240px;
}

@media only screen and (min-width: 1024px) {
  .home_page .general_banner_block .general_banner_img_block {
    height: 332px;
  }
}

.home_page .general_banner_block .general_banner_text_block {
  max-width: none;
  width: auto;
  margin: 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home_page .general_banner_block .general_banner_text_block .general_banner_title {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .home_page .general_banner_block .general_banner_text_block .general_banner_title {
    display: block;
  }
}

.home_page .general_banner_block .general_banner_text_block .general_banner_desc {
  color: #ffffff;
  max-width: 536px;
  height: 133px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  font-size: 16px;
  text-align: center;
  margin: 0 0 12px;
}

@media only screen and (min-width: 1252px) {
  .home_page .general_banner_block .general_banner_text_block .general_banner_desc {
    font-size: 18px;
    text-align: left;
  }
}

.home_page .general_banner_block .general_banner_text_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
  width: 110px;
  height: 35px;
  font-size: 19px;
  cursor: pointer;
  background-color: #009cd6;
  border: 1px solid #009cd6;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-radius: 4px;
  color: #ffffff;
}

.home_page .general_banner_block .general_banner_text_block a:hover {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.home_page .general_banner_block .wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px;
}

@media only screen and (min-width: 1252px) {
  .home_page .general_banner_block .wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    max-width: 1140px;
    padding: 0;
  }
}

.home_page .content {
  text-align: center;
  padding: 20px 0;
}

@media only screen and (min-width: 1252px) {
  .home_page .content {
    padding: 36px 0;
  }
}

.home_page .content .wrapper {
  max-width: none;
  width: auto;
  margin: 0 0;
  padding: 0 36px;
}

@media only screen and (min-width: 769px) {
  .home_page .content .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .home_page .content .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .content .wrapper {
    max-width: 1237px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.home_page .content .wrapper .general_title {
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.home_page .content .wrapper .general_desc {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
}

.home_page .content .resources_block {
  padding-top: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (min-width: 1252px) {
  .home_page .content .resources_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home_page .content .resources_block .resources_item_block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
}

.home_page .content .resources_block .resources_item_block .resources_item_img_block {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 77px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_page .content .resources_block .resources_item_block .resources_item_img_block svg {
  width: 70px;
  height: 70px;
}

.home_page .content .resources_block .resources_item_block .resources_item_text_block .resources_item_title {
  font-size: 20px;
  font-weight: 500;
  color: #2f2f2f;
}

.home_page .content .resources_block .resources_item_block .resources_item_text_block .resources_item_desc {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
  margin-top: 10px;
}

@media only screen and (min-width: 1252px) {
  .home_page .content .resources_block .resources_item_block .resources_item_text_block .resources_item_desc {
    padding: 0 10px;
  }
}

.home_page .metrics .wrapper {
  max-width: none;
  width: auto;
  margin: 0 0;
  padding: 0 36px;
}

@media only screen and (min-width: 769px) {
  .home_page .metrics .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .home_page .metrics .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.home_page .metrics .wrapper .general_title {
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.home_page .metrics .wrapper .general_desc {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
}

.home_page .metrics .content_block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .content_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home_page .metrics .content_block .content_item_block {
  position: relative;
  width: 100%;
  max-width: 468px;
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .content_block .content_item_block {
    width: 492px;
    max-width: none;
  }
}

.home_page .metrics .content_block .content_item_block .metrics_item_img_block {
  height: 174px;
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .content_block .content_item_block .metrics_item_img_block {
    height: auto;
  }
}

.home_page .metrics .content_block .content_item_block .metrics_item_text_block {
  position: absolute;
  top: 0;
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  left: 0;
  padding: 0 10PX;
  width: auto;
}

@media only screen and (min-width: 576px) {
  .home_page .metrics .content_block .content_item_block .metrics_item_text_block {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .content_block .content_item_block .metrics_item_text_block {
    width: 100%;
    padding: 0;
    left: 40px;
  }
}

.home_page .metrics .content_block .content_item_block .metrics_item_text_block .metrics_item_title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .content_block .content_item_block .metrics_item_text_block .metrics_item_title {
    font-size: 28px;
  }
}

.home_page .metrics .content_block .content_item_block .metrics_item_text_block .metrics_item_desc {
  font-size: 14px;
  color: #ffffff;
  max-width: 306px;
  display: block;
  margin: 10px 0 40px;
  height: 49px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0 20px;
}

@media only screen and (min-width: 1252px) {
  .home_page .metrics .content_block .content_item_block .metrics_item_text_block .metrics_item_desc {
    margin: 10px 0 40px;
  }
}

.home_page .metrics .content_block .content_item_block .metrics_item_text_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 101px;
  height: 36px;
  padding-top: 4px;
  border-radius: 4px;
  background-color: #009cd6;
  border: 1px solid #009cd6;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}

.home_page .metrics .content_block .content_item_block .metrics_item_text_block a:hover {
  background-color: transparent;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.home_page .tools .wrapper {
  max-width: none;
  width: auto;
  margin: 0 0;
  padding: 0 36px;
}

@media only screen and (min-width: 769px) {
  .home_page .tools .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .home_page .tools .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

.home_page .tools .wrapper .general_title {
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.home_page .tools .wrapper .general_desc {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
}

.home_page .tools .wrapper .content_block {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home_page .tools .wrapper .content_block .content_item_block {
  border-radius: 6px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: none;
  width: 100%;
  height: 174px;
}

.home_page .tools .wrapper .content_block .content_item_block:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 576px) {
  .home_page .tools .wrapper .content_block .content_item_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 468px;
    height: auto;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block .content_item_block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 492px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home_page .tools .wrapper .content_block .content_item_block .tools_item_img_block {
  max-width: none;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_img_block {
    max-width: 458px;
    height: 177px;
  }
}

.home_page .tools .wrapper .content_block .content_item_block .tools_item_img_block img {
  border-radius: 0 6px 6px 0;
}

@media only screen and (min-width: 576px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_img_block img {
    border-radius: 6px 6px 0 0;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_img_block img {
    border-radius: 0 6px 6px 0;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_img_block {
    max-width: 224px;
    width: 100%;
    height: 276px;
  }
}

.home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block {
  text-align: left;
  border: 1px solid #707070;
  height: auto;
  padding: 25px 25px;
  border-right: 1px solid #707070;
  border-top: none;
  border-radius: 0 0 6px 6px;
  max-width: 406px;
  height: 153px;
  padding: 10px 10px;
  max-width: none;
  border-top: 1px solid #707070;
  border-radius: 6px 0 0 6px;
}

@media only screen and (min-width: 576px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 406px;
    height: auto;
    padding: 25px 25px;
    border-right: 1px solid #707070;
    border-top: none;
    border-radius: 0 0 6px 6px;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block {
    border: 1px solid #707070;
    border-right: none;
    padding: 0 40px;
    max-width: 188px;
    height: 274px;
    border-radius: 6px 0 0 6px;
  }
}

.home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block .tools_item_title {
  font-weight: 500;
  color: #2f2f2f;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  margin-top: 0;
  height: auto;
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block .tools_item_title {
    font-weight: 500;
    margin-top: 20px;
    font-size: 28px;
    height: 102px;
  }
}

.home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block .tools_item_desc {
  color: #2f2f2f;
  display: block;
  max-width: 415px;
  font-size: 12px;
  margin: 10px 0 15px;
}

@media only screen and (min-width: 576px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block .tools_item_desc {
    margin: 10px 0 25px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block .tools_item_desc {
    margin: 10px 0 16px;
  }
}

.home_page .tools .wrapper .content_block .content_item_block .tools_item_text_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4px;
  width: 101px;
  height: 36px;
  border-radius: 4px;
  background-color: #009cd6;
  border: 1px solid #009cd6;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.home_page .related .wrapper {
  max-width: none;
  width: auto;
  margin: 0 0;
  padding: 0 36px;
}

@media only screen and (min-width: 1024px) {
  .home_page .related .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
  }
}

.home_page .related .wrapper .general_title {
  font-size: 28px;
  font-weight: 500;
  color: #2f2f2f;
}

.home_page .related .wrapper .general_desc {
  font-size: 14px;
  color: #2f2f2f;
  display: block;
}

.home_page .related .wrapper .content_block {
  padding-top: 25px;
  row-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper .content_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home_page .related .wrapper .content_block .content_item_block {
  border-radius: 6px;
  max-width: 492px;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 177px;
}

@media only screen and (min-width: 576px) {
  .home_page .related .wrapper .content_block .content_item_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper .content_block .content_item_block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.home_page .related .wrapper .content_block .content_item_block .related_item_img_block {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .home_page .related .wrapper .content_block .content_item_block .related_item_img_block {
    height: 174px;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper .content_block .content_item_block .related_item_img_block {
    width: 224px;
    height: 273px;
  }
}

.home_page .related .wrapper .content_block .content_item_block .related_item_img_block img {
  border-radius: 6px 0 0 6px;
}

.home_page .related .wrapper .content_block .content_item_block .related_item_text_block {
  border: solid 1px #707070;
  text-align: left;
  padding: 10px;
  max-width: none;
  width: 100%;
  height: 155px;
  border-left: none;
  border-radius: 0 6px 6px 0;
}

@media only screen and (min-width: 576px) {
  .home_page .related .wrapper .content_block .content_item_block .related_item_text_block {
    padding: 10px 25px;
    border-left: solid 1px #707070;
    height: auto;
    border-radius: 0 0 6px 6px;
  }
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper .content_block .content_item_block .related_item_text_block {
    max-width: 187px;
    padding: 0 40px;
    height: 271px;
    border-radius: 0 6px 6px 0;
    border-left: none;
  }
}

.home_page .related .wrapper .content_block .content_item_block .related_item_text_block .related_item_title {
  margin-top: 20px;
  font-weight: 500;
  color: #2f2f2f;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  height: auto;
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper .content_block .content_item_block .related_item_text_block .related_item_title {
    font-size: 28px;
    height: 102px;
  }
}

.home_page .related .wrapper .content_block .content_item_block .related_item_text_block .related_item_desc {
  font-size: 14px;
  color: #2f2f2f;
  margin: 20px 0;
  position: relative;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1252px) {
  .home_page .related .wrapper .content_block .content_item_block .related_item_text_block .related_item_desc {
    height: 51px;
    display: block;
    word-break: break-word;
  }
}

.home_page .related .wrapper .content_block .content_item_block .related_item_text_block a {
  font-size: 16px;
  color: #079dd5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.home_page .related .wrapper .content_block .content_item_block .related_item_text_block a:hover {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: black;
}

.about_page {
  background-color: #f3f3f3;
}

.about_page .general_banner_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_page .general_banner_block .general_banner_img_block {
  line-height: 0;
  width: 100%;
  height: 190px;
  margin: 0 auto;
}

.about_page .general_banner_block .general_banner_text_block {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_page .general_banner_block .general_banner_text_block .general_banner_title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}

.about_page .general_banner_block .general_banner_text_block .general_banner_desc {
  font-size: 28px;
  color: #ffffff;
  margin: 20px 0 30px;
}

@media only screen and (min-width: 769px) {
  .about_page .general_banner_block .general_banner_text_block .general_banner_desc {
    font-size: 18px;
  }
}

.about_page .bg_grey {
  background-color: #f3f3f3;
  padding: 30px 0;
}

@media only screen and (min-width: 769px) {
  .about_page .bg_grey {
    padding: 36px 0;
  }
}

.about_page .bg_grey .wrapper {
  max-width: none;
  width: auto;
  margin: 0 0;
  padding: 0 36px;
}

@media only screen and (min-width: 769px) {
  .about_page .bg_grey .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
  }
}

@media only screen and (min-width: 1024px) {
  .about_page .bg_grey .wrapper {
    max-width: 657px;
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
  }
}

@media only screen and (min-width: 1252px) {
  .about_page .bg_grey .wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 56px;
  }
}

.about_page .bg_grey .wrapper p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.about_page .bg_grey .wrapper h2 {
  font-family: Avenir;
  font-weight: 500;
  color: #009cd6;
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.about_page .bg_grey .wrapper ul {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding-left: 20px;
}

.about_page .bg_grey .wrapper ol {
  padding-left: 20px;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body .loading .modal {
  overflow: hidden;
}

body .loading .modal {
  display: block;
}

.publications_page {
  background-color: #f3f3f3;
}

.publications_page .publication_block {
  padding: 30px 36px 30px;
  max-width: none;
  width: auto;
  margin: 0 0;
}

@media only screen and (min-width: 769px) {
  .publications_page .publication_block {
    padding: 36px 36px 30px;
  }
}

@media only screen and (min-width: 1252px) {
  .publications_page .publication_block {
    max-width: 1140px;
    width: 100%;
    padding: 36px 0 30px 0;
    margin: 0 auto;
  }
}

.publications_page .publication_block .h1 {
  text-align: center;
}

.publications_page .publication_block .publication_section_all_block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media only screen and (min-width: 769px) {
  .publications_page .publication_block .publication_section_all_block .publication_photo_date_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block img {
  width: 180px;
  height: 250px;
  max-width: none;
}

@media only screen and (min-width: 769px) {
  .publications_page .publication_block .publication_section_all_block .publication_photo_date_block img {
    width: 212px;
    height: 300px;
  }
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block {
  height: auto;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  .publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block {
    height: 300px;
    padding: 0 20px;
  }
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block a {
  color: #009cd6;
  font-weight: 500;
  display: inline-block;
  margin-top: 23px;
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block .post_item_title {
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  color: #009cd6;
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block .post_item_category {
  font-size: 16px;
  color: #2f2f2f;
  display: block;
  margin: 10px 0 23px;
  font-weight: 500;
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block .post_item_desc {
  font-size: 14px;
  color: #2f2f2f;
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block .read_more {
  font-weight: 500;
  font-size: 16px;
  color: #009cd6;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.publications_page .publication_block .publication_section_all_block .publication_photo_date_block .post_item_block .external_block_resours_block_section_text {
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=style.css.map */