/*!
Theme Name: thelightberg
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thelightberg

*/

/**************/

* {
  box-sizing: border-box;
}

*:hover {
  transition: 0.3s;
}

ul li {
  list-style: none;
}

html,
body {
  margin: 0;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
ul {
  margin: 0;
  padding: 0;
  transition: 0.3s;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover:after,
a:focus:after {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

input,
textarea {
  outline: none;
  font-family: "Poppins", sans-serif;
}

input::placeholder,
textarea::placeholder {
  font-family: "Poppins", sans-serif;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

button {
  cursor: pointer;
  border: none;
  font-family: "Poppins", sans-serif;
}

/*Дэфолтные настройки*/
header {
  padding-top: 5px;
}

.bannerTop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.bannerTop img {
  width: 100%;
}

.custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-logo-link img {
  width: auto;
  max-width: 200px;
}

.flexContentHeaderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
      margin-top: 30px;
}

#menu__toggle {
  opacity: 0;
  display: none;
}

#menu__toggle:checked~.menu__btn>span::before {
  display: none;
}

.closeBurger {
  display: none;
}

#menu__toggle:checked~.menu__btn {
  position: fixed;
  left: 30px;
  top: 30px;
}

#menu__toggle:checked~.menu__btn {
  .closeBurger {
    display: flex;
  }
}

#menu__toggle:checked~.menu__btn {
  .burgerSvg {
    display: none;
  }
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  width: 40px;
  height: 40px;
  position: relative;
}

.menu__box {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  margin: 0;
  list-style: none;
  background: #FFFFFF;
  border-right: solid 1px #C8C8C8;
  transition-duration: .1s;
  z-index: 999;
  padding: 20px 50px 30px;
}

.flexHeaderLinksBottom {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
  margin-top: 50px;
}
.flexHeaderLinksBottom li{
  display: flex;
  align-items: center;
}
.flexHeaderLinksBottom li::after {
  content: '';
  display: block;
  height: 25px;
  width: 2px;
  background: #BDBDBD;
  margin-left: 60px;
}
.flexHeaderLinksBottom li:last-child::after {
  display: none;
}
.flexHeaderLinksBottom a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.2px;
}

.line-flexHeaderLinksBottom {
  height: 25px;
  width: 2px;
  background: #BDBDBD;
}

.linksAndContentBurger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.linksAndContentBurger ul {
    gap: 15px;
    display: grid;
}
.menu__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.socialsLinks {
  display: flex;
  align-items: center;
  gap: 20px;
}

.linksAndContentBurger a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 26.4px */
  letter-spacing: 2.2px;
}

.title-flexBlogTopicMain {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.title-flexBlogTopicMain p {
  color: #404040;
  font-family: "Bayon", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: 3.2px;
}
.title-flexBlogTopicMain svg {
    opacity: .7;
}
.title-flexBlogTopicMain.top-stories-title p {
  font-size: 30px;
}

main {
  margin-top: 150px;
}
.w-100{
  width: 100%;
}
.photo-bigTopNewsV1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.left-flexBlogTopicMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.bigTopNewsV1 {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
}

.flexTags-text-bigTopNewsV1 {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.text-bigTopNewsV1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.dote-flexTags-text-bigTopNewsV1 {
  border-radius: 100px;
  background: #D5D5D5;
  width: 5px;
  height: 5px;
}

.text-bigTopNewsV1 h1 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 0.96px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
}

.text-bigTopNewsV2 h1 {
  overflow: auto;
  -webkit-line-clamp: none;
  /* Число отображаемых строк */
}

.flexTags-text-bigTopNewsV1 span {
  color: #A6A6A6;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.45px;
}

.text-bigTopNewsV1 p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.6px;
  overflow: hidden;
  //-webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-bigTopNewsV2 p {
  overflow: auto;
  -webkit-line-clamp: none;
  /* Число отображаемых строк */
}

.flexCardBlogMain {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}

.block-flexCardBlogMain {
  width: calc(100% / 3 - 24px);
  border: 1px solid #C8C8C8;
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.block-flexCardBlogMainIMG {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.flexCardBlogMain {
  width: 100%;
}

.text-block-flexCardBlogMain {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-flexCardBlogMain h3 {
  color: #000;
  font-size: 19px;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
}

.text-block-flexCardBlogMain p {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}

.left-flexBlogTopicMain__little {
  margin-top: 120px;
}


.linkLoadMore {
  color: #000;
  font-size: 16px;
  border: 1px solid #000;
  padding: 10px 30px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 60px auto 0;
  width: fit-content;
  line-height: 120%;
  background-color: #fff;
  letter-spacing: 2.2px;
}

footer {
  padding-bottom: 30px;
  padding-top: 25px;
  background: #000;
  margin-top: 120px;
}

.logoFooter img {
  width: 200px;
}

.right-flexLineFooter-1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.flexLineFooter-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.right-flexLineFooter-1 {
  display: flex;
  align-items: center;
  gap: 70px;
}

.linkFeedbackFooter {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #FFF;
  padding: 8px 25px;
  border: 1px solid #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.8px;
}

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

.flexLineFooter-2 {
  margin-top: 55px;
}

.flexLineFooter-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.flexLineFooter-2 a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.8px;
}

.flexLineFooter-3 {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.line-flexLineFooter {
  background: rgba(255, 255, 255, 0.20);
  width: 100%;
  height: 1px;
  margin-top: 40px;
}

.flexLineFooter-3 span {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.4px;
}

.flex-flexLineFooter-3 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.flex-flexLineFooter-3 a {
  color: rgba(255, 255, 255, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 1.4px;
}

.searchHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close {
  cursor: pointer;

}

.close1 {
  position: absolute;
  top: 25px;
  right: 25px;
}

.close2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(20, 20, 20, 0.80);
  backdrop-filter: blur(5px);
}

.modal2 {
  width: 50%;
  background: #FFFFFF;
}

.modal2 .modal-content-2 {
  width: 100%;
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 25px 20px;
}

.modal-content-3 {
  bottom: 0;
  top: auto;
  border: 1px solid #C8C8C8;
}

.modal3 {
  background: none;
  backdrop-filter: none;
}

.modal-content-1 {
  width: 400px;
}

.modal-content-2 {
  width: 600px;
}

.form-modal-content-1 br {
  display: none;
}

.form-modal-content-1 span.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
}
.form-modal-content-1 span.wpcf7-not-valid-tip + span.wpcf7-not-valid-tip{
  display: none;
}

.form-modal-content-1 h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}

.form-modal-content-1 p {
  color: #3A3A3A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.45px;
  margin-bottom: 20px;
}

.form-modal-content-1 label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  margin-bottom: 15px;
}

.form-modal-content-1 label span {
  color: #3A3A3A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.48px;
}

.form-modal-content-1 label input {
  width: 100%;
  height: 45px;
  border: 1px solid #C8C8C8;
  padding: 14px 20px;
  color: #3A3A3A;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.42px;
}

.form-modal-content-1 label textarea {
  display: flex;
  height: 140px;
  padding: 15px 20px;
  width: 100%;
  resize: none;
  color: #3A3A3A;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.42px;
  border: 1px solid #C8C8C8;
}

.form-modal-content-1 label input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.42px;
}

.form-modal-content-1 label textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.42px;
}

span.wpcf7-spinner {
  display: none;
}

