body {
  padding: 114px 0 0;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  /*line-height: 140%;*/
  overflow-x: hidden;
  background: #fffdfa;
  color: #051c2c;
}

@font-face {
  font-family: "Saol Display";
  src: url("../woff2/saoldisplay-regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../woff2/myriadpro-regular.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../woff2/myriadpro-light.woff2")
    format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

a {
  text-decoration: none;
  color: inherit;
}

.content a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
}

.color__red {
  color: #e81b23;
}

/*** grid ***/

.wrp__page__cont {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 24px;
}

.wrp__page__cont .row {
  margin-left: -12px;
  margin-right: -12px;
}

main {
  max-width: 100%;
  overflow: hidden;
}

/*** end grid ***/

.btn__wf3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*padding: 16px 32px;*/
  /*gap: 10px;*/
  max-width: 350px;
  height: 56px;
  background: #1a6a7b;
  border-radius: 8px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #e8ebe4;
  cursor: pointer;
}

/*** header ***/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fffdfa;
  z-index: 9999;
}

.wrp__header {
  margin: 17px 15px;
}

/*.top__head a .top__head a:hover {*/
/*    text-decoration: none !important;*/
/*}*/
.top__head {
  position: relative;
}

.search__menu__open {
  position: absolute;
  right: 0;
  top: 14px;
  z-index: 100;
}

.search__text {
  display: none;
}

.socials__sc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  /*transition: max-height 0.5s;*/
}

.socials {
  display: flex;
  align-items: center;
}

.socials .social__link {
  display: inline-flex;
  align-items: center;
}

.socials .social__link:not(:first-child) {
  margin-left: 24px;
}

.subscribe__link {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #3d3f41;
}

.subscribe__link span {
  padding-left: 10px;
  padding-top: 3px;
  color: #3d3f41;
}

