@font-face {
  font-family: "Arial";
  src: url("/wp-content/themes/energy_division/fonts/helvetica_regular.otf");
}
@font-face {
  font-family: "benzin-bold";
  src: url(/wp-content/themes/energy_division/fonts/benzin-bold.ttf);
}
*, button {
  font-family: "Fira Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}
@media (max-width: 1520px) {
  html {
    font-size: 14px;
  }
}

img, video {
  max-width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-content {
  max-width: 800px;
  margin: 1.5em auto;
  line-height: normal;
}
.entry-content ul, .entry-content ol {
  list-style: disc;
  padding: inherit;
  margin-left: 60px;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
}
.wrapper {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding: 12px;
  }
}

main {
  margin-top: 100px;
}

.home main {
  margin-top: 0;
}

#qtranslate-2-chooser {
  display: flex;
  align-items: center;
  gap: 10px;
}
#qtranslate-2-chooser li {
  display: flex;
  line-height: 140%;
}
#qtranslate-2-chooser li:nth-child(1)::after {
  content: "";
  padding-right: 10px;
  border-right: 2px solid #fff;
}
#qtranslate-2-chooser a {
  font-size: 16px;
  font-weight: bold;
}
#qtranslate-2-chooser a span {
  font-family: "benzin-bold";
}

.header_bl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.header_bl + .of_distibr {
  display: none;
}
.header_bl .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .header_bl .wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
.header_bl svg {
  width: 100%;
}
.header_bl .fix_logo {
  display: none;
}
.header_bl .nofix_logo {
  display: block;
  width: 200px;
}
.header_bl.header_fixed {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  height: 88px;
  box-shadow: 0 0 6px 0px #333;
}
@media (max-width: 768px) {
  .header_bl.header_fixed {
    padding: 0;
  }
}
.header_bl.header_fixed + .of_distibr {
  display: flex;
  position: fixed;
  z-index: 999;
  top: 88px;
  border-top: 2px solid #f4f4f4;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px 0px #333;
  background-color: #f8f8f8;
}
.header_bl.header_fixed + .of_distibr .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .header_bl.header_fixed + .of_distibr .wrapper {
    justify-content: flex-end;
    padding: 12px;
    gap: 10px;
  }
}
.header_bl.header_fixed + .of_distibr img {
  height: 44px;
}
.header_bl.header_fixed + .of_distibr .text_dis {
  font-size: 22px;
  color: #3f3f3f;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header_bl.header_fixed + .of_distibr .text_dis {
    font-size: 16px;
    text-align: right;
  }
}
.header_bl.header_fixed .fix_logo {
  display: block;
}
.header_bl.header_fixed .nofix_logo {
  display: none;
}
.header_bl.header_fixed svg path {
  fill: #000;
}
.header_bl.header_fixed svg path.red_logo {
  fill: #ff0801;
}
.header_bl.header_fixed svg path.bl_logo {
  fill: #064E9C;
}
.header_bl.header_fixed #qtranslate-2-chooser li.active::after {
  border-right: 2px solid #000;
}
.header_bl.header_fixed #qtranslate-2-chooser span {
  font-family: "benzin-bold";
  font-weight: bold;
}
.header_bl.header_fixed .menu-item-has-children > a::after {
  filter: invert(1);
}
.header_bl.header_fixed * {
  color: #000;
}
.header_bl.header_fixed .sub-menu {
  background-color: #fff;
  padding: 10px 20px;
  left: -20px;
}
.header_bl * {
  color: #fff;
}
.header_bl .logo {
  max-width: 270px;
}
@media (max-width: 768px) {
  .header_bl .logo {
    max-width: 200px;
  }
}
.header_bl .phone {
  font-size: 23px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header_bl .phone {
    font-size: 16px;
    white-space: nowrap;
  }
}

