:root {
  --main-color-bg: #D3D3D3;
  --main-color-text: #030303;
  --main-color-text-b: #383838;
  --line-bg: var(--main-color-text);
  --font-family1: "Roboto";
  --font-family2: "Roboto Mono";
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--main-color-text) var(--main-color-bg);
}

*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: var(--main-color-bg);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--main-color-text);
  border-radius: 20px;
  border: 1px solid var(--main-color-bg);
}

img {
  pointer-events: none !important;
  border-radius: 10px;
}

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

.logo img {
  pointer-events: unset !important;
}

body {
  background: var(--main-color-bg);
  font-family: var(--font-family1);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color-text);
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.container_xl {
  max-width: 1200px;
  margin: 0 auto;
}

.container-wide {
  max-width: 790px;
  margin: 0 auto;
}

h1 {
  font-family: var(--font-family2);
  font-size: 49px;
  font-weight: 700;
  line-height: normal;
}

h2 {
  font-family: var(--font-family2);
  font-size: 49px;
  font-weight: 700;
  line-height: normal;
}

.column {
  display: flex;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 34px;
}

p:last-child {
  margin-bottom: 0;
}

ol li {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: auto;
}

ul li {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  list-style: disc;
}

.ml-30 {
  margin-left: 30px;
}

a.btn {
  font-family: var(--font-family2);
  border-radius: 10px;
  border: 1px solid var(--main-color-text);
  background: var(--main-color-text);
  text-align: center;
  color: #fff;
  padding: 16px 30px;
  width: max-content;
  display: flex;
  align-items: center;
}
a.btn:hover i.icon-arrow-right-img {
  transform: translateX(15px);
}
a.btn i.icon-arrow-right-img {
  transition: transform 0.3s ease;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: 36px;
  height: 24px;
}

.burger-menu span:first-child {
  width: 100%;
}

.burger-menu span:nth-child(2) {
  width: 80%;
}

.burger-menu span:nth-child(3) {
  width: 60%;
}

.burger-menu span {
  border: 1px solid #fff;
}

.blockmobile_menu {
  display: none;
  width: 346px;
  height: calc(100vh - 48px);
  background: rgba(3, 3, 3, 0.95);
  padding: 5% 0 0 0;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 0;
  overflow-y: scroll;
}

.blockmobile_menu .exit {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 101;
}

.blockmobile_menu .exit span {
  position: absolute;
  width: 28px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  transform: rotate(-45deg);
  display: inline-block;
  top: 10px;
}

.blockmobile_menu .exit span:last-child {
  transform: rotate(45deg);
}

.blockmobile_menu ul {
  margin-top: 30px;
}

.blockmobile_menu ul li {
  position: relative;
}

.blockmobile_menu ul li span,
.blockmobile_menu ul li a {
  padding: 12px 20px 12px 40px;
  font-size: 18px;
  font-family: var(--font-family2);
  color: #fff;
  font-weight: 400;
  line-height: normal;
  display: block;
  width: max-content;
  max-width: 70%;
}

.blockmobile_menu ul li.active > span,
.blockmobile_menu ul li.active > a {
  /* background: rgba(255, 255, 255, 0.05); */
}

.blockmobile_menu ul li:after {
  content: "";
  position: absolute;
  background: url(/media/templates/site/holocost/icon/star.svg) no-repeat;
  width: 11px;
  height: 11px;
  left: 20px;
  top: 20px;
}

.blockmobile_menu ul li ul li:after {
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  top: 24px;
  left: 25px;
}

.blockmobile_menu ul li ul li span,
.blockmobile_menu ul li ul li a {
  color: #AEAEAE;
  /* width: calc(100% - 65px); */
}

.blockmobile_menu ul li ul li ul li span,
.blockmobile_menu ul li ul li ul li a {
  color: #6F6F6F;
}

.blockmobile_menu ul li ul li ul li ul li span,
.blockmobile_menu ul li ul li ul li ul li a {
  color: #565555;
}

.blockmobile_menu ul li ul li ul li:after {
  content: none;
}

.blockmobile_menu .navigation li.parent.active ul,
.blockmobile_menu .navigation li.parent.active ul li.parent.active ul,
.blockmobile_menu .navigation li.parent.active ul li.parent.active ul li.parent.active ul,
.blockmobile_menu .navigation li.parent.active ul li.parent.active ul li.parent.active ul li.parent.active ul {
  display: block;
}

.blockmobile_menu .navigation li.parent.active ul li.parent ul,
.blockmobile_menu .navigation li.parent.active ul li.parent ul li.parent ul,
.blockmobile_menu .navigation li.parent.active ul li.parent.active ul li.parent ul li.parent ul,
.blockmobile_menu .navigation li.parent.active ul li.parent.active ul li.parent.active ul li.parent ul li.parent ul {
  display: none;
}