.header .sub-menu {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.header .sub-menu.active {
  display: block;
  max-height: 1000px;
  overflow-y: auto;
}

header ul {
  padding-left: 0;
}

nav {
  padding: 0 15px 24px;
}

nav ul {
  padding-left: 0;
}

.nav__menu .menu-item {
  font-family: "Saol Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 122% */

  /* Color Text/H1 H2 H3 */
  /*padding: 18px 25px 18px 0;*/

  color: #051c2c;
  /*border-bottom: 1px solid rgba(5, 28, 44, 0.1);*/
  transition: all 0.3s;
}

.nav__menu .menu-item a {
  display: inline-block;
  padding: 16px 25px 16px 0;
}

.header .menu-item:hover,
.header .menu-item a:hover,
.header .sub-menu .menu-item:hover,
.header .sub-menu .menu-item a:hover {
  color: #1a6a7b;
}

.nav__menu .menu-item a {
  font-family: "Saol Display";
}

.nav__menu .sub-menu .menu-item {
  font-size: 14px;
  color: #3d3f41;
  border: none;
}

.nav__menu .sub-menu .menu-item a {
  padding: 8px 0;
  font-family: "Saol Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.nav__menu .sub-menu .menu-item:first-child {
  /*padding-top: 16px;*/
}

.nav__menu .sub-menu .menu-item:last-child {
  /*padding-bottom: 0;*/
}

.header .second__head {
  display: none;
}

.search__btn {
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header .svg__img path {
  /*stroke: black;*/
  /*opacity: 0.3;*/
  transition: all 0.3s;
}

.header .svg__img:hover path {
  fill: #1a6a7b;
  opacity: 1;
}

.header .svg__img__stroke g,
.header .svg__img__stroke path {
  /*stroke: black;*/
  transition: all 0.3s;
}

.header .svg__img__stroke:hover g {
  opacity: 1;
}

.header .svg__img__stroke:hover path {
  stroke: #1a6a7b;
  opacity: 1;
}

.separator {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(5, 28, 44, 0.1);
}

body.scroll__menu .socials__sc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
  /*transition: all 0.5s;*/
}

body.scroll__menu .separator {
  display: none;
}

html.menu__open, html.search__open {
  height: 100%;
  overflow: hidden;
}

html.menu__open .footersticky, html.search__open .footersticky {
  display: none;
}

@media (max-width: 1023.98px) {
  .logo {
  }

  .logo__link {
    display: flex;
    align-items: center;
    height: 54px;
  }

  .logo__link svg {
    max-width: 227px;
    max-height: 19px;
  }

  .search__menu__open {
    display: flex;
    flex-direction: row;
  }

  /* Color Text/H1 H2 H3 */
  .socials__sc {
    margin-bottom: 0;
    height: 60px;
    align-items: center;
    max-height: unset;
  }

  .socials {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .socials__sc .separator {
    flex: 1 1 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  html.menu__open .search__link {
    display: none;
  }

  html.menu__open header.header {
    /*position: relative;*/
  }

  .menu__btn {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
  }

  .menu__btn:hover span {
    background: #1a6a7b;
  }

  .menu__btn span {
    display: block;
    height: 1px;
    background: #3d3f41;
    margin: 4px 0;
  }

  .menu__btn span:nth-child(even) {
    width: 14px;
    margin-left: 9px;
    transition: all 0.3s;
  }

  .menu__btn span:nth-child(odd) {
    position: relative;
    right: 0;
    width: 23px;
    transition: all 0.3s;
  }

  .menu__btn.active span:nth-child(even) {
    width: 0;
    margin-left: 24px;
  }

  .menu__btn.active span:first-child {
    left: 3px;
    top: 7px;
    transform: rotateZ(45deg);
  }

  .menu__btn.active span:nth-child(3) {
    left: 3px;
    top: -3px;
    transform: rotateZ(-45deg);
  }

  .header .nav__menu {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #fffdfa;
    z-index: 5;
    transition: all 0.3s;
  }

  header .navbar-nav {
    margin-top: 0;
  }

  .nav__menu .menu-item {
    border-bottom: 1px solid rgba(5, 28, 44, 0.1);
  }

  .nav__menu .menu-item a {
    color: #3d3f41;
  }

  .header .nav__menu.active {
    overflow-y: auto;
    position: fixed;
    max-height: calc(100% - 54px);
    bottom: 0;
  }

  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children.active {
    /*padding: 32px 25px 32px 0;*/
  }

  .menu-item-has-children .open {
    position: absolute;
    right: -15px;
    top: 4px;
    display: block;
    width: 50px;
    height: 50px;
    /*border:  1px solid red;*/
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
  }

  .menu-item-has-children .open:before {
    content: "";
    position: relative;
    top: 12px;
    right: -15px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3536 9.35355C19.5488 9.15829 19.5488 8.84171 19.3536 8.64645C19.1583 8.45118 18.8417 8.45118 18.6464 8.64645L19.3536 9.35355ZM12 16L11.6464 16.3536C11.7402 16.4473 11.8674 16.5 12 16.5C12.1326 16.5 12.2598 16.4473 12.3536 16.3536L12 16ZM5.35355 8.64645C5.15829 8.45118 4.84171 8.45118 4.64645 8.64645C4.45118 8.84171 4.45118 9.15829 4.64645 9.35355L5.35355 8.64645ZM18.6464 8.64645L11.6464 15.6464L12.3536 16.3536L19.3536 9.35355L18.6464 8.64645ZM12.3536 15.6464L5.35355 8.64645L4.64645 9.35355L11.6464 16.3536L12.3536 15.6464Z' fill='%233D3F41'/%3E%3C/svg%3E%0A");
  }

  .menu-item-has-children.active .open {
    transform: rotateX(180deg);
    /*top: 38px;*/
  }

  .header .menu-item-has-children.active .sub-menu {
    display: block;
    max-height: 1000px;
    transition: all 0.3s;
  }

  .header .second__head {
    display: block;
    padding: 0 15px;
    /*max-height: 0;*/
    /*overflow: hidden;*/
    transition: all 0.3s;
  }

  .second__head__title {
    display: block;
    text-align: center;
    font-family: "Saol Display";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #051c2c;
  }

  .second__head__title .color {
    font-family: "Saol Display";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #1a6a7b;
  }

  .second__head__subtitle {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #3d3f41;
    padding: 6px 0 16px;
  }

  .second__head .download {
    margin: 0 auto;
  }

  .nav__menu .socials {
    max-height: 100px;
    display: flex;
    justify-content: center;
    padding: 16px 0 8px;
    padding: 16px 0 16px;
    border-bottom: 1px solid rgba(5, 28, 44, 0.1);
  }

  .header .second__head .copyright {
    max-width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px 0 1px;
    margin: 0 auto;
  }

  .header .second__head .copyright a {
    margin: 0 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #3d3f41;
    padding-bottom: 16px;
  }
}

@media (min-width: 340px) {
  .wrp__header {
    margin: 0 24px;
  }

  nav {
    padding: 0 24px 24px;
  }

  .header .second__head {
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  body {
    padding: 148px 0 0;
  }

  .wrp__header {
    max-width: 1312px;
    padding: 0 24px;
    margin: 0 auto;
    min-height: 73px;
  }

  .top__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
  }

  .logo {
    /*height: 71px;*/
    /*transition: all 0.5s;*/
  }

  .logo__link {
    display: flex;
    align-items: center;
    height: 74px;
  }

  .logo__link svg {
    /*height: 73px;*/
    /*transition: all 0.5s;*/
  }

  #menu__btn {
    display: none;
  }

  .search__menu__open {
    top: 100px;
    /*transition: all 0.4s;*/
  }

  .search__text {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
  }

  nav {
    padding: 0;
  }

  #top__nav__menu {
    position: relative;
    margin-left: 0;
    border-top: 1px solid rgba(5, 28, 44, 0.1);
    z-index: 10;
  }

  .nav__menu .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin: 0;
    height: 74px;
  }

  .nav__menu .menu-item {
    font-family: "Saol Display";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #051c2c;
  }

  .nav__menu .menu-item a {
    padding: 23px 23px 23px 0;
  }

  .header .sub-menu {
    position: absolute;
    display: block;
    max-height: 0;
    width: 100%;
    max-width: 300px;
    padding-top: 5px;
    opacity: 0;
    /*transition: all 1.0s;*/
    /*transition: opacity 0.0s;*/
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .header .sub-menu .menu-item {
    border-top: 1px solid rgba(5, 28, 44, 0.1);
  }

  .header .menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 300px;
    max-height: 1000px;
    background: #fffdfa;
    opacity: 1;
    transition: all 0.3s;
  }

  .header .sub-menu .menu-item a {
    padding: 16px;
    transition: all 0.3s;
    width: calc(100% - 32px);
    font-family: "Myriad Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .header .sub-menu .menu-item:hover,
  .header .sub-menu .menu-item.active {
    background: #1a6a7b;
  }

  .header .sub-menu .menu-item.active a,
  .header .sub-menu .menu-item:hover a {
    color: #fffdfa;
  }

  .socials__sc {
    flex-direction: row-reverse;
    justify-content: end;
    background: inherit;
  }

  .header .separator {
    display: none;
  }

  .socials__sc .subscribe {
    margin-right: 24px;
  }

  body.scroll__menu .wrp__header {
    margin-top: 0;
    margin-bottom: 0;
  }

  body.scroll__menu header.logo {
    height: 46px;
  }

  body.scroll__menu header .logo__link svg {
    width: 227px;
    height: 19px;
  }

  body.scroll__menu .search__menu__open {
    top: 26px;
  }

  body.scroll__menu .header .menu-item-has-children .sub-menu {
    padding-top: 3px;
  }

  body.scroll__menu #top__nav__menu {
    margin-top: -75px;
    margin-left: 260px;
    border-color: rgba(255, 255, 255, 0);
  }
}