.slider_bl .wrapper {
  overflow: hidden;
}
.slider_bl .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.slider_bl .swiper-slide {
  text-align: center;
}
.slider_bl img {
  filter: grayscale(100%);
  transition-duration: 0.7s;
  opacity: 0.5;
  max-height: 88px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .slider_bl img {
    max-height: 58px;
    max-width: 120px;
  }
}
.slider_bl img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.blue_block_logo {
  background-color: #090d18;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .blue_block_logo .wrapper {
    padding: 0 30px;
  }
}
.blue_block_logo * {
  color: #fff;
}
.blue_block_logo .logo {
  max-width: 1190px;
  width: 100vw;
}
@media (max-width: 1200px) {
  .blue_block_logo .logo {
    width: 100%;
  }
  .blue_block_logo .logo svg {
    width: 80vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.blue_block_logo .logo svg {
  width: 100%;
}
@media (max-width: 1200px) {
  .blue_block_logo .logo svg {
    width: 80vw;
  }
}
.blue_block_logo .logo img {
  width: 100%;
  margin-left: auto;
}
.blue_block_logo .text {
  text-align: right;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  padding-right: 28px;
}
@media (max-width: 1200px) {
  .blue_block_logo .text {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  .menu_nav {
    display: none;
  }
}
.menu_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.menu_nav a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.menu_nav a:hover {
  border-bottom: 2px solid #ff0801;
}
.menu_nav .sub-menu {
  display: none;
}
.menu_nav .sub-menu a {
  font-size: 14px;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-item-has-children > a::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/08/Vector.png);
  width: 6px;
  height: 5px;
  transition: 0.2s;
}
.menu-item-has-children:hover a::after {
  transform: rotate(180deg);
}
.menu-item-has-children:hover .sub-menu {
  margin: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  padding-top: 6px;
}

.icon-scroll {
  width: 36px;
  height: 55px;
  bottom: 100px;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
  position: absolute;
  left: calc(50% - 18px);
  display: flex;
  justify-content: center;
  z-index: 9;
}
@media (max-width: 768px) {
  .icon-scroll {
    bottom: 40px;
    width: 32px;
  }
}
.icon-scroll::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

.buts_red {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #ff0801;
  padding: 8px 30px;
  border-radius: 25px;
  margin-top: 40px;
  border: 1px solid #ff0801;
}
.buts_red:hover {
  border: 1px solid #3f3f3f;
  color: #3f3f3f !important;
}

.rubric_sect1 .arrows {
  border-radius: 0;
}
.rubric_sect1 .arrows svg {
  width: 14px;
  height: 14px;
}

#blocks_video {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Arial";
}
#blocks_video h1 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-family: "Arial";
}
#blocks_video h1 * {
  font-family: "Arial";
}
@media (max-width: 1200px) {
  #blocks_video h1 {
    font-size: 28px;
  }
}
#blocks_video .descr {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1200px) {
  #blocks_video .descr {
    font-size: 18px;
  }
}
#blocks_video .text_bl {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
}

