.home_container {
  position: absolute;
  top: 150px;
}

@media only screen and (max-width: 768px) {
  .home_container {
    position: relative;
    top: auto;
  }
}

.home_title {
  position: relative !important;
  top: auto !important;
  /* font-size: 48px; */
  /* line-height: 48px; */
  margin: 0;
  color: #4d4d4d;
  font-weight: 100;
  margin-bottom: 34px;

  color: #4d4d4d;

  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 55px;
}

@media only screen and (max-height: 768px) and (min-width: 1000px) {
  /* .home_title {
    top: -45px !important;
  }
  .home_description_wrapper {
    top: -65px;
  } */

  .home_description {
    font-size: 12px;
  }
  /* 
  .home_container .btn_read_more {
    top: -72px;
    position: relative;
  } */
  .home_banner_left__title {
    font-size: 32px;
  }
  .home_banner_right img {
    height: 100px;
  }
}

@media only screen and (max-height: 750px) {
  .home_description_wrapper.expanded {
    max-height: 300px !important;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 768px) {
  .home_description {
    position: relative;
  }
  .home_description_wrapper {
    position: relative;
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .btn_read_more {
    z-index: 5;
    position: relative;
    margin-left: 20px;
  }
  .home #left .container .fb {
    display: none;
  }
  .home_profile {
    position: relative !important;
  }
  .home_banner_content {
    flex-direction: column !important;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  #left .container .categories {
    bottom: auto;
    margin: 20px 0 30px;
    /* margin-top: 300px; */
    margin-top: 400px;
  }
}

.home_description_wrapper {
  position: relative;
  max-height: 240px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.fade_effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 39.18%,
    #fff 89.69%
  );
  transition: opacity 0.3s ease-in-out;
}

.home_description_wrapper.expanded {
  /* max-height: 200px; */
  max-height: 300px;
  overflow-y: auto;
}

.home_description_wrapper.expanded .fade_effect {
  opacity: 0;
}

.home_description {
  position: relative;
  color: #4d4d4d;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 39.18%,
    #fff 89.69%
  );
}
.home_description > h2:first-of-type,
.home_description > p:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
.home_description > p:first-of-type {
  margin-top: 6px;
}
.home_description > p {
  font-weight: 100;
}
.home_description_icons {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px 50px;
  margin-top: 28px;
}
.home_description_icons_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.home_description_icons_box span {
  color: #4d4d4d;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
}
.home_description_icons_box span span {
  display: block;
}
.btn_read_more {
  cursor: pointer;
  /* border-radius: 6px; */
  /* border: 1px solid #a7a7a7; */
  /* color: #a7a7a7; */
  font-family: "Montserrat";
  /* font-size: 12px; */
  /* font-style: normal; */
  /* font-weight: 400; */
  /* line-height: 20px; */
  display: flex;
  margin-top: 13px;
  margin-left: auto;
  width: fit-content;
  /* padding: 5px 14px 5px 14px; */

  color: #3e3e3e;
  /* font-family: Montserrat; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.btn_read_more span {
  color: #fbbb05;
  font-family: "Montserrat";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn_read_more span.rotated {
  transform: rotate(180deg);
}

.home_profile {
  position: absolute;
  right: 0;
  top: -40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.categories:has(.staticPhone.staticPhone--secondary.active) .home_profile {
  top: 44px;
}

.home_profile_image img {
  height: 140px;
}
.home_profile_name {
  color: #4d4d4d;
  text-align: right;
  font-family: "Montserrat";
  font-size: 23.813px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
}

.home_profile_role {
  color: #4d4d4d;
  text-align: right;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}

#right .slider {
  height: 197px;
}

.home_banner {
  margin-bottom: 1px;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 75px 38px 0 50px; */
  padding: 40px 100px 60px 86px;
}

.home_banner:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: unset;
}

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

.home_banner_content a {
  text-decoration: none;
  transition: 0.3s;
}

.home_banner_left {
  position: relative;
  z-index: 1;
}

.home_banner_left__title {
  color: #fff;
  font-family: "Montserrat";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}