/* search block */

.search__box {
  position: fixed;
  top: 54px;
  right: 0;
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fffdfa;
}

.is-mobile .search__box {
  overflow-y: auto;
  height: calc(100vh - 54px);
}

.search__open .is-mobile .search__box {
  max-height: calc(100vh - 54px);
}

.search__box .wrp {
  padding: 20px 24px 5px;
}

.search__btn .close {
  display: none;
}

.search__btn:hover {
  color: #1a6a7b;
}

.search__btn:hover .svg__img__stroke g {
  opacity: 1;
}

.search__btn:hover .svg__img__stroke path {
  stroke: #1a6a7b;
  opacity: 1;
}

.search__open .search__box {
  max-height: 1000px;
}

.search__btn .open,
.search__open .search__btn .close {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search__open .menu__btn,
.search__open .search__btn .open {
  display: none;
}

.search__box .title {
  font-size: 18px;
  line-height: 22px;
  color: #051c2c;
}

.search__box .search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(5, 28, 44, 0.1);
}

.search__box .search__form .search__input {
  flex: 0 1 100%;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  border: none;
  padding: 0;
  background: inherit;
  -webkit-background-clip: text;
}

.search__box .search__form .search__input:focus {
  border: none;
  outline: none;
}

.search__box .search__form button {
  font-size: 14px;
  line-height: 20px;
  color: #1a6a7b;
  border: none;
  background: inherit;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84px;
  padding: 5px 0;
  cursor: pointer;
}