#myVideo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  #myVideo + img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.video-background {
  height: 100%;
}
.video-background .podlojka_vid {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.m_top {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .m_top {
    margin-top: 60px;
  }
}

.m_top2 {
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .m_top2 {
    margin-top: 60px;
  }
}

main.m_top {
  margin-top: 200px;
}
@media (max-width: 1200px) {
  main.m_top {
    margin-top: 120px;
  }
}

.pol_m_top {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .pol_m_top {
    margin-top: 40px;
  }
}

.pod_titl {
  font-size: 24px;
  font-family: "Arial";
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 500;
  color: #ff0801;
}
@media (max-width: 1200px) {
  .pod_titl {
    font-size: 16px;
  }
}
.pod_titl.news_p {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  color: #3f3f3f !important;
}

.title_block {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(63, 63, 63);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .title_block {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.title_block span {
  color: #ff0801;
}

.title_sing .title_block {
  margin-top: 30px;
  text-align: left;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .title_sing .title_block {
    font-size: 26px;
  }
}
.title_sing .title_block::before {
  content: "";
  height: 6px;
  background-color: #ff0801;
  width: 50px;
  display: flex;
  margin-bottom: 14px;
}

.post-thumbnail img {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.entry-content {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: justify;
  line-height: normal;
}
@media (max-width: 768px) {
  .entry-content {
    font-size: 16px;
    gap: 16px;
  }
}

.page_sing {
  margin: 40px 0;
}

.slid_post, .slid_foto {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .slid_post, .slid_foto {
    gap: 4px;
  }
}

.swiper_drug, .swiper_foto {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.swiper_drug .title, .swiper_foto .title {
  height: 65px;
}

.swiper_foto img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.podel_bl {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 2px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .podel_bl {
    padding: 0;
  }
}
.podel_bl + .linebl {
  padding: 0 50px;
}
@media (max-width: 768px) {
  .podel_bl + .linebl {
    padding: 0;
  }
}
.podel_bl .sets_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.podel_bl .sets_b a span {
  background-color: rgb(63, 63, 63);
}
.podel_bl .pod_titl {
  color: #000;
  margin-bottom: 10px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  color: #000;
  font-size: 16px;
}

.swiper-button-prev, .swiper-button-next {
  position: initial;
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  box-shadow: 0 0 2px 1px #000;
}

.metka_post {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(12, 12, 12, 0.8549019608);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  width: 110px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
}

.wrapper2 {
  max-width: 1165px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .wrapper2 {
    padding: 12px;
  }
}

.datas_b {
  gap: 6px;
}
.datas_b p {
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
  color: rgb(63, 63, 63);
}
.datas_b .data {
  font-weight: 400;
}

.arrows {
  width: 30px;
  height: 30px;
  background-color: #3f3f3f;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: auto;
}
.arrows svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}

.rubric_sect .head_cont {
  height: 100%;
  position: relative;
}
.rubric_sect .head_cont img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 1200px) {
  .rubric_sect .head_cont img {
    height: 280px;
  }
}
.rubric_sect .content_rubr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .rubric_sect .content_rubr {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .rubric_sect .content_rubr {
    grid-template-columns: 1fr;
  }
}
.rubric_sect .metka_post, .rubric_sect .data_time {
  display: none;
}
.rubric_sect .items {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  box-shadow: 0px 1px 2px 1px rgba(63, 63, 63, 0.35);
  overflow: hidden;
}
.rubric_sect .items .arrows {
  background-color: #ff0801;
}
.rubric_sect .items:hover .arrows {
  background-color: #3f3f3f;
}
.rubric_sect .items:hover .title {
  color: #ff0801;
}
.rubric_sect .items .text {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 245px);
  justify-content: space-between;
}
.rubric_sect .items .title {
  font-size: 22px;
  color: #3f3f3f;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .rubric_sect .items .title {
    font-size: 16px;
  }
}
.rubric_sect .items .cont {
  font-size: 15px;
  font-weight: 300;
  color: #3f3f3f;
  line-height: 1.3;
}
.rubric_sect.news_sect .title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .rubric_sect.news_sect .title {
    font-size: 16px;
  }
}
.rubric_sect.news_sect .text {
  justify-content: space-between;
}
.rubric_sect.news_sect .bots_bl {
  display: flex;
  align-items: center;
}
.rubric_sect.news_sect .but_transp {
  border-radius: 25px;
  border: 2px solid #ff0801;
  border-color: #ff0801;
  padding: 8px;
  font-size: 14px;
  color: #ff0801;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  margin: 0 auto;
  margin-top: 40px;
}
.rubric_sect.product_sect .content_rubr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .rubric_sect.product_sect .content_rubr {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .rubric_sect.product_sect .content_rubr {
    grid-template-columns: 1fr;
  }
}
.rubric_sect.product_sect .bots_bl {
  margin-top: auto;
}
.rubric_sect.product_sect .items .arrows {
  background-color: #3f3f3f;
}
.rubric_sect.product_sect .items .arrows svg {
  fill: #fff;
}
.rubric_sect.product_sect .items:hover .arrows {
  background-color: #ff0801;
}
.rubric_sect.product_sect .items:hover .arrows svg {
  fill: #fff;
}
.rubric_sect.product_sect .items .title {
  font-size: 16px;
  font-weight: 500;
}
.rubric_sect.product_sect .items .cont {
  font-size: 13px;
  font-weight: 400;
}
.rubric_sect.product_sect .items .text {
  height: calc(100% - 185px);
}
.rubric_sect.product_sect .head_cont img {
  height: 180px;
}
@media (max-width: 1200px) {
  .rubric_sect.product_sect .head_cont img {
    height: 280px;
  }
}
.rubric_sect.product_sect2 .items .arrows {
  background-color: transparent;
}
.rubric_sect.product_sect2 .items .arrows svg {
  fill: #3f3f3f;
}
.rubric_sect.product_sect2 .items:hover .arrows {
  background-color: transparent;
}
.rubric_sect.product_sect2 .items:hover .arrows svg {
  fill: #ff0801;
}