.blockmobile_menu .navigation li.parent ul {
  display: none;
  /* padding-left: 20px; */
  padding: 10px 0 10px 20px;
  margin-top: 0;
}

.blockmobile_menu .navigation li.parent ul li ul {
  padding-left: 0;
}

.blockmobile_menu .navigation li.parent.active:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 20px;
}

.blockmobile_menu .navigation li.parent {
  position: relative;
}

.blockmobile_menu .navigation li.parent:before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 25px;
  position: absolute;
  top: 17px;
  cursor: pointer;
}

i.icon-arrow-right-img {
  background: url("/media/templates/site/holocost/images/arrow-right.svg") no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

i.icon-arrow-left {
  transform: rotate(-45deg);
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main-color-text);
  border-left: 1px solid var(--main-color-text);
  margin-right: 35px;
}

i.icon-arrow-left:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: var(--main-color-text);
  transform: rotate(-45deg) translate(6px, 3px);
}

i.icon-arrow-right {
  transform: rotate(135deg);
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-right: 35px;
}

i.icon-arrow-right:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  transform: rotate(-45deg) translate(6px, 3px);
}

i.icon-mail {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url("/media/templates/site/holocost/images/mail.svg") no-repeat;
  margin-right: 40px;
}

i.icon-phone {
  width: 24px;
  height: 24px;
  background: url("/media/templates/site/holocost/images/call.svg") no-repeat;
  margin-right: 40px;
}

i.icon-facebook {
  width: 24px;
  height: 24px;
  background: url("/media/templates/site/holocost/images/facebook.svg") no-repeat;
}

i.icon-instagram {
  width: 24px;
  height: 24px;
  background: url("/media/templates/site/holocost/images/insta.svg") no-repeat;
}

header.fixedMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

body.default-page.mtFixed,
body.projectPage.mtFixed,
body.newsPage.mtFixed {
  margin-top: 270px;
}

body.default-page.mtFixed .page_search,
body.projectPage.mtFixed .category-list {
  min-height: 30vh;
}

body.default-page .container-wide {
  min-height: 30vh;
}

body.mtFixed {
  margin-top: 155px;
}

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