.search__box .svg__img__stroke g {
  opacity: 1;
}

.search__box .svg__img__stroke path {
  stroke: #1a6a7b;
  opacity: 1;
}

.search__box .wrp__popular__search {
  margin-bottom: 10px;
}

.search__box .title {
  display: block;
  margin-top: 15px;
  font-family: "Saol Display";
  font-size: 18px;
  line-height: 22px;
  color: #051c2c;
}

.search__box .menu-item a,
.search__box .page_item a {
  display: block;
  font-size: 14px;
  font-family: "Saol Display";
  line-height: 22px;
  text-decoration: underline;
  padding: 8px 0;
  color: #3d3f41;
}

@media (min-width: 360px) {
  .search__box {
    width: 100%;
  }

  .search__box .wrp {
    padding: 10px 24px 24px;
  }
}

@media (min-width: 1024px) {
  .search__box {
    position: absolute;
    top: 40px;
    width: 513px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .search__box .wrp {
    padding: 20px 24px 24px;
  }

  .search__box .wrp__popular__search {
    display: flex;
    margin-top: 15px;
    margin-bottom: -10px;
  }

  .search__box .wrp__popular__search > div {
    flex: 1 1 50%;
  }
}

/* end search block */

/*** end header ***/

/*** footer ***/

.footer {
  padding: 16px 0;
  background: #1a6a7b;
  position: relative;
}

.footer .wrp__copyright .wrp__content a {
  color: #ffffff;
}

.footer .nav__menu {
  margin-top: 0;
  border-top: 1px solid rgba(179, 185, 188, 0.5);
  margin-bottom: 20px;
}

.footer nav {
  padding: 0;
}

.footer .menu-item,
.footer .menu-item a {
  color: #ffffff;
}

.footer .second__head {
  margin-top: 16px;
}

.footer .subscribe__link span {
  color: #fffdfa;
}

.footer .wrp__copyright {
  border-top: 1px solid rgba(179, 185, 188, 0.5);
  padding: 16px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fffdfa;
}

.footer .copyright {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #fffdfa;
}

@media (max-width: 1023.98px) {
  .footer .socials__sc {
    display: none;
  }

  .footer .menu-item-has-children .sub-menu {
    display: none;
    max-height: 0;
    /*height: 0;*/
    overflow: hidden;
    transition: all 0.3s;
    padding-bottom: 8px;
    margin-top: -8px;
  }

  .footer .menu-item-has-children.active .sub-menu {
    display: block;
    /*height: auto;*/
    max-height: 1500px;
  }

  .footer .nav__menu .menu-item {
    border-bottom: 1px solid rgba(179, 185, 188, 0.5);
  }

  .footer .menu-item-has-children.active {
    padding: 0 25px 0 0;
  }

  .footer .sub-menu .menu-item {
    border-bottom: none;
  }

  .footer .menu-item-has-children .open:before {
    content: "";
    position: relative;
    top: 12px;
    right: -15px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.3536 9.35355C19.5488 9.15829 19.5488 8.84171 19.3536 8.64645C19.1583 8.45118 18.8417 8.45118 18.6464 8.64645L19.3536 9.35355ZM12 16L11.6464 16.3536C11.7402 16.4473 11.8674 16.5 12 16.5C12.1326 16.5 12.2598 16.4473 12.3536 16.3536L12 16ZM5.35355 8.64645C5.15829 8.45118 4.84171 8.45118 4.64645 8.64645C4.45118 8.84171 4.45118 9.15829 4.64645 9.35355L5.35355 8.64645ZM18.6464 8.64645L11.6464 15.6464L12.3536 16.3536L19.3536 9.35355L18.6464 8.64645ZM12.3536 15.6464L5.35355 8.64645L4.64645 9.35355L11.6464 16.3536L12.3536 15.6464Z' fill='%23B3B9BC'/%3E%3C/svg%3E%0A");
  }

  .footer .second__content {
    max-width: 400px;
    margin: 0 auto;
    background: #fffdfa;
    border-radius: 8px;
    padding: 24px 15px;
  }

  .footer .wrp__copyright .wrp__content {
    width: 448px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 16px;
    margin: 0 auto;
  }

  .footer .wrp__copyright .wrp__content a {
    /*margin: 0 12px 16px;*/
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }

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

@media (min-width: 370px) {
  .footer .second__content {
    padding: 24px;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding: 8px 0 10px 0;
  }

  body.scroll__menu .footer .socials__sc {
    max-height: 100px;
    opacity: 1;
    margin-bottom: 0;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-nav > .menu-item {
    width: calc((100% - 50px) / 6);
  }

  .footer-nav > .menu-item:not(:last-child) {
    padding-right: 10px;
  }

  .footer-nav > .menu-item a {
    padding: 24px 0 12px 0;
    font-family: "Saol Display";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fffdfa;
    transition: 0.3s ease-in-out;
  }

  .footer-nav > .menu-item a:hover {
    text-decoration: underline;
  }

  .footer-nav > .menu-item > .sub-menu {
    padding-top: 5px;
  }

  .footer .second__head .socials,
  .footer .second__content {
    display: none;
  }

  .footer .wrp__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 16px;
  }

  .footer .wrp__copyright .wrp__content a {
    margin-right: 24px;
  }
}

/*** end footer ***/

/*** page global ***/

section.page {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #e8ebe4;
}

@media (min-width: 1024px) {
  section.page {
    padding-top: 48px;
  }
}

/*** end page global ***/

/*** search page ***/

.search__title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Saol Display";
  text-align: center;
  margin-bottom: 16px;
}

.search__title__result {
  font-size: 28px;
  line-height: 34px;
  font-family: "Saol Display";
  text-transform: capitalize;
}

.search__result__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.search__result__item {
  max-width: 500px;
  width: 100%;
  height: 440px;
  margin-bottom: 24px;
}

.search__result__item .wrp {
  position: relative;
  height: 440px;
  margin: 0 12px;
  border-radius: 8px;
  overflow: hidden;
}

.search__result__item .wrp__img {
  overflow: hidden;
  display: flex;
  max-height: 350px;
}

.search__result__item a,
.search__result__item img {
  width: 100%;
  height: auto;
}

.search__result__item .wrp__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fffdfa;
  overflow: hidden;
}