.category-novosti .rubric_sect .content_rubr {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .category-novosti .rubric_sect .content_rubr {
    grid-template-columns: 1fr;
  }
}
.category-novosti .metka_post, .category-novosti .data_time {
  display: flex;
}

.home .rubric_sect .content_rubr {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .home .rubric_sect .content_rubr {
    grid-template-columns: 1fr;
  }
}
.home .metka_post, .home .data_time {
  display: flex;
}

.data_time {
  display: flex;
  font-size: 14px;
  font-weight: 200;
  color: #333;
}
.data_time .data {
  padding-right: 10px;
}
.data_time .time {
  padding-left: 10px;
  border-left: 1px solid #000;
}

.items15 {
  order: 1;
}

.items9 {
  order: 3;
}

.items21 {
  order: 2;
}

.items23 {
  order: 4;
}

.items24 {
  order: 5;
}

.items25 {
  order: 5;
}

.items27 {
  order: 6;
}

.rubric_sect .items:is(.items23, .items24, .items25, .items27) .arrows {
  background-color: #fcca07;
}
.rubric_sect .items:is(.items23, .items24, .items25, .items27):hover .arrows {
  background-color: #3f3f3f;
}
.rubric_sect .items:is(.items23, .items24, .items25, .items27) .title {
  width: 80%;
}

.linebl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.linebl p {
  height: 3px;
}
.linebl p.line_red {
  background-color: #ff0801;
}
.linebl p.line_gr {
  background-color: #f4f4f4;
}