.home_banner_left__text_one {
  color: #fff;
  font-family: "Montserrat";
  font-size: 23.813px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.home_banner_left__text_two {
  color: #debc5e;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.home_banner_right {
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
}

.home_banner_right img {
  position: relative;
  z-index: 1;
  display: flex;
}

.home_banner__phone {
  color: #f9f8f7;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  display: inline-flex;
  align-items: center;
  margin-bottom: 17px;
  text-decoration: none;
}

.home_banner__phone:hover,
.home_banner__email:hover {
  color: #debc5e;
}

.home_banner__phone svg {
  margin-right: 8px;
}

.home_banner__email {
  color: #f9f8f7;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: inline-flex;
  line-height: 20px;
  display: inline-flex;
  align-items: baseline;
  margin-left: 30px;
  margin-bottom: 17px;
  text-decoration: none;
}

.home_banner__email svg {
  margin-right: 8px;
}

.slider svg {
  position: absolute;
  bottom: 17px;
  z-index: 2;
  left: 50px;
}

.slider {
  position: relative;
}

.section_expert_one_description {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 53px;
}

.section_expert_container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .section_expert_container {
    padding: 0;
    flex-direction: column;
  }
}

.section_expert_one_box {
  flex: 1;
  max-width: 25%;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 23px 8px 15px 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.section_expert_one_box__title {
  color: #4d4d4d;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.section_expert_one_box img {
  margin-bottom: 15px;
}

.section_expert_three {
  margin-bottom: 40px;
}

.section_expert_three__uptitle {
  color: #ffb900;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.section_expert_three__title {
  color: #000;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.section_expert_three__description {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 39.18%,
    #f9f8f7 89.69%
  );
  pointer-events: none;
}

.section_expert_three_wrapper {
  position: relative;
  /* max-height: 200px; */
  max-height: 90px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.btn_read_more.ex {
  display: table;
  margin: 15px auto;
}

.section_expert_three_wrapper.expanded {
  max-height: max-content;
}

.section_expert_three_wrapper.expanded .fade_effect {
  opacity: 0;
}

.section_expert_three__description a {
  color: #ffb900;
  text-decoration: none;
}

.section_expert_four__title {
  color: #000;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}

.section_expert_five {
  margin-top: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  padding: 38px 59px 38px 44.679px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.section_expert_five_content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section_expert_five__description {
  color: #4d4d4d;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  margin-left: 40px;
}

.section_expert_five_content svg {
  width: 90px;
}

.section_expert_six {
}

.section_expert_six__title {
  color: #000;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 40px;
}

.faq {
  margin: 0 auto;
}

.faq-question {
  display: flex;
  padding: 9px 30px;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: #4d4d4d;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  margin-bottom: 10px;
  position: relative;
}

.faq-question svg {
  margin-right: 20px;
  height: 36px;
  width: 36px;
  position: absolute;
  top: 4px;
  left: 20px;
}

.faq-question div {
  padding-left: 30px;
}

.faq-question:hover {
  background: #ddd;
}

.faq-answer {
  display: none;
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

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

.artykul.author-desc #right article .autorbox {
  border-top: 0 !important;
}

.section_expert_seven {
  margin-top: 50px;
}

.section_expert_seven_posts {
  margin-bottom: 50px;
}

.section_expert_seven_posts_item_title {
  color: #000;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 18px;
}

.section_expert_seven_posts_item_excerpt {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in-out;
}

.section_expert_seven_posts_item_excerpt a {
  color: #ffb900;
  text-decoration: none;
}

.section_expert_seven_posts_item_excerpt.expanded {
  max-height: max-content;
}

.section_expert_seven_posts_item_button {
  color: #ffb900;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin-top: 5px;
}

.section_expert_seven_posts_item_button:hover {
  text-decoration: underline;
}

.fbc-items,
.fbc-page .fbc-wrap .fbc-items li.active span,
.fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  text-align: right;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.fbc-page .fbc-wrap .fbc-items li a {
  text-align: right;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.fbc-page .fbc-wrap .fbc-items {
  background-color: rgba(237, 239, 240, 0);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.fbc-page .fbc-wrap .fbc-items li.active span,
.fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #ffbc00 !important;
}

#left .container .categories li {
  height: 46px;
}

@media only screen and (min-width: 1401px) {
  .home_description_wrapper {
    max-height: 240px;
    max-width: 770px;
    color: #4d4d4d !important;
  }
}

@media only screen and (max-width: 1400px) {
  .home_description_wrapper.expanded {
    /* max-height: 240px; */
    overflow-y: auto;
  }
}

@media only screen and (max-height: 700px) {
  .home_description_wrapper.expanded {
    max-height: 240px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1280px) and (min-height: 701px) and (max-height: 800px) {
  .home_description_wrapper.expanded {
    max-height: 85px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 768px) {
  .home_description_wrapper {
    max-height: 170px;
  }
  .home_description_wrapper.expanded {
    max-height: 200px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
  /* .home_description_wrapper {
    max-height: 170px;
  }
  .home_description_wrapper.expanded {
    max-height: 200px;
  } */
  .home_description_wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1430px) {
  .home_profile_image img {
    height: 75px;
  }
  .home_profile_name {
    font-size: 15px;
  }
  .home_profile {
    top: 20px;
  }
}

@media only screen and (min-height: 1100px) {
  .home_description_wrapper {
    max-height: 400px !important;
    overflow-y: auto;
  }
}

@media only screen and (min-height: 1200px) {
  .home_description_wrapper {
    max-height: 500px !important;
    overflow-y: auto;
  }
}

@media only screen and (min-height: 1300px) {
  .home_description_wrapper {
    max-height: 600px !important;
    overflow-y: auto;
  }
}

.faq-question h2 {
  color: #4d4d4d;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  cursor: pointer;
  border: none;
  text-align: left;
  padding-left: 30px;
  margin: 0;
}

.home__contact {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home__contact span {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  width: 100%;
  display: block;
}
.home__contact__phone {
  padding: 8px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  border-radius: 8px;
  margin-top: 8px;
  background: #ffb900;
  border: 1px solid #ffb900;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: backgdroung 0.12s linear;
}
.home__contact__phone svg {
  height: 28px;
  width: 28px;
}
.home__contact__phone svg path {
  fill: #ffffff !important;
  transition: fill 0.12s linear;
}

.home__contact__phone span {
  color: #fff;
  /* text-shadow: 0px 4px 2px rgba(181, 181, 181, 0.25); */
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px; /* 140% */
  letter-spacing: 1px;
  transition: color 0.12s linear;
}
.home__contact__phone:hover {
  background-color: #ffffff;
}

.home__contact__phone:hover span {
  color: #ffb900;
}

.home__contact__phone:hover svg path {
  fill: #ffb900 !important;
}

.home__contact__email {
  padding: 8px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  border-radius: 8px;
  margin-left: 25px;
  margin-top: 8px;
  background-color: #ffffff;
  border: 1px solid #4d4d4d;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: backgdroung 0.12s linear;
}
.home__contact__email svg {
  height: 28px;
  width: 28px;
}
.home__contact__email svg path {
  fill: #4d4d4d !important;
  transition: fill 0.12s linear;
}

.home__contact__email span {
  font-family: Montserrat;
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px; /* 227.5% */
  letter-spacing: 1px;
  transition: color 0.12s linear;
}
.home__contact__email:hover {
  background: #4d4d4d;
}

.home__contact__email:hover span {
  color: #fff;
}

.home__contact__email:hover svg path {
  fill: #ffffff !important;
}
.home__icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
.home__icons__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.home__icons__box span {
  color: #4d4d4d;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.home__icons__box span span {
  display: block;
}

.home_privacy_policy {
  color: #484848;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 100;
  line-height: 12px; /* 100% */
  margin-left: 25px;
  text-decoration: underline;
  float: right;
  text-transform: uppercase;
  margin-top: -2px;
}
.fb .fb-link {
  float: none;
  margin-left: auto;
}
#left .container .fb {
  align-items: center;
  display: flex;
}

.menu_contact__phone {
  padding: 8px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  border-radius: 8px;
  margin-top: 8px;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: backgdroung 0.12s linear;

  margin: 10px 10% 10px;
}
.menu_contact__phone svg {
  height: 28px;
  width: 28px;
}
.menu_contact__phone svg path {
  fill: #ffffff !important;
  transition: fill 0.12s linear;
}

.menu_contact__phone span {
  color: #fff;
  /* text-shadow: 0px 4px 2px rgba(181, 181, 181, 0.25); */
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px; /* 140% */
  letter-spacing: 1px;
  transition: color 0.12s linear;
}
.menu_contact__phone:hover {
  background-color: #ffffff;
}

.menu_contact__phone:hover span {
  color: #4d4d4d;
}

.menu_contact__phone:hover svg path {
  fill: #4d4d4d !important;
}

.menu_contact__email {
  padding: 8px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  border-radius: 8px;
  margin-left: 25px;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid #4d4d4d;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: backgdroung 0.12s linear;

  margin: 10px 10% 10px;
}
.menu_contact__email svg {
  height: 28px;
  width: 28px;
}
.menu_contact__email svg path {
  fill: #4d4d4d !important;
  transition: fill 0.12s linear;
}

.menu_contact__email span {
  font-family: Montserrat;
  color: #4d4d4d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px; /* 227.5% */
  letter-spacing: 1px;
  transition: color 0.12s linear;
}
.menu_contact__email:hover {
  background: #4d4d4d;
}

.menu_contact__email:hover span {
  color: #fff;
}

.menu_contact__email:hover svg path {
  fill: #ffffff !important;
}
header p.prowadzi {
  margin: 32px 10% 47px;
  display: block;
}
header p.prowadzi .sprite {
  display: block;
  float: unset;
}

.menu_contact_title {
  color: #000;
  font-family: Montserrat;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */

  margin: 47px 10% 16px;
}
.menu_contact_text {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  display: block;
  line-height: 16px;
  margin: 16px 10% 23px;
}
.menu_contact_text + span {
  margin: 23px 10% 15px;
  color: #000;
  font-family: Montserrat;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px; /* 140% */
}

@media (max-height: 900px) {
  .home__icons {
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.3s linear 0.3s;
  }

  #left:has(.home_description_wrapper.expanded) .home__icons {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
}
@media (max-height: 850px) {
  .home__icons {
    display: none;
  }
}
@media (max-height: 830px) {
  .categories .menu {
    opacity: 1;
    transition: opacity 0.3s linear 0.3s;
  }

  #left:has(.home_description_wrapper.expanded) .categories .menu {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
}
@media (max-width: 1710px) {
  .home_title {
    font-size: 32px;
    line-height: 40px;
  }
  .home_container {
    top: 120px;
  }
}
@media (max-width: 1600px) {
  .home_banner__email span,
  .menu_contact__email span,
  .home__contact__email span {
    font-size: 15px !important;
  }
  .home_banner__phone span,
  .menu_contact__phone span,
  .home__contact__phone span {
    font-size: 15px !important;
  }
  .home_description_icons {
    margin-top: 16px;
  }
}

@media (max-height: 780px) {
  .categories .menu {
    display: none !important;
  }
  .fb {
    opacity: 1 !important;
    transition: opacity 0.3s linear 0.3s;
  }

  #left:has(.home_description_wrapper.expanded) .fb {
    opacity: 0 !important;
    transition: opacity 0.3s linear;
  }
}
@media (max-height: 720px) {
  .fb {
    display: none !important;
  }
  .home_container {
    top: 130px;
  }
}

@media (max-height: 650px) {
  .home_container {
    top: 110px;
  }
  .home_title {
    /* font-size: 30px; */
    /* line-height: 1.5; */
    margin-bottom: 16px;
  }
}

.home_banner_left__title {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  margin-bottom: 8px;
  line-height: 20px; /* 142.857% */
}
.home_banner_left__text_one {
  color: #fff;
  margin: 7px 0 14px;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 105.556% */
}
.home_banner_left__text_one span {
  color: #ffbc00;
  display: block;
}
.home_banner_left__text_two {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  font-weight: 100;
  margin: 14px 0 16px;
  max-width: 360px;
  line-height: 20px; /* 142.857% */
}
.home_banner_left__text_three {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
}

.home_banner__phone {
  padding: 8px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  border-radius: 8px;
  margin-top: 8px;
  background: #ffb900;
  border: 1px solid #ffb900;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: backgdroung 0.12s linear;
}
.home_banner__phone svg {
  height: 28px;
  width: 28px;
}
.home_banner__phone svg path {
  fill: #ffffff !important;
  transition: fill 0.12s linear;
}

.home_banner__phone span {
  color: #fff;
  /* text-shadow: 0px 4px 2px rgba(181, 181, 181, 0.25); */
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px; /* 140% */
  letter-spacing: 1px;
  transition: color 0.12s linear;
}
.home_banner__phone:hover {
  background-color: #ffffff;
}

.home_banner__phone:hover span {
  color: #ffb900;
}

.home_banner__phone:hover svg path {
  fill: #ffb900 !important;
}

.home_banner__email {
  padding: 8px 26px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: fit-content;
  gap: 8px;
  border-radius: 8px;
  margin-left: 0;
  margin-top: 8px;
  background-color: transparent;
  border: 1px solid #ffffff;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: backgdroung 0.12s linear;
  /* margin-bottom: 60px; */
}
.home_banner__email svg {
  height: 28px;
  width: 28px;
}
.home_banner__email svg path {
  fill: #ffffff !important;
  transition: fill 0.12s linear;
}

.home_banner__email span {
  font-family: Montserrat;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px; /* 227.5% */
  letter-spacing: 1px;
  transition: color 0.12s linear;
}
.home_banner__email:hover {
  background: #4d4d4d;
}

.home_banner__email:hover span {
  color: #fff;
}

.home_banner__email:hover svg path {
  fill: #ffffff !important;
}
.home_banner_right {
  flex-direction: column;
  max-width: 300px;
  /* margin-top: -50px; */
  align-items: center !important;
}
.home_banner_right_text {
  background-color: #ffffff;
  padding: 44px 20px 24px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  border-radius: 15px;
  font-weight: 100;
  line-height: 20px; /* 142.857% */
  margin-top: -38px;
}

@media (max-width: 1800px) {
  .home_banner {
    padding: 45px 50px;
  }
}
@media (max-width: 1430px) {
  .home__contact {
    flex-direction: column;
  }
  .home__contact__email {
    margin-left: 0;
  }
  .home_banner_right {
    display: none;
  }
}

@media (max-width: 1700px) {
  .home_description_icons {
    gap: 20px;
  }
  .home__icons {
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.3s linear 0.3s;
  }

  #left:has(.home_description_wrapper.expanded) .home__icons {
    opacity: 0;
    transition: opacity 0.3s linear;
  }
}
@media (max-width: 1300px) {
  .home__icons {
    display: none;
  }
}
@media (max-width: 1200px) {
  .home_description_icons {
    grid-template-columns: 1fr;
  }
  .home_description_wrapper {
  }
  .home_description_wrapper.expanded {
  }
}
@media (max-width: 1024px) {
  #left .container #menu-categories li:first-of-type {
    grid-column: 1/2;
  }
  .fb {
    display: flex;
  }
  .home__contact {
    flex-direction: row;
  }
  .home__contact__phone {
    margin-right: 20px;
  }
  .home__icons {
    display: flex;
    margin-bottom: 40px;
  }
  #left .container .categories {
    margin-top: 650px;
  }

  .home_description_icons {
    grid-template-columns: 1fr 1fr;
  }
  .home_banner_right {
    display: flex;
  }
}
@media (max-width: 800px) {
  .home_banner_right {
    display: none;
  }
}
@media (max-width: 768px) {
  #left .container .categories {
    margin-top: 20px;
  }
  .btn_read_more {
    margin-right: 20px;
  }
  .home__contact {
    margin-left: 20px;
    margin-right: 20px;
  }
  .home_container {
    top: auto !important;
  }
  .home__icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1670px) {
  .home__icons {
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .home__icons__box {
  }
  .home__icons__box img {
    height: 40px;
    width: 40px;
  }
  .home_banner__phone span,
  .menu_contact__phone span,
  .home__contact__phone span {
    font-size: 15px !important;
  }
}
@media (max-width: 1560px) and (min-width: 1024px) {
  .home_banner_right {
    display: none;
  }
}
@media (max-width: 1470px) {
  .home__icons__box span {
    font-size: 13px;
  }
}

@media (max-width: 1299px) {
  /* #left .container #menu-categories li:first-of-type {
        grid-column: 1 / 2;
    } */
  #left .container #menu-categories {
    display: none;
  }
}
@media (max-width: 1200px) and (max-height: 800px) {
  .fb {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .fb {
    display: flex !important;
    position: static !important;
  }
}

#left .container .categories li.label {
  grid-column: 1/4;
}

.home_container--blog .home_description_wrapper {
  max-height: 140px;
}

.home_container--blog .home_description_wrapper.expanded {
  max-height: 400px;
}
.home_container--blog:has(.home_description_wrapper.expanded) + .categories {
  display: none;
}
@media (max-width: 1024px) {
  #left:has(.home_container--blog) .container #menu-categories {
    display: grid;
  }
  #left:has(.home_container--blog) .container #menu-categories li.label {
    grid-column: 1 / 4;
  }
  #left:has(.home_container--blog) .container .categories {
    margin-top: 400px;
  }
  .home_container--blog:has(.home_description_wrapper.expanded) + .categories {
    display: block;
    margin-top: 500px !important;
  }
}
@media (max-width: 490px){
  .newAuthorBox{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