.search__result__item .info {
  padding: 24px;
}

.search__result__item .wrp__cats {
  /*display: flex;*/
  /*justify-content: flex-start;*/
  /*align-items: center;*/
  margin-bottom: 8px;
}

.search__result__item .cb-byline,
.search__result__item .cb-byline * {
  display: inline;
  color: #3d3f41;
}

.search__result__item .cb-byline span {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.search__result__item .cb-byline span:last-child {
  padding-right: 8px;
}

.search__result__item .wrp__date {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 20px;
}

.search__result__item .wrp__date:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.search__result__item .wrp__date:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  z-index: 1;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 50%;
}

.search__result__item .h4 {
  margin: 0;
  font-weight: 400;
}

.search__result__item .h4 a {
  font-family: "Saol Display";
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}

.pagination {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.pagination .pag__link__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  margin: 0 2px;
  border-radius: 6px;
  background: inherit;
  transition: all 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #1a6a7b;
  color: #fffdfa;
}

.prev.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7541 0.741064C9.05216 1.03326 9.07926 1.49051 8.83539 1.81272L8.7541 1.90503L2.02658 8.5L8.7541 15.095C9.05216 15.3872 9.07926 15.8444 8.83539 16.1666L8.7541 16.2589C8.45604 16.5511 7.98963 16.5777 7.66096 16.3386L7.56679 16.2589L0.245899 9.08198C-0.0521604 8.78978 -0.0792568 8.33254 0.16461 8.01033L0.245899 7.91802L7.56679 0.741064C7.89466 0.419645 8.42624 0.419645 8.7541 0.741064Z' fill='%23B3B9BC'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 9px;
  height: 16px;
  background-size: contain;
  transition: 0.3s ease-in-out;
  min-width: 9px;
  margin-right: 11px;
}

.prev.page-numbers:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7541 0.741064C9.05216 1.03326 9.07926 1.49051 8.83539 1.81272L8.7541 1.90503L2.02658 8.5L8.7541 15.095C9.05216 15.3872 9.07926 15.8444 8.83539 16.1666L8.7541 16.2589C8.45604 16.5511 7.98963 16.5777 7.66096 16.3386L7.56679 16.2589L0.245899 9.08198C-0.0521604 8.78978 -0.0792568 8.33254 0.16461 8.01033L0.245899 7.91802L7.56679 0.741064C7.89466 0.419645 8.42624 0.419645 8.7541 0.741064Z' fill='%233D3F41'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}

.next.page-numbers {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.245899 16.2589C-0.0521604 15.9667 -0.0792568 15.5095 0.16461 15.1873L0.245899 15.095L6.97342 8.5L0.245899 1.90503C-0.0521604 1.61283 -0.0792568 1.15558 0.16461 0.833375L0.245899 0.741064C0.543959 0.448865 1.01037 0.422302 1.33904 0.661374L1.43321 0.741064L8.7541 7.91802C9.05216 8.21022 9.07926 8.66746 8.83539 8.98967L8.7541 9.08198L1.43321 16.2589C1.10534 16.5804 0.573765 16.5804 0.245899 16.2589Z' fill='%23B3B9BC'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 9px;
  height: 16px;
  background-size: contain;
  transition: 0.3s ease-in-out;
  min-width: 9px;
  margin-left: 11px;
}

.next.page-numbers:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.245899 16.2589C-0.0521604 15.9667 -0.0792568 15.5095 0.16461 15.1873L0.245899 15.095L6.97342 8.5L0.245899 1.90503C-0.0521604 1.61283 -0.0792568 1.15558 0.16461 0.833375L0.245899 0.741064C0.543959 0.448865 1.01037 0.422302 1.33904 0.661374L1.43321 0.741064L8.7541 7.91802C9.05216 8.21022 9.07926 8.66746 8.83539 8.98967L8.7541 9.08198L1.43321 16.2589C1.10534 16.5804 0.573765 16.5804 0.245899 16.2589Z' fill='%233D3F41'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
}

.page-numbers.dots {
  pointer-events: none;
}