.number_bl {
  margin: 60px 0;
  font-family: "Arial";
}
.number_bl .titls {
  font-size: 34px;
  line-height: 1.2;
  color: rgb(63, 63, 63);
  font-weight: bold;
}
@media (max-width: 1200px) {
  .number_bl .titls {
    font-size: 18px;
  }
}
.number_bl .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .number_bl .desc {
    font-size: 16px;
    margin-top: 20px;
  }
}
.number_bl .numb {
  font-size: 65px;
  color: #ff0801;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .number_bl .numb {
    font-size: 45px;
  }
}
.number_bl .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(63, 63, 63);
}
@media (max-width: 1200px) {
  .number_bl .txt {
    font-size: 14px;
  }
}
.number_bl .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .number_bl .wrapper {
    grid-template-columns: 1fr;
  }
}
.number_bl .wrapper .col50 {
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .number_bl .wrapper .col50 {
    padding-right: 20px;
    margin-top: 20px;
  }
}
.number_bl .wrapper .col50:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-right: 0;
  padding-left: 140px;
  border-left: 2px solid rgb(244, 244, 244);
}
@media (max-width: 1200px) {
  .number_bl .wrapper .col50:last-child {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .number_bl .wrapper .col50:last-child {
    padding-left: 0;
    border-left: 0;
  }
}

.news_video {
  height: 376px;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .news_video {
    height: 276px;
  }
}
@media (max-width: 768px) {
  .news_video {
    height: 200px;
    margin-bottom: 20px;
  }
}
.news_video .wrapper2 {
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.news_video .vid_block {
  position: absolute;
  width: 100%;
}
.news_video .vid_block img {
  width: 100%;
}
.news_video .plash_vid {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
}
.news_video .titl_plash {
  padding: 20px;
  height: 104px;
  display: flex;
  align-items: center;
  -webkit-backdrop-filter: blur(0.4rem) url(#glass-distortion);
          backdrop-filter: blur(0.4rem) url(#glass-distortion);
  border-radius: 6px;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  width: 40%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 768px) {
  .news_video .titl_plash {
    height: 54px;
    width: 50%;
    padding: 10px;
  }
}
.news_video .titl_plash .tit {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .news_video .titl_plash .tit {
    font-size: 18px;
  }
}

.kenburns-bottom-left {
  animation: kenburns-bottom-left 10s ease-out infinite alternate both;
}
@keyframes kenburns-bottom-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 84%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left bottom;
  }
}
.cont_bl .mails_bl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .cont_bl .mails_bl {
    grid-template-columns: 1fr;
  }
}
.cont_bl .mails_bl .itm {
  background-color: rgb(248, 248, 248);
  border-radius: 10px;
  box-shadow: 0px 1px 2px 1px rgba(63, 63, 63, 0.35);
  padding: 10px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cont_bl .mails_bl .itm:hover .arrows {
  background-color: #ff0801;
}
.cont_bl .mails_bl .itm:hover .titl {
  color: #ff0801;
}
.cont_bl .mails_bl .itm .titl {
  font-size: 18px;
  font-weight: 500;
  color: rgb(63, 63, 63);
}
.cont_bl .person_bl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cont_bl .person_bl {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cont_bl .person_bl {
    grid-template-columns: 1fr;
  }
}
.cont_bl .person_bl .items {
  background-color: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between;
}
.cont_bl .person_bl .items > img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont_bl .person_bl .items .name {
  margin: 20px 0 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.cont_bl .person_bl .items .dolj {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
.cont_bl .person_bl .items .napis {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff0801;
  font-size: 17px;
  font-weight: 500;
  margin-top: 30px;
}
.cont_bl .person_bl .items .napis img {
  width: 22px;
}

.so_set {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .so_set {
    justify-content: flex-start;
  }
}
.so_set .it_co {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: flex-end;
}
.so_set .it_co.vk {
  margin-right: 3px;
}
.lodo2 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .lodo2 {
    justify-content: flex-start;
  }
}

footer {
  background-color: #292929;
  padding: 50px 0 30px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 20px;
  }
}
footer .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  footer .wrapper {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .wrapper {
    flex-direction: column-reverse;
    display: flex;
  }
}
footer .wrapper * {
  color: #fff;
  font-size: 16px;
  font-family: "Arial";
}
@media (max-width: 768px) {
  footer .wrapper * {
    font-size: 14px;
  }
}
footer .wrapper ul li:last-child {
  display: none;
}
footer .wrapper .titl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer .wrapper .titl {
    font-family: "Arial";
  }
}
footer .wrapper .tel_mail {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .wrapper .tel_mail {
    display: none;
  }
}
footer .wrapper .tel_mail a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
footer .wrapper .adres .opis {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 4px 0;
}
@media (max-width: 768px) {
  footer .wrapper .adres .opis {
    font-size: 14px;
    font-family: "Arial";
  }
}
footer .wrapper .phn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  footer .wrapper .phn {
    font-size: 14px;
    font-family: "Arial";
  }
}
footer .wrapper .menu ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer .wrapper .menu a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
footer .col25 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
footer .col25:last-child {
  flex-direction: column-reverse;
}
footer .col25:nth-child(3) {
  order: -1;
}
footer .col25:nth-child(1) {
  order: -2;
}