.submit-btn {
  color: #fff;
  font-family: "Ropa Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 1.8px;
  border-radius: 2px;
  border: 1px solid #000;
  background: #000;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}

.cookieForm p {
  color: #3A3A3A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.48px;
  font-family: Arial, sans-serif;
}

.cookieForm a {
  border-radius: 2px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  height: 40px;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  font-family: "Ropa Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 1.8px;
}

.cookieForm {
  display: flex;
  align-items: center;
  gap: 20px;
}

.flexBlogTopicMain {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.bannerRightDkt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 20px;
  right: 0;
}

.left-flexBlogTopicMainV2 {
  position: relative;
}

.bannerRightDkt img {
  width: 300px;
  max-width: none !important;
}

.flexBlogTopicMain-V2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.left-left-flexBlogTopicMain {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  flex-direction: column;
}

.left-flexBlogTopicMainV2 {
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.left-flexBlogTopicMainV2Big {
  width: 100%;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-flexBlogTopicMainV2Big__block {
  width: 100%;
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.block-left-flexBlogTopicMainV2Big__block {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,        /* bottom 20% dark */
    rgba(0, 0, 0, 0.5) 20%,
    rgba(0, 0, 0, 0) 50%         /* top 50% untouched */
  );
}

.left-flexBlogTopicMainV2Big__block span {
  color: #FFFFFF !important;
}

.left-flexBlogTopicMainV2Big__block p {
  color: #FFFFFF !important;
}

.left-flexBlogTopicMainV2Big__block h1 {
  color: #FFFFFF !important;
}

.text-bigTopNewsV2 {
  position: relative;
  z-index: 2;
  flex: none;
}

/* .title-flexBlogTopicMain-2 {
  margin-right: -270px;
} */

.bigTopNewsV3 {
  flex-direction: column;
  gap: 10px;
  grid-template-columns: 1fr;
}

.photo-bigTopNewsV3 {
  width: 100%;
}

.categoryFlex-left-flexBlogTopicMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.photo-category-left-flexBlogTopicMain {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.4 / 1;
}

.category-left-flexBlogTopicMain {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.category-left-flexBlogTopicMain .text-bigTopNewsV1 span {
  font-size: 13px;
}

.category-left-flexBlogTopicMain .text-bigTopNewsV1 h1,
.single-post .text-bigTopNewsV1 h1{
  font-size: 24px;
}

.category-left-flexBlogTopicMain .text-bigTopNewsV1 p {
  font-size: 16px;
}

.text-textBlogPge {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.text-textBlogPge p {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.66px;
}

.photoBlogPge {
  width: 100%;
}

.textBlogPge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.textBlogPgeShare p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2.2px;
}

.textBlogPgeShare {
  display: flex;
  align-items: center;
  gap: 20px;
}

.textBlogPgeShare a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.textBlogPgeShare a img {
  height: 35px;
}

.tags-textBlogPge {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.text-textBlogPge a{
    color: #007aff;
}
.tags-textBlogPge a {
    color: #007aff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.2px;
}

.left-flexCardBannerTop {
  min-width: 625px;
  width: 625px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.flexCardBannerTop {
  margin-bottom: 60px;
}

.left-flexCardBannerTop img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.4 / 1;
}

.left-flexCardBannerTop p {
  color: #A6A6A6;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.45px;
}

.flexCardBannerTopV1 {
  display: flex;
  align-items: center;
  gap: 50px;
}

.text-textBlogPge h2 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 0.96px;
}

.text-textBlogPge ul {
  padding-left: 20px;
}

.text-textBlogPge ul li {
  color: #000;
  list-style: disc;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}

.text-textBlogPge h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}

.contactPageBlockFlex {
  width: 100%;
}

.textBlogPge2 {
  width: 100%;
}

.contactPageBlockFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.line-contactPageBlockFlex {
  width: 100%;
  background: rgba(0, 0, 0, 0.20);
  height: 1px;
}

.contactPageBlock {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.left-contactPageBlock {
  width: 300px;
}

.left-contactPageBlock h2 {
  color: #000;
  font-size: 20px;
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}

.right-contactPageBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.block-right-contactPageBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.block-right-contactPageBlock span {
  color: #A6A6A6;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.36px;
}

.block-right-contactPageBlock p {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.6px;
}
.form-modal-content-1 form p:last-child {
  margin-bottom: 0;
}

.mediaBlockFlex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mediaBlockFlex a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-flexBlogTopicMainV2Big__block-2 {
  margin-bottom: 50px;
  height: 600px;
}

.text-bigTopNewsV2p2 p {
  font-family: Arial, sans-serif !important;
  font-style: italic !important;
  color: #404040;
}


.modal3 {
  display: block;
}

.close3 {
  border: 1px solid #000;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.8px;
}

.flex-photoBlogPgeWithText {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.flex-photoBlogPgeWithText p {
  color: #A6A6A6;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.45px;
}

.text-bigTopNewsV2mob {
  display: none;
}

.bannerTopMob,
.bannerRightMob {
  display: none;
}

.text-block-flexCardBlogMain h3 {
  font-family: "DM Serif Text", serif;
  font-weight: 500;
}

.text-bigTopNewsV1 h1 {
  font-family: "DM Serif Text", serif;
  font-weight: 500;
}

.text-textBlogPge h2 {
  font-family: "DM Serif Text", serif;
}

.text-textBlogPge h4 {
  font-family: "DM Serif Text", serif;
}

.left-contactPageBlock h2 {
  font-family: "DM Serif Text", serif;
}

.text-bigTopNewsV2Mob2 {
  display: none;
}
.search-list{
  display: grid;
  gap: 35px;
}
.search-page h1{
  font-size: 26px;
}
.search-list article h2{
    font-family: "DM Serif Text", serif;
    font-weight: 500;
    font-size: 22px;
}
.socialsMenu  {
  display: flex !important;
  align-items: center;
}
footer .socialsMenu img {
  max-width: 35px;
}
.topFooterLink img {
  max-width: 35px;
}
.socialsLinks img {
  max-width: 40px;
}
.searchHeader img {
    width: 30px;
}
.text-textBlogPge iframe {
    max-width: 100%;
}
.text-textBlogPge p img+strong,
.text-textBlogPge img+figcaption {
    font-size: 12px;
    color: #666666;
}
.text-textBlogPge img{
  max-width: 100%;
}
.text-textBlogPge figure {
    max-width: 100%;
    width: 100% !important;
}
section.sitemap-list a {
      color: #007aff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 2.2px;
}
section.sitemap-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
section.sitemap-list ul {
    gap: 10px;
    display: grid;
}
section.sitemap-list h2 {
    margin-bottom: 15px;
        font-family: "DM Serif Text", serif;
    font-weight: 500;
    font-size: 22px;
}
section.sitemap-list  p:empty,
section.sitemap-list  br {
    display: none;
}