@media (min-width: 660px) {
  .search__result__item {
    max-width: 50%;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .search__title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Saol Display";
    text-align: center;
    margin-bottom: 24px;
  }

  .search__title__result {
    font-size: 32px;
    line-height: 36px;
    font-family: "Saol Display";
  }

  .search__result__list {
    justify-content: start;
  }

  .search__result__item {
    max-width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .search__result__item {
    max-width: 25%;
  }
}

/*** end search page ***/

/*** modal ***/
body.modal__open {
  height: 100%;
  overflow: hidden;
  /*padding-right: 17px;*/
}

/*
.wf3__modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    background: rgba(38,38,38,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in;
    transform: scale(0);
}
*/

.wf3__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

.wf3__modal .modal__close__btn {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  padding: 10px;
  cursor: pointer;
}

.wf3__modal .wrp__modal {
  width: 100%;
  max-width: 90%;
  margin: 50px auto;
  /*transform: translate(0,-50px);*/
  /*transition: all 2s;*/
  transition: opacity 2s;
}

.wf3__modal.active .wrp__modal {
  /*opacity: 1;*/
  /*transform: translate(0,50px);*/
}

.wf3__modal .modal__content {
  padding: 24px;
  background: #e8ebe4;
  transform: translate(0px, -50px);
  transition: transform 0.5s;
}

body.modal__open .wf3__modal.active {
  display: block;
}

.wf3__modal.show .modal__content {
  transform: translate(0px, 0px);
  /*transition: all 2s 1s;*/
}

.fade {
  transition: opacity 0.3s;
}

.fade:not(.show) {
  opacity: 0;
}

.modal__content {
  position: relative;
  border-radius: 8px;
}

.modal__body .title {
  font-family: "Saol Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #051c2c;
  margin: 0;
  padding-bottom: 8px;
  padding-right: 30px;
}

.modal__body p,
.modal__body .sub__title {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3d3f41;
  margin: 0;
  padding-bottom: 8px;
  padding-right: 30px;
}

.modal__body .notification {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #3d3f41;
  padding-bottom: 24px;
}

.modal__body .btn__wf3 {
  padding: 0 32px;
  font-size: 18px;
  font-family: "Saol Display";
}

@media (min-width: 768px) {
  .wf3__modal .wrp__modal {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .modal__body .title {
    font-size: 32px;
    line-height: 36px;
  }

  .modal__body p,
  .modal__body .sub__title {
    font-size: 18px;
    line-height: 28px;
  }
}

/*** end modal ***/

/*** form subscribe ***/
.wrp__form__group {
  margin-bottom: 24px;
}

.wrp__form__group .custom__select__label {
  flex: 1 1 100%;
}

.wrp__form__group .input__icon {
  margin-top: 5px;
}

.wrp__input {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.wrp__input.wrp__custom__select {
  background: inherit;
}

.wrp__form__group .wrp__label {
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #fffdfa;
}

.accordion__btn .wrp__arrow {
  position: relative;
  top: 0;
  transition: all 0.3s;
}

.accordion__btn.is-open .wrp__arrow {
  top: 3px;
  transform: rotateX(180deg);
}

.accordion__content {
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.wrp__custom__select select {
  display: none;
}

.select__value {
  display: none;
}

.wrp__input__select.selected .select__value {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #3d3f41;
}

.custom__select__list div {
  margin-top: 1px;
}

.custom__select__list div:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.custom__select__list div {
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  background: #fffdfa;
  color: #3d3f41;
  cursor: pointer;
  transition: all 0.3s;
}

.custom__select__list .item__selected {
  background: #1a6a7b;
  color: #fffdfa;
}

.wrp__input .input__label {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #3d3f41;
  opacity: 1;
}

.input__label .required {
  color: #e81b23;
  line-height: 1;
}

.wrp__input.errors .input__label,
.wrp__input.choice .input__label {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 12px;
  color: #3d3f41;
  opacity: 0.5;
}

.form__subs .label__content {
  width: 100%;
  padding-left: 10px;
}

.wrp__input.choice .input {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #3d3f41;
}

.wrp__input .input {
  display: none;
  margin-top: 6px;
  width: 100%;
  background: inherit;
}

.wrp__input.errors .input,
.wrp__input .error {
  display: none;
}

.wrp__input.errors .error {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #e81b23;
}

.wrp__input input.input,
.wrp__input input.input:focus,
.wrp__input input.input:focus-within,
.wrp__input input.input:visited,
.wrp__input input.input:active {
  outline: none;
  border: none;
}

.form__subs {
  margin-bottom: 0;
}

.form__subs .wrp__submit {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.form__subs .wrp__submit .message__send {
  margin-left: 10px;
}

.form__subs .message__send.error {
  color: #e81b23;
}

.modal__subscribe.close__form .modal__content {
  height: auto;
}

.modal__subscribe.close__form .sub__title {
  display: none;
}

.modal__subscribe.close__form .form__subs {
  display: none;
}

.modal__subscribe.close__form .answer {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3d3f41;
  padding-bottom: 24px;
}

/*** end form subscribe ***/
body.wf__v3 {
  position: relative;
}

body.wf__v3 .sidebar-ad {
  position: fixed;
  top: 260px;
  left: calc(75vw + 10px);
  text-align: center;
}

body.wf__v3.scroll__menu .sidebar-ad {
  position: fixed;
  top: 120px;
  left: calc(75vw + 10px);
  text-align: center;
}

@media screen and (max-width: 1280px) {
  body.wf__v3 .sidebar-ad {
    position: fixed;
    top: 260px;
    left: calc(50vw + 320px);
    text-align: center;
  }

  body.wf__v3.scroll__menu .sidebar-ad {
    position: fixed;
    top: 120px;
  }
}

@media screen and (max-width: 1024px) {
  body.wf__v3 .sidebar-ad {
    display: none;
  }
}