.forms_bl {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.forms_bl * {
  color: #fff;
}
.forms_bl input:not([type=checkbox]) {
  width: 100%;
  padding: 25px 12.5px;
  font-size: 14px;
  height: 71px;
  color: #000;
  font-family: "Fira Sans", sans-serif;
}
.forms_bl input:not([type=checkbox])[name=text-794] {
  height: 96px;
}
.forms_bl input:not([type=checkbox]):placeholder {
  color: #000;
}
.forms_bl input:not([type=checkbox])[type=file] {
  color: #fff;
}
.forms_bl input:not([type=checkbox])[type=submit] {
  font-size: 14px;
  font-weight: bold;
  color: rgb(63, 63, 63);
  background-color: #fff;
  margin-top: 20px;
}
.forms_bl input[type=checkbox] {
  min-width: 20px;
  height: 20px;
}
.forms_bl form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.forms_bl form .pole_in {
  width: 100%;
}
.forms_bl form .col2 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.forms_bl .form_bl {
  width: 50%;
}
@media (max-width: 1200px) {
  .forms_bl .form_bl {
    width: 100%;
  }
}
.forms_bl .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.forms_bl .titl {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Arial";
  margin-bottom: 44px;
}
@media (max-width: 1200px) {
  .forms_bl .titl {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .forms_bl .titl {
    font-size: 18px;
  }
}
.forms_bl .descr {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .forms_bl .descr {
    font-size: 14px;
  }
}
.forms_bl .vid_bl {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .forms_bl .vid_bl .logos {
    position: inherit;
  }
}
@media (max-width: 768px) {
  .forms_bl .vid_bl .logos {
    display: none;
  }
}

.kenburns-top {
  animation: kenburns-top 10s ease-out infinite alternate both;
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
.wpcf7-acceptance label {
  display: flex;
  gap: 6px;
}

.quotes_sect .wrapper {
  background-color: rgb(244, 244, 244);
  padding: 35px;
}
@media (max-width: 768px) {
  .quotes_sect .wrapper {
    padding: 20px;
  }
}
.quotes_sect .wrapper .title_block {
  text-align: left;
  margin-bottom: 25px;
}
.quotes_sect .wrapper .descr {
  margin-bottom: 50px;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .quotes_sect .wrapper .descr {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.quotes_sect .wrapper .quotes {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .quotes_sect .wrapper .quotes {
    gap: 20px;
    font-size: 18px;
    align-items: flex-start;
  }
}
.quotes_sect .wrapper .quotes svg {
  width: 92px;
  height: 68px;
}
@media (max-width: 1200px) {
  .quotes_sect .wrapper .quotes svg {
    width: 46px;
    height: 34px;
  }
}
@media (max-width: 768px) {
  .quotes_sect .wrapper .quotes .kov {
    display: none;
  }
}

.permalink_sec .vid_bl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .permalink_sec .vid_bl {
    grid-template-columns: 1fr;
  }
}
.permalink_sec .vid_bl .videob {
  height: 343px;
  filter: brightness(0.7);
}
.permalink_sec .vid_bl .videob video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.permalink_sec .vid_bl .item_v {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.permalink_sec .vid_bl .item_v * {
  color: #fff;
}
.permalink_sec .vid_bl .item_v .logog {
  width: 120px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .permalink_sec .vid_bl .item_v .logog {
    width: 135px;
    height: auto;
  }
  .permalink_sec .vid_bl .item_v .logog.endivig {
    width: 150px;
  }
}
.permalink_sec .vid_bl .item_v .titls {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .permalink_sec .vid_bl .item_v .titls {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
}
.permalink_sec .vid_bl .item_v .bolsh {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.permalink_sec .vid_bl .item_v .bolsh span {
  font-size: 16px;
  font-weight: 600;
  transition: 0.2s;
}
.permalink_sec .vid_bl .item_v .bolsh svg {
  width: 14px;
  height: -moz-fit-content;
  height: fit-content;
  fill: #fff;
  transition: 0.2s;
}
.permalink_sec .vid_bl .item_v .bolsh:hover span {
  color: #ff0801;
}
.permalink_sec .vid_bl .item_v .bolsh:hover svg {
  fill: #ff0801;
}
.permalink_sec .vid_bl .textb {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}
.permalink_sec .contens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1200px) {
  .permalink_sec .contens {
    grid-template-columns: 1fr;
  }
}
.permalink_sec .contens br {
  display: none;
}
.permalink_sec a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: 0.2s;
  display: flex;
}
@media (max-width: 768px) {
  .permalink_sec a {
    font-size: 12px;
  }
}
.permalink_sec a:hover {
  color: #ff0801;
  text-decoration: underline;
}
.permalink_sec a + .bordt {
  margin-top: 12px;
}
.permalink_sec .bordt {
  color: #3f3f3f;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(204, 204, 204);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .permalink_sec .bordt {
    font-size: 14px;
  }
}
.permalink_sec .links_bl {
  padding-top: 15px;
}
.permalink_sec .redst {
  color: #ff0801;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .permalink_sec .redst {
    font-size: 18px;
  }
}
.permalink_sec .text_blk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .permalink_sec .text_blk {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.permalink_sec .text_blk > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#mobs_menu {
  position: fixed;
  z-index: 9999999;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  top: 0;
  background-color: #fff;
  transition: 250ms transform, 250ms opacity;
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.1);
  width: 320px;
  opacity: 0;
  transform: translate(-320px);
}
#mobs_menu.active {
  opacity: 1;
  transform: translate(0);
}
#mobs_menu .top_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
#mobs_menu .top_bl .titl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#mobs_menu .top_bl .close {
  font-size: 24px;
  line-height: 1;
  opacity: 0.8;
}
#mobs_menu .main_bl {
  padding: 40px;
}
#mobs_menu .main_bl a {
  color: rgb(63, 63, 63);
  font-size: 14px;
  text-transform: uppercase;
}
#mobs_menu .main_bl ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#mobs_menu .main_bl .sub-menu {
  position: inherit;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#mobs_menu .main_bl .sub-menu li::before {
  content: "-";
  margin-right: 2px;
}