.blockMail {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.blockMail a {
  color: #FFF;
  font-size: 25px;
  line-height: normal;
}

.blockPhone a {
  color: #FFF;
  font-size: 25px;
  line-height: normal;
}

.blockPhone a {
  border-right: 1px solid #7B7B7B;
  padding-right: 20px;
  margin-right: 20px;
  white-space: nowrap;
}

.blockPhone a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

header {
  background: var(--line-bg);
  padding: 27px 0;
  color: #FFF;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div.mod-languages a {
  padding: 0;
}
header div.mod-languages ul li.lang-active {
  background: unset;
}

header .container .block {
  width: 85%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  width: 100px;
  height: 100px;
}

header .navigation {
  display: flex;
}

header .navigation li {
  margin-right: 30px;
  position: relative;
  margin-bottom: 0;
  list-style: unset;
}

header .navigation li:last-child {
  margin-right: 0;
}

header .navigation li span,
header .navigation li a {
  font-family: var(--font-family2);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

header .navigation li li a,
header .navigation li li span {
  font-size: 18px;
}

header .language .item {
  font-family: var(--font-family2);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  list-style: unset;
}

header .navigation .nav-child {
  display: none;
  position: absolute;
}

header .navigation .nav-child ul.nav-child {
  position: unset;
}

header .navigation li.parent ul.nav-child {
  left: -20px;
  /* width: max-content; */
  width: 346px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: var(--line-bg);
  border-radius: 8px;
  padding: 0 20px;
  z-index: 10;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

header .navigation li.parent ul.nav-child ul {
  margin-bottom: 0;
}

header .navigation li.parent ul.nav-child li {
  position: relative;
}

header .navigation li.parent ul.nav-child li:before {
  content: "";
  position: absolute;
  background: url(/media/templates/site/holocost/icon/star.svg) no-repeat;
  width: 11px;
  height: 11px;
  left: 20px;
  top: 20px;
}

header .navigation li.parent ul.nav-child ul {
  margin-top: 0;
  padding: 20px 0 0 0;
  max-height: none;
  overflow: unset;
  border-radius: 0;
}

header .navigation li ul li {
  margin-right: 0;
}

header .navigation li.parent ul.nav-child li li span,
header .navigation li.parent ul.nav-child li li a {
  padding-left: 64px;
  color: #AEAEAE;
  width: calc(100% - 95px);
}

header .navigation li.parent ul.nav-child ul ul {
  padding: 0;
}

header .navigation li.parent ul.nav-child ul li:before {
  width: 4px;
  height: 4px;
  background: #6F6F6F;
  border-radius: 50%;
  top: 24px;
  left: 50px;
}

header .navigation li.parent ul.nav-child ul ul li:before {
  content: none;
}

header .navigation li.parent ul.nav-child ul ul li a {
  width: 220px;
}

header .navigation li.parent ul.nav-child ul ul li a,
header .navigation li.parent ul.nav-child ul ul li span {
  color: #6F6F6F;
}

header .navigation li.parent ul.nav-child ul ul li li a,
header .navigation li.parent ul.nav-child ul ul li li span {
  color: #565555;
}

header .navigation li.deeper.parent:after {
  content: "";
  /* border: solid #fff; */
  background: url("/media/templates/site/holocost/icon/before_li.svg") no-repeat;
  /* border-width: 0 2px 2px 0; */
  display: inline-block;
  /* padding: 2px; */
  /* transform: rotate(45deg);
  -webkit-transform: rotate(45deg); */
  margin-left: 10px;
  /* margin-bottom: 4px; */
  width: 10px;
  height: 7px;
  cursor: pointer;
}

header .navigation li.parent ul li span,
header .navigation li.parent ul li a {
  width: 100%;
  display: block;
  padding-left: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: calc(100% - 25px);
}

header .navigation li.parent ul li:hover {
  background: rgba(255, 255, 255, 0.05);
}

header .navigation li.deeper.parent li.deeper.parent:after {
  position: absolute;
  top: 16px;
  right: 8px;
  margin-left: 0;
  width: 30px;
  height: 18px;
  background-position: center;
}

header .navigation li.parent.active > ul {
  display: block;
}

header .navigation li.parent.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-bottom: 4px;
}

section.first_screen {
  background: url("/media/templates/site/holocost/images/bg_firstScreen.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  overflow-y: hidden;
}

section.first_screen .column {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

section.first_screen h1 {
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.8px;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  padding-bottom: 111px;
  margin-right: 50px;
}

section.first_screen h1 span {
  font-size: 130px;
  font-weight: 100;
  line-height: 150%;
  letter-spacing: 5.2px;
}

section.first_screen h2 {
  color: #FFF;
  font-size: 24px;
  font-family: var(--font-family1);
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}

section.first_screen .block_right {
  max-width: 513px;
  position: relative;
  height: 100%;
  padding-left: 39px;
}

section.first_screen .block_right::after {
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -3px;
  top: 16px;
  border-radius: 50%;
  display: block;
}

section.first_screen .block_right::before {
  content: "";
  border: 1px dashed #fff;
  position: absolute;
  top: 18px;
  left: 0;
  height: 100vh;
}

section.first_screen .block_right .description {
  margin-bottom: 75px;
  color: #fff;
}

section.command {
  padding-top: 149px;
  padding-bottom: 160px;
}

section.command h2 {
  margin-bottom: 34px;
}

section.command p {
  color: var(--main-color-text);
}

section.command p b {
  color: var(--main-color-text-b);
}

section.command .block_right {
  max-width: 513px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

section.command .block_right .item .line {
  position: absolute;
  border-left: 2px dashed var(--main-color-text);
  top: 9px;
  height: 100%;
  left: 4px;
}

section.command .block_right .item {
  position: relative;
  padding-left: 39px;
}

section.command .block_right .item:last-child {
  padding-bottom: 20px;
}

section.command .block_right .item::after {
  content: "";
  background: var(--main-color-text);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  display: block;
}

section.command .column {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

section.command .block_right .item p {
  padding-bottom: 100px;
}

section.command .block_left {
  position: relative;
  padding-right: 50px;
}

section.command .block_left .line {
  position: absolute;
  border-left: 2px dashed var(--main-color-text);
  border-bottom: 2px dashed var(--main-color-text);
  top: 8px;
  left: -1px;
  height: 98%;
  width: 72%;
  border-radius: 0 0 0 40px;
}

section.command .block_left .description::after {
  content: "";
  background: var(--main-color-text);
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5px;
  top: 7px;
  border-radius: 50%;
  display: block;
}

section.command .block_left .description {
  max-width: 731px;
  padding-left: 35px;
  padding-bottom: 35px;
}

section.command .bottomRow .column {
  display: flex;
  justify-content: end;
}

section.command .bottomRow .item:nth-child(1) {
  width: 390px;
  padding-right: 135px;
}

section.command .bottomRow .item:nth-child(2) {
  width: 369px;
  padding-right: 145px;
}

section.command .bottomRow .item:nth-child(3) {
  width: 239px;
}

section.command .bottomRow .item {
  position: relative;
  padding-left: 39px;
  padding-top: 63px;
}

section.command .bottomRow .item::after {
  content: "";
  background: var(--main-color-text);
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5px;
  top: 67px;
  border-radius: 50%;
  display: block;
}

section.command .bottomRow .item:nth-child(2) .line {
  border-radius: 0px 40px 0px 0px;
  border-top: 2px dashed var(--main-color-text);
  width: 550px;
  border-right: 2px dashed var(--main-color-text);
}

section.command .bottomRow .item:nth-child(3) .line {
  transform: rotate(90deg);
}

section.command .bottomRow .item .line {
  position: absolute;
  border-left: 2px dashed var(--main-color-text);
  top: -2px;
  height: 68px;
  left: -1px;
  border-radius: 40px 0;
  width: 100px;
}

section.command .bottomRow .columnBottom {
  display: flex;
  justify-content: end;
}

section.command .bottomRow .columnBottom1 {
  display: flex;
  justify-content: center;
}

section.command .bottomRow .columnBottom1 .item {
  padding-right: 0;
  margin-left: 360px;
}

section.contact {
  background: var(--line-bg);
  padding: 80px 0;
  color: #fff;
}

section.contact .column {
  justify-content: space-between;
  align-items: center;
}

section.contact .delimiter {
  border: 1px dashed #4E4E4E;
  height: 50px;
  margin: 0 10px;
  width: 0;
}

section.contact .mobileInfo {
  display: none;
}

section.contact .mobileInfo a {
  font-size: 24px;
  line-height: normal;
}

section.contact .mobileInfo .item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

section.project {
  padding-top: 82px;
  margin-top: -82px;
  text-align: center;
}

section.project {
  background: url("/images/bg_project.png") no-repeat;
  background-position: right;
  background-size: contain;
  margin-top: 74px;
  margin-bottom: 17px;
}

section.project img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px;
}

section.project ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 63%;
}

section.project ul li a {
  display: flex;
  align-items: center;
  color: var(--main-color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

section.project ul li {
  border-radius: 20px;
  border: 1px dashed var(--main-color-text);
  padding: 14px 30px;
  width: max-content;
  margin-right: 30px;
  margin-bottom: 30px;
  list-style: unset;
}

section.project ul li:last-child {
  margin-right: 0;
}

section.project h2 {
  margin-bottom: 60px;
  text-align: left;
}

section.parthners {
  background: var(--line-bg);
  padding: 120px 0;
}

section.parthners .homeParthners {
  border-radius: 10px;
  background: var(--main-color-bg);
  padding: 60px;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

section.parthners .homeParthners .logo {
  margin-right: 100px;
}

section.parthners .owl-carousel .owl-item img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background: #FFF;
}

section.parthners .homeParthners .block {
  max-width: 784px;
}

section.parthners .homeParthners .block h2 {
  margin-bottom: 30px;
}

section.parthners .homeParthners .block .description {
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}

section.news_parthners {
  padding-top: 130px;
  padding-bottom: 130px;
}

section.news_parthners h2 {
  color: var(--main-color-text);
  text-align: center;
  font-family: var(--font-family2);
  font-size: 49px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 50px;
}

section.news_parthners .list_news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

section.news_parthners .list_news .item_news {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 20px;
}

section.news_parthners .list_news .item_news img {
  width: 200px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

section.news_parthners .list_news .item_news:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

section.news_parthners .list_news .item_news h3 {
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}

section.news_parthners .list_news .item_news .description {
  color: #535353;
  text-overflow: ellipsis;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 42px;
  max-width: 500px;
}

i.clock {
  width: 14px;
  height: 14px;
  background: url("/media/templates/site/holocost/icon/clock.svg") no-repeat;
  margin-right: 8px;
  display: block;
}

.date_create {
  color: #6F6F6F;
  font-family: var(--font-family2);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

section.news_parthners .btn {
  margin: 36px auto 0 auto;
}

footer {
  background: var(--line-bg);
  padding: 80px 0 59px;
  color: #fff;
  position: relative;
}
footer #btn_top {
  position: absolute;
  cursor: pointer;
  right: 68px;
  top: 113px;
}
footer #btn_top img {
  border-radius: 0;
}
footer .logo img {
  width: 120px;
  height: 120px;
  margin-left: 60px;
}
footer .copyright {
  color: #4E4E4E;
  font-family: var(--font-family2);
  line-height: normal;
  margin-top: 20px;
}
footer .column {
  align-items: center;
  justify-content: space-between;
}
footer .delimiter {
  border: 1px dashed #4E4E4E;
  height: 50px;
  margin: 0 10px;
}
footer .blockMail {
  border: none;
  padding: 0;
  margin-right: 0;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
footer .blockMail .item {
  display: flex;
  align-items: center;
  width: -webkit-fill-available;
}
footer .blockPhone {
  gap: 40px;
}
footer .blockPhone .item_column:last-child .item {
  border-right: 0;
}
footer .blockPhone .item {
  display: flex;
  align-items: center;
  border-right: 1px solid #7B7B7B;
  gap: 20px;
}
footer .blockPhone .item i {
  margin-right: 0;
}
footer .blockPhone .item a {
  margin-right: 40px;
}
footer .mobileInfo {
  display: none;
}
footer .mobileInfo a {
  font-size: 24px;
  line-height: normal;
}
footer .mobileInfo .item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.navigation .btnBack {
  display: flex;
  align-items: center;
  width: max-content;
}

.projectPage a.btnBack {
  font-family: var(--font-family2);
}

.default-page footer,
.projectPage footer,
.newsPage footer {
  margin-top: 120px;
}

.projectPage .content-categoryprojectPage ul li {
  margin-bottom: 0;
  list-style: unset;
  line-height: 100%;
}
.projectPage .category-title {
  border-radius: 20px;
  border: 1px dashed var(--main-color-text);
  background: var(--main-color-text);
  padding: 14px 30px;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  width: max-content;
  /* margin: 0 0 0 auto; */
}
.projectPage .category-title img {
  padding-right: 20px;
}
.projectPage .category-title .wrap-img:before {
  content: none;
}

.errorPage {
  background: #0E0E0E;
}

.errorPage .content {
  width: 520px;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 46px;
}

.errorPage .text_error {
  color: #383838;
  text-align: center;
  font-family: var(--font-family1);
  font-size: 101.823px;
  text-align: center;
  font-weight: 500;
  line-height: 169.688%;
  /* 172.781px */
  text-transform: uppercase;
}

.errorPage .text {
  color: #FFF;
  font-family: var(--font-family2);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.errorPage .text404 {
  color: #FFF;
  text-shadow: 0px 3.7295372486px 3.7295372486px rgba(0, 0, 0, 0.78);
  font-family: var(--font-family1);
  font-size: 304.945px;
  text-align: center;
  font-weight: 500;
  line-height: 85%;
}

.errorPage .btn {
  border-radius: 6px;
  border: 1px solid #FFF;
  padding: 8px 17px;
  color: var(--FFFFFF, #FFF);
  background: none;
  font-family: var(--font-family2);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

.errorPage .btn span {
  margin-right: 30px;
}

.errorPage .btn i.icon-arrow-right {
  margin-right: 0;
}

.item-pagenewsPage h2,
.item-pagenewsPage h1,
.item-pageprojectPage h2 {
  font-family: var(--font-family1);
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

.container-wide .item-pagenewsPage img {
  max-width: 100%;
}

.item-pagenewsPage .item-image,
.item-pageprojectPage .item-image {
  margin-bottom: 40px;
  text-align: center;
}

.item-pagenewsPage ul,
.item-pageprojectPage ul,
.item-pagenewsPage ol,
.item-pageprojectPage ol {
  padding-left: 25px;
}

.item-pagenewsPage ul li,
.item-pageprojectPage ul li {
  list-style: disc;
}

.item-pagenewsPage ol li,
.item-pageprojectPage ol li {
  list-style: auto;
}

.item-pagenewsPage li,
.item-pageprojectPage li {
  font-family: var(--font-family1);
  font-size: 20px;
  font-weight: 400;
  line-height: 169.688%;
}

.item-pagenewsPage header ul li,
.item-pageprojectPage header ul li {
  list-style: none;
}

.item-pagenewsPage main,
.item-pageprojectPage main {
  min-height: calc(100vh - 588px);
}

.item-pagenewsPage p,
.item-pageprojectPage p {
  color: var(--main-color-text);
  line-height: 169.688%;
}

.mainImage {
  text-align: center;
}

.category-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}

.category-list ul li img {
  width: 100%;
}

.category-list .title_project {
  color: var(--main-color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.headerPageProject {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 47px;
}

.headerPageProject h2 {
  margin-top: 47px;
  margin-bottom: 0;
}

header .menu_right .btn_search img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 0;
}

.btn_search {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
}

#block_search {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}
#block_search.active {
  display: block;
}
#block_search .button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 20px;
  padding-right: 10px;
}

.menu_right {
  display: flex;
  position: relative;
  margin-left: 30px;
}

.menu_right .search-query {
  border: none;
  padding: 10px;
  border-radius: 20px;
}

.com_searchText-form {
  margin-top: 270px;
  padding-bottom: 30px;
}
.com_searchText-form input {
  border: none;
  padding: 10px;
  border-radius: 20px;
  width: 300px;
}
.com_searchText-form .btn {
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px;
  height: 100%;
  border: none;
  cursor: pointer;
  background: #fff;
}
.com_searchText-form .btn:hover {
  background: var(--main-color-text);
  color: #fff;
}

.com_searchText-results ul {
  margin-top: 30px;
}
.com_searchText-results ul li.item {
  margin-bottom: 15px;
  border-radius: 20px;
  border: 1px dashed var(--main-color-text);
  padding: 14px 30px;
  list-style: unset;
}
.com_searchText-results ul li.item:last-child {
  margin-bottom: 0;
}
.com_searchText-results ul li.item .result-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.com_searchText-results ul li.item .result-text {
  line-height: 130%;
  font-size: 16px;
  font-weight: 400;
}

body.default-page.mtFixed .page_search .btn-toolbar {
  display: flex;
}

body.default-page.mtFixed .page_search .btn-toolbar input {
  padding: 5px;
  border-radius: 20px;
  border: none;
}

body.default-page.mtFixed .page_search .btn-toolbar button {
  border-radius: 10px;
  margin-left: 10px;
  padding: 0 10px;
  height: 100%;
  border: none;
  cursor: pointer;
}

body.default-page.mtFixed .page_search .searchintro {
  margin-bottom: 10px;
}

body.default-page.mtFixed .page_search fieldset {
  margin-bottom: 10px;
}

section.command,
section.banner,
section.project,
section.contact {
  scroll-margin-top: 155px;
}

.categoryList_otherRegion {
  margin-top: 100px;
}

.categoryList_otherRegion h3 {
  color: var(--main-color-text);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 44px;
}

.categoryList_otherRegion ul {
  display: flex;
  flex-wrap: wrap;
}

.categoryList_otherRegion ul li {
  border-radius: 20px;
  border: 1px dashed var(--main-color-text);
  padding: 14px 30px;
  margin-right: 30px;
  width: max-content;
  margin-bottom: 30px;
  list-style: none;
}

.categoryList_otherRegion ul li a {
  display: flex;
  align-items: center;
}

.categoryList_otherRegion ul li img {
  margin-right: 20px;
}

.content-categoryprojectPage .item-image img {
  transition: transform 1s;
  width: 100%;
  border-radius: 10px;
}

.content-categoryprojectPage .item-image .wrap-img:hover img {
  transform: scale(1.15);
}

.content-categoryprojectPage .item-image .wrap-img:hover:before {
  transform: scale(2);
}

.navigationCategory-articleList ul li {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  border: 1px dashed var(--main-color-text);
  margin-bottom: 15px;
}

.navigationCategory-articleList ul li .title-h3 {
  color: var(--main-color-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.wrap-img {
  vertical-align: middle;
  position: relative;
  width: max-content;
}

.wrap-img:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url(/media/templates/site/holocost/images/logo.png);
  color: #fff;
  padding: 3px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 1s;
}

.item-pageprojectPage .item-image .wrap-img {
  margin: 0 auto;
}

.content-categoryprojectPage .item-image .wrap-img {
  width: 100%;
}

.blognewsPage .item_news:hover {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

.blognewsPage .item_news {
  display: flex;
  padding: 20px 40px 20px 20px;
  gap: 40px;
}

.blognewsPage .item_news .item-image img {
  max-width: 300px;
  object-fit: cover;
  width: 300px;
  border-radius: 8px;
  height: 200px;
}

.blognewsPage .items-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.blognewsPage .item_news h2 {
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}

.blognewsPage .item_news .description {
  color: #535353;
  text-overflow: ellipsis;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.readmore a {
  border-radius: 50px;
  border: 1px solid var(--main-color-text);
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  width: max-content;
  padding: 6px 14px;
}
.readmore a:hover {
  background: var(--main-color-text);
  color: #fff;
}
.readmore a:hover i.icon-arrow-right {
  border-color: #fff;
}
.readmore a:hover i.icon-arrow-right::after {
  background-color: #fff;
}
.readmore i.icon-arrow-right {
  border-color: var(--main-color-text);
  margin-left: 20px;
  margin-right: 0;
}
.readmore i.icon-arrow-right:after {
  background-color: var(--main-color-text);
}

.blognewsPage .item_news .bottom_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.blognewsPage .item_news .bottom_info .date_create {
  color: #6F6F6F;
  font-family: var(--font-family2);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.com-content-category-blog__counter {
  display: none;
}

.pagination {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 50px;
  display: flex;
  justify-content: center;
}
.pagination .pagination-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.pagination .pagination-list li {
  list-style: none;
  margin-bottom: 0;
}
.pagination .number {
  margin-right: 12px;
  list-style: none;
}
.pagination .number:last-child {
  margin-right: 0;
}
.pagination .number:hover a,
.pagination .number .active {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .number a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-prev {
  margin-right: 30px;
  margin-left: 12px;
}
.pagination .pagination-prev i.icon-arrow-left {
  margin-right: 9px;
}
.pagination .pagination-next {
  margin-left: 20px;
  margin-right: 12px;
  list-style: none;
}
.pagination .pagination-next i.icon-arrow-right {
  margin-right: -7px;
}
.pagination .pagination-prev a,
.pagination .pagination-prev span,
.pagination .pagination-next a,
.pagination .pagination-next span {
  border-radius: 50px;
  border: 1px solid var(--main-color-text);
  display: flex;
  align-items: center;
  height: 25px;
  justify-content: center;
  width: 44px;
}
.pagination .pagination-prev a:hover,
.pagination .pagination-next a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.pagination .pagination-prev i.icon-arrow-left,
.pagination .pagination-prev i.icon-arrow-right,
.pagination .pagination-next i.icon-arrow-left,
.pagination .pagination-next i.icon-arrow-right {
  border-top: 1px solid var(--main-color-text);
  border-left: 1px solid var(--main-color-text);
}
.pagination .pagination-prev i.icon-arrow-left:after,
.pagination .pagination-prev i.icon-arrow-right:after,
.pagination .pagination-next i.icon-arrow-left:after,
.pagination .pagination-next i.icon-arrow-right:after {
  background-color: var(--main-color-text);
}

.musei {
  margin-top: 87px;
}
.musei h2 {
  text-align: center;
  margin-bottom: 34px;
}
.musei h3 {
  color: var(--main-color-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.musei .list_stend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.musei .list_stend li {
  list-style-type: none;
}
.musei .list_stend li img {
  width: 100%;
  height: 284px;
  object-fit: cover;
  transition: transform 1s;
}
.musei .list_stend li a {
  display: block;
}
.musei .list_stend li .wrap-img {
  width: auto;
}
.musei .list_stend li .wrap-img:hover img {
  transform: scale(1.15);
}

.yakor {
  margin-top: -100px;
  height: 100px;
  display: block;
}

.text-ml100 {
  margin-left: 100px;
}

.mainPage .banner {
  display: flex;
}
.mainPage .banner .blockLibrary,
.mainPage .banner .blockMusei {
  height: 700px;
  width: 100%;
  min-height: 275px;
}
.mainPage .banner .blockLibrary .container,
.mainPage .banner .blockMusei .container {
  position: relative;
  height: 100%;
  margin-left: 10%;
}
.mainPage .banner .blockLibrary .container .content_block,
.mainPage .banner .blockMusei .container .content_block {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background: rgba(211, 211, 211, 0.9);
  padding: 40px 40px 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 426px;
}
.mainPage .banner .blockLibrary .container .content_block .description,
.mainPage .banner .blockMusei .container .content_block .description {
  color: var(--main-color-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.mainPage .banner .blockMusei {
  background: url("/images/image_musei_big1.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.mainPage .banner .blockLibrary {
  background: url("/images/image_library_big1.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.blog_musei_category .navigation {
  margin-bottom: 47px;
}
.blog_musei_category .cat-children {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 20px;
}
.blog_musei_category .cat-children .com-content-category-blog__child {
  list-style: unset;
  padding: 20px 40px 20px 20px;
}
.blog_musei_category .cat-children .com-content-category-blog__child:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}
.blog_musei_category .cat-children .com-content-category-blog__child .item_image {
  text-align: center;
}
.blog_musei_category .cat-children .com-content-category-blog__child .item_image img {
  width: 100%;
}
.blog_musei_category .cat-children .com-content-category-blog__child h2 {
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
.blog_musei_category .cat-children .com-content-category-blog__child p {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  height: 100px;
  overflow: hidden;
}
.blog_musei_category .cat-children .com-content-category-blog__child .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.blog_musei_category .items-leading {
  display: grid;
  gap: 86px 33px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}
.blog_musei_category .items-leading .item {
  padding: 12px;
}
.blog_musei_category .items-leading .item:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}
.blog_musei_category .items-leading .item img {
  width: 100%;
}
.blog_musei_category .items-leading .item h2 {
  margin-top: 20px;
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog_musei_category .description_categoryMusei {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: 60px;
  margin-bottom: 120px;
}
.blog_musei_category .description_categoryMusei .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.blog_musei_category .description_categoryMusei .content .title {
  color: var(--main-color-text);
  font-family: var(--font-family1);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.blog_musei_category .description_categoryMusei .content p {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.blog_musei_category .description_categoryMusei .content .grafik_work {
  border-radius: 4px;
  border-top: 3px solid #000;
  background: #CCC;
  padding: 20px 40px 20px 20px;
  display: flex;
  justify-content: space-between;
}
.blog_musei_category .description_categoryMusei .content .grafik_work__title {
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.blog_musei_category .description_categoryMusei .content .grafik_work .list .item {
  display: flex;
}
.blog_musei_category .description_categoryMusei .content .grafik_work .list .item .date {
  width: 80px;
  color: var(--main-color-text);
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.blog_musei_category .description_categoryMusei .content .grafik_work .list .item .time {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.bottom_description_category {
  margin-bottom: -120px;
}
.bottom_description_category .video_blog {
  padding: 120px 0;
  background: rgba(255, 255, 255, 0.4);
}
.bottom_description_category .video_blog h2 {
  color: var(--main-color-text);
  text-align: center;
  font-family: var(--font-family2);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 40px;
}
.bottom_description_category .video_blog .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bottom_description_category .video_blog .list .item .video_image {
  margin-bottom: 20px;
}
.bottom_description_category .video_blog .list .item .video_image img {
  width: 100%;
  object-fit: cover;
}
.bottom_description_category .video_blog .list .item hr {
  width: 50px;
  height: 2px;
  background: #030303;
  margin: 0 auto;
}
.bottom_description_category .video_blog .list .item .description {
  padding-top: 10px;
  overflow: hidden;
  color: #535353;
  text-align: center;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  width: 85%;
}
.bottom_description_category .position_musei {
  background: #D3D3D3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_description_category .position_musei .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom_description_category .position_musei .container h2 {
  color: var(--main-color-text);
  text-align: center;
  font-family: var(--font-family2);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 40px;
}
.bottom_description_category .position_musei .container .address {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 50px;
}
.bottom_description_category .position_musei img {
  width: auto;
}

.librarry_list .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
}
.librarry_list .modal .modal-content {
  background: #fff;
  padding: 30px 30px 60px;
  text-align: center;
  position: absolute;
  border-radius: 10px;
  width: max-content;
  max-width: 860px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.librarry_list .modal .modal-content .img-book {
  margin-bottom: 30px;
}
.librarry_list .modal .modal-content h3 {
  text-align: left;
  color: #030303;
  font-family: var(--font-family2);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 30px;
}
.librarry_list .modal .modal-content .bottom {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.librarry_list .modal .modal-content .bottom p {
  margin-bottom: 0;
}
.librarry_list .modal .modal-content .bottom .text-bold {
  color: #030303;
}
.librarry_list .modal .modal-content .bottom .navigation {
  display: flex;
  gap: 20px;
}
.librarry_list .modal .modal-content .bottom .navigation button {
  border-radius: 50px;
  border: 1px solid var(--main-color-text);
  display: flex;
  align-items: center;
  height: 25px;
  justify-content: center;
  padding: 10px 20px;
  cursor: pointer;
  background: unset;
  width: max-content;
}
.librarry_list .modal .modal-content .bottom .navigation button:hover {
  background: var(--main-color-bg);
}
.librarry_list .modal .modal-content .close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  font-size: 26px;
  border-radius: 4px;
  background: #030303;
  padding: 8px;
  color: #6F6F6F;
  line-height: 14px;
}
.librarry_list .blog_library_category {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 120px;
}
.librarry_list h1 {
  margin-bottom: 60px;
}
.librarry_list .description_category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 80px;
}
.librarry_list .description_category .item-image img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.librarry_list .description_category .info {
  padding-left: 80px;
}
.librarry_list .description_category h2 {
  margin-bottom: 40px;
  color: var(--main-color-text);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.librarry_list .description_category p {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.librarry_list .cat-children {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 20px;
}
.librarry_list .cat-children li {
  list-style: unset;
  padding: 20px 40px 20px 20px;
}
.librarry_list .cat-children li:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}
.librarry_list .cat-children li .item_image {
  text-align: center;
}
.librarry_list .cat-children li .item_image img {
  width: 100%;
}
.librarry_list .cat-children li h3 {
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
.librarry_list .cat-children li p {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
  height: 100px;
  overflow: hidden;
}
.librarry_list .cat-children li .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.librarry_list .cat-children_list {
  display: flex;
  gap: 10px;
}
.librarry_list .cat-children_list li {
  background: #C8C8C8;
  border-radius: 8px;
  padding: 0;
  list-style: unset;
}
.librarry_list .cat-children_list li.active {
  background: #030303;
}
.librarry_list .cat-children_list li.active a {
  color: #fff;
}
.librarry_list .cat-children_list li:hover {
  background: #030303;
}
.librarry_list .cat-children_list li:hover a {
  color: #fff;
}
.librarry_list .cat-children_list li a {
  border-radius: 8px;
  color: #6F6F6F;
  font-family: var(--font-family1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 22px;
  display: block;
}
.librarry_list .items-leading {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  margin-bottom: 20px;
}
.librarry_list .items-leading .item {
  padding: 20px 20px 40px;
  border-radius: 4px;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}
.librarry_list .items-leading .item:hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}
.librarry_list .items-leading .item img {
  width: 100%;
}
.librarry_list .items-leading .item h2 {
  color: var(--main-color-text);
  font-family: var(--font-family2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.librarry_list .items-leading .item .bottom {
  color: #535353;
  font-family: var(--font-family1);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.librarry_list .items-leading .item .bottom .text-bold {
  color: #030303;
}
.librarry_list footer {
  margin-top: 120px;
}

.speech-controls {
  display: none;
}

.btn-speechreader {
  background-color: #222;
  color: #fff;
  border: 1px solid #444;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.btn-speechreader:hover {
  background-color: #333;
  border-color: #666;
}

.btn-speechreader span {
  margin-left: 6px;
}

.container-page-musei .speech-controls {
  display: block;
}