.mob_menu {
  text-align: right;
  display: none;
}
@media (max-width: 1200px) {
  .mob_menu {
    display: flex;
  }
}

.chints img {
  height: 100%;
}

.cookieinfo {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cookieinfo .fix_blockcook {
  max-width: 600px;
  margin-top: 120px;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 20px;
  color: #000 !important;
  text-align: left !important;
  margin-left: 14px;
  margin-right: 14px;
}
.cookieinfo .cookieinfo-close {
  border: 1px solid #ff0801;
  background-color: transparent !important;
  color: #000 !important;
  text-align: center;
}
.cookieinfo.active * {
  color: #000 !important;
}

.mobs_b {
  display: none;
}
@media (max-width: 768px) {
  .mobs_b {
    display: flex;
  }
}

.descr_b {
  display: flex;
}
@media (max-width: 768px) {
  .descr_b {
    display: none;
  }
}

.bls_s {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.widget {
  margin-bottom: 0;
}

.error-404 {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-404 .bl404 {
  font-size: 160px;
  line-height: normal;
  padding-bottom: 10px;
  border-top: 4px solid #dd0a1a;
}

.paginat_bl {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.paginat_bl > * {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.paginat_bl .current {
  background-color: #ff0801;
  color: #fff;
}
.paginat_bl .next, .paginat_bl .prev {
  box-shadow: 0 0 2px 0 #000;
}

.archive .bots_bl {
  display: flex;
  align-items: center;
}
.archive main {
  margin-top: 50px;
}

.archive-description {
  font-size: 24px;
  margin: 40px 0 60px;
}
@media (max-width: 768px) {
  .archive-description {
    font-size: 16px;
    margin: 20px 0 30px;
  }
}

.caps {
  text-transform: uppercase;
}

.pl_vid {
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.pl_vid svg {
  width: 40px;
  height: 40px;
}

.bg_categor_tit .titl_plash {
  -webkit-backdrop-filter: blur(0.4rem) url(#glass-distortion);
          backdrop-filter: blur(0.4rem) url(#glass-distortion);
}
.bg_categor_tit .title_block {
  color: #fff;
  margin: 0;
}
.bg_categor_tit.news_video {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  height: 507px;
}
.bg_categor_tit .wrapper {
  width: 100%;
}

.plash_bots {
  position: absolute;
  bottom: 20px;
  max-width: 600px;
  left: 60%;
  display: none;
}
@media (max-width: 768px) {
  .plash_bots {
    position: absolute;
    left: 0;
    padding: 16px;
  }
}
.plash_bots .logo_bl {
  display: flex;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .plash_bots .logo_bl img {
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.plash_bots .pol_titl {
  color: #fff;
  font-size: 36px;
  text-shadow: 1px 1px #000;
  text-align: right;
  font-weight: 700;
}
@media (max-width: 768px) {
  .plash_bots .pol_titl {
    text-align: center;
    font-size: 24px;
  }
}

.vds_blks {
  position: relative;
}

.pdf_section {
  margin-bottom: 50px;
  position: relative;
}
.pdf_section * {
  color: #2d2d2d;
}
.pdf_section .content_grops {
  padding-top: 44px;
  max-height: 308px;
  overflow-y: scroll;
}
.pdf_section .content_grops::-webkit-scrollbar {
  width: 4px;
}
.pdf_section .content_grops::-webkit-scrollbar-track {
  background: transporent;
}
.pdf_section .content_grops::-webkit-scrollbar-thumb {
  background-color: #c00;
}
.pdf_section .group_bl {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr;
}
.pdf_section .group_bl > *:last-child {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .pdf_section .group_bl > *:last-child {
    text-align: left;
    justify-content: flex-start;
  }
}
.pdf_section .group_bl > *:nth-last-child(2) {
  text-align: right;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .pdf_section .group_bl > *:nth-last-child(2) {
    text-align: left;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .pdf_section .group_bl {
    grid-template-columns: 1fr;
  }
}
.pdf_section .titls_r {
  background-color: #d9d9d9;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}
.pdf_section .titls_r p {
  font-weight: 600;
}
.pdf_section .titls_r .lang, .pdf_section .titls_r .types, .pdf_section .titls_r .names {
  padding: 0 10px;
}
.pdf_section .items_bl {
  padding: 10px 20px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
@media (max-width: 768px) {
  .pdf_section .items_bl {
    padding-right: 40px;
  }
}
.pdf_section .itemss {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .pdf_section .itemss {
    padding: 0;
  }
}
.pdf_section .itemss:first-child {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .pdf_section .itemss:last-child {
    position: absolute;
    right: 20px;
    top: 10px;
  }
}
.pdf_section .langs {
  border-radius: 20px;
  font-size: 12px;
  padding: 2px 10px;
  background-color: rgb(63, 63, 63);
  color: #fff;
  text-align: center;
  width: 42px;
  text-transform: uppercase;
}
.pdf_section .titl {
  color: #c00;
  font-weight: 600;
  font-size: 14px;
}
.pdf_section .descr {
  color: #737373;
  font-size: 12px;
}
.pdf_section .dowload {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
}
.pdf_section .dowload span {
  font-size: 12px;
  color: #c00;
}

#primary .entry-content {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */