

/* Start:/local/templates/be_tpl/assets/css/style.css?1749645769135843*/
@charset "UTF-8";
@font-face {
  font-family: "Cramaten";
  src: url("/local/templates/be_tpl/assets/css/../fonts/cramaten.eot"); /* IE 9 Compatibility Mode */
  src: url("/local/templates/be_tpl/assets/css/../fonts/cramaten.eot?#iefix") format("embedded-opentype"), url("/local/templates/be_tpl/assets/css/../fonts/cramaten.woff2") format("woff2"), url("/local/templates/be_tpl/assets/css/../fonts/cramaten.woff") format("woff"), url("/local/templates/be_tpl/assets/css/../fonts/cramaten.ttf") format("truetype"), url("/local/templates/be_tpl/assets/css/../fonts/cramaten.svg#cramaten") format("svg"); /* Chrome < 4, Legacy iOS */
}
/*Обнуление стилей*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html body {
  background-color: #E5E5E5;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-align: left;
  color: #191919;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

body hr {
  opacity: 1;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  opacity: 1;
  height: 0;
  font-weight: normal !important;
  font-style: normal;
  border-bottom: 1px solid #E6E6E6;
}

.item-fulltext hr, .item-pretext hr,
.static-header hr {
  margin-top: 16px;
  margin-bottom: 16px;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 24px !important;
  height: 24px !important;
  position: relative;
  /* border: 1px solid #CD8A70;
  outline: 1px solid #CD8A70;*/
  margin-right: 16px;
  position: relative;
  border: 1px solid #767676;
  border-radius: 50% !important;
}

input[type=radio]::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #79B9B0;
  border-radius: 50% !important;
}

input[type=radio]::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: #79B9B0;
  display: none;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  z-index: 150;
}

input[type=checkbox]::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  border-radius: 2px;
  background: #79B9B0;
  border: 1px solid #79B9B0;
  display: none;
}

input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 24px !important;
  height: 24px !important;
  position: relative;
  margin-right: 16px;
  position: relative;
  border: 1px solid #767676;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: none;
  top: 6px;
  width: 16px;
  height: 12px;
  background-size: contain;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/check.svg);
  left: 4px;
  display: none;
}

input[type=checkbox]:checked::after,
input[type=checkbox]:checked::before,
input[type=radio]:checked::after,
input[type=radio]:checked::before {
  display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: none;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #575757;
}

input {
  border: 1px solid rgb(201, 201, 201);
  border-radius: 4px;
  padding: 14px 12px 14px 16px;
}

.form-row input {
  width: 100%;
}

textarea {
  width: 100%;
  border: 1px solid rgb(201, 201, 201);
  border-radius: 4px;
  padding: 14px 12px 14px 16px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
}

:-ms-input-placeholder {
  color: #575757;
}

::-ms-input-placeholder {
  color: #575757;
}

::placeholder {
  color: #575757;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a {
  text-decoration: none;
}

.item-fulltext a, .static a,
.lenta__item-text a, .swiper a {
  color: #005061;
  text-decoration: underline;
  transition: all 0.25s ease;
}

.item-fulltext a:hover, .static a:hover,
.lenta__item-text:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body iframe {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
}

.item-news__fulltext ul {
  /* list-style: circle;*/
  list-style: disc;
  padding-left: 28px;
}

.item-news__fulltext ul li,
.static ul li {
  margin: 10px 0;
  list-style: disc;
  margin-left: 24px;
  /* font-size: 14px;
  font-weight: 400;
  line-height: 16px; */
  letter-spacing: 0.0025em;
  text-align: left;
}

ol {
  counter-reset: myCounter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  padding-left: 24px;
  position: relative;
  /* counter-increment: myCounter; */
}

ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  font-family: 'Cramaten';
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: absolute;
  top: -2px;
  left: 0;
  color:#E00022;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  /*border-collapse: separate;
    border-spacing: 10px;*/
  border: none;
  overflow: auto;
  margin: 12px 0;
  max-width: 100%;
}

table tbody {
  border: none;
  background: #FFFFFF;
}

td, th {
  padding: 16px;
  border: 1px solid #C9C9C9;
}

th, table tbody tr:first-child,
table tbody tr:first-child>p {
  background: #F5F5F5;
  text-align: center;
  color:#383838;
font-family: 'Fira Sans Extra Condensed', sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0.0015em;

}

.static__wrapper li a[href$=doc], .static__wrapper li a[href$=docx],
.static__wrapper li a[href$=zip], .static__wrapper li a[href$=rar],
.static__wrapper li a[href$=pdf], .static__wrapper li a[href$=ppt], .static__wrapper li a[href$=pptx],
.static__wrapper li a[href$=xls], .static__wrapper li a[href$=xlsx], .static__wrapper li a[href$=DOC],
.static__wrapper li a[href$=rtf], .static__wrapper li a[href^="https://pravo.by/document/"], .static__wrapper li a[href^="https://etalonline.by/"],
.static__wrapper li a[href^="https://www.pravo.by/"], .static__wrapper li a[href^="http://etalonline.by/"],
.static__wrapper li a[href^="http://www.pravo.by/"], .static__wrapper li a[href^="http://pravo.by/"],
.item-fulltext li a[href$=html], .item-fulltext li a[href^=https], .item-fulltext li a[href^=http],
.lenta__wrapper._pdf a[href$=pdf]{
  padding-left: 32px;
  display: inline-block;
  background-position: left 0;
  background-repeat: no-repeat;
  min-height: 25px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.static__wrapper a{

}
.static__wrapper li a[href$=png],.static__wrapper li a[href$=jpg]{
  padding-left: 0!important;
  background-image: none!important;
}


.static__wrapper li a[href$=doc],
.static__wrapper li a[href$=DOC] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/doc.svg");
}

.static__wrapper li a[href$=docx],
.static__wrapper li a[href$=DOCX] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/DOCX.svg");
}

.static__wrapper li a[href$=pdf],
.static__wrapper li a[href$=PDF],
.lenta__wrapper._pdf a[href$=pdf] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/PDF.svg");
}

.static__wrapper li a[href$=xls],
.static__wrapper li a[href$=xlsx], .static__wrapper li a[href$=XLS] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/XLS.svg");
}

.static__wrapper li a[href$=zip] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/ZIP.svg");
}

.static__wrapper li a[href$=rar] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/RAR.svg");
}

.static__wrapper li a[href$=ppt], .static__wrapper li a[href$=pptx] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/PPT.svg");
}

.static__wrapper li a[href^="https://pravo.by/document/"], .static__wrapper li a[href^="https://etalonline.by/"],
.static__wrapper li a[href^="https://www.pravo.by/"], .static__wrapper li a[href^="http://etalonline.by/"],
.static__wrapper li a[href^="http://www.pravo.by/"], .static__wrapper li a[href^="http://pravo.by/"],
.item-fulltext li a[href$=html], .item-fulltext li a[href^=https], .item-fulltext li a[href^=http] {
  background-image: url("/local/templates/be_tpl/assets/css/../images/files/website-24.svg");
}
.static__wrapper p img{
  max-width: 100%!important;
  height: auto!important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Fira Sans Condensed", sans-serif;
}

body h1 {
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
}

body h2 {
  font-family: "Cramaten", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.0025em;
  text-align: center;
  color: #001B29;
  text-transform: uppercase;
  padding: 16px 8px;
}

h1.section-title {
  color: #000000;
  font-family: "Cramaten", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 72px;
  padding: 24px 8px 8px;
  text-align: center;
  text-transform: uppercase;
}


body h3, .news-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #001B29;
}
h1.content-title{
  font-family: "Fira Sans Condensed", sans-serif;
font-size: 35px;
font-weight: 400;
line-height: 46px;
letter-spacing: 0.0025em;
text-align: left;
color:#001B29;
margin-bottom: 16px;

}

body h3.news-title-sm {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.0015em;
  text-align: left;
  color: #191919;
  margin: 8px 0 2px;
}
h3.news-title-sm>a{
 color: #191919;
text-decoration: none;
}
@media screen and (max-width: 767px) {
  body h2 {
    padding: 12px 8px;
  }
  h1.section-title {
    font-size: 37px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.0025em;
    padding: 12px 8px;
  }
  h1.content-title{
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }
}

.item-fulltext h3 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.0015em;
  text-align: left;
  color: #383838;
  margin-top: 8px;
  margin-bottom: 8px;
width: 100%;
text-align: left;
}

body h3 > a, body h4 > a {
  color: #001B29;
}

body h4 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.0015em;
  text-align: left;
  color: #001B29;
}

body h5 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.001em;
  text-align: left;
  color: #383838;
}

body h6 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.001em;
  text-align: left;
  color: #383838;
}

body p {
  margin: 16px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}

/*style buttons start*/
a.primary-button, .primary-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #FFFFFF;
  background: #B3001B;
  padding: 12px 16px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}

a.primary-button:hover, .primary-button:hover {
  background: #E00022;
  opacity: 1;
}

.primary-button:active {
  background: #E00022;
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
}

a.secondary-button, .secondary-button,
.about-btn a.secondary-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 12px 15px 10px;
  color: #B3001B;
  border: 1px solid #B3001B;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
}

.footer .secondary-button {
  border: 1px solid #AFD5CE;
  color: #AFD5CE;
}

.secondary-button:hover, .footer .secondary-button:hover,
.about-btn a.secondary-button:hover {
  background: #E4F1EF;
  color: #B3001B;
  opacity: 1;
}

.footer .secondary-button:hover svg path {
  fill: #B3001B;
}

.secondary-button:active, .footer .secondary-button:active,
.about-btn a.secondary-button:active {
  background: #AFD5CE;
  color: #B3001B;
}

.footer .secondary-button:active svg path {
  fill: #B3001B;
}

.thirdy-button {
  padding: 13px 8px 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background: transparent;
  color: #B3001B!important;
  text-transform: uppercase;
text-decoration: none!important;
}

.footer .thirdy-button {
  color: #AFD5CE;
}

.thirdy-button:hover, .footer .thirdy-button:hover {
  background: #E4F1EF;
  color: #B3001B!important;
}

.thirdy-button:active, .footer .thirdy-button:active {
  background: transparent;
  color: #B3001B!important;
}

.footer .thirdy-button:hover svg path {
  fill: #B3001B;
}

.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  position: relative;
  padding-left: 38px;
}

.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  top: 10px;
  left: 11px;
}



/*icons*/
.hot-phone, .adress, .mail, .phone {
  color: #191919;
  padding-left: 34px;
  display: inline-block;
  position: relative;
}

.about__contacts a {
  color: #191919;
}

.hot-phone::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/phone.svg) center no-repeat;
  position: absolute;
  left: 0px;
  top: -1px;
}

.phone::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/tel.svg) center no-repeat;
  position: absolute;
  left: 0px;
  top: -1px;
}

.adress::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/address.svg) center no-repeat;
  position: absolute;
  left: 0px;
  top: -1px;
}

.mail::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/email.svg) center no-repeat;
  position: absolute;
  left: 1px;
  top: -1.5px;
}

/*style buttons end*/
.wrapper {
  width: 100%;
  max-width: 1528px;
  margin: auto;
}

/*menu style start*/
.navbar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 40;
  height: 48px;
}

.navbar .wrapper {
  padding: 0 16px;
  background: #003752;
  position: relative;
}

.additional-list {
  display: none;
}
.publication-menu-button{
  height: 48px;
  color: #FFFFFF;
  position: absolute;
  left: 16px;
  top: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.publication-menu-button span{
font-family: Fira Sans Extra Condensed;
font-weight: 600;
font-size: 14px;
line-height: 18px;
letter-spacing: 0.1%;
text-align: center;
display: inline-block;
padding-right: 8px;

}
.publication-menu-handler{
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/menu-2.svg) no-repeat center;
}

.menu {
  width: 100%;
  padding-left: 162px;
  padding-right: 162px;
  /* max-width: 1210px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  /* flex-grow: 1; */
}

.menu__item.home {
  padding-left: 18px;
  padding-right: 8px;
  /* flex-shrink: 0; */
  background: url(/local/templates/be_tpl/assets/css/../images/icons/home.svg) no-repeat center;
}

.menu__link {
  padding: 18px 16px 16px 16px;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu__link svg {
  position: absolute;
  right: 14px;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__item:hover .menu__link,
.menu__item.active .menu__link {
  background: #095277;
}

.menu__item.home .menu__link:hover,
.menu__item.active.home .menu__link {
  background: transparent;
}

.menu__item:hover svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dropdown .menu__link {
  padding: 18px 42px 16px 16px;
}

.nav-close {
  display: none;
}

.dropdown__menu {
  -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.1490196078), 2px 2px 6px 0px rgba(0, 27, 41, 0.2509803922);
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.1490196078), 2px 2px 6px 0px rgba(0, 27, 41, 0.2509803922);
  border: 1px solid #095277;
  background: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 0px 8px 0px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  min-width: 164px;
}

.dropdown__link {
  color: #191919;
  white-space: nowrap;
  padding: 14px 16px 14px 16px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.005em;
}

.menu__item.home + .menu__item .dropdown__menu {
  /* left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); */
}

.menu__item:last-child .dropdown__menu {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 1025px) {
  .menu__item:hover .dropdown__menu {
    display: block;
    -webkit-animation: slideMenu 0.25s ease forwards;
    animation: slideMenu 0.25s ease forwards;
  }
  .dropdown__link:hover {
    background: #095277;
    color: #FFFFFF;
  }
}
@-webkit-keyframes slideMenu {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideMenu {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
/*header style start*/
.header {
  height: 172px;
}

.header .wrapper {
  padding: 16px;
  background: #FFFFFF;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}
/* .header__col{
  flex-grow: 1;
} */
@media screen and (min-width: 1300px) {
.header__col.lang-col{
  width: 312px;
  justify-content: flex-end;
}
}

.header__col.lang-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__col.soc-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  gap: 8px;
  margin-top: 8px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}

.socials__item img {
  width: 24px;
  height: 24px;
}

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

.header-logo img {
  max-width: 100%;
  width: 295px;
  height: 48px;
}

.header-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.0015em;
  text-align: center;
  margin-top: 8px;
  color: #000000;
}

body div.header-title {
  display: none;
}

body.inner-page h1.header-title {
  display: none;
}

body.inner-page div.header-title {
  display: block;
}

.languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.languages__item {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  color: #095277;
  text-transform: uppercase;
}

.eye-btn {
  width: 24px;
  height: 24px;
}

.advanced-search {
  line-height: 1;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #095277;
  border-radius: 4px;
}

.header-search {
  width: calc(100% - 56px);
  border-radius: 4px;
  position: relative;
  height: 48px;
}

.header-search input[type=search] {
  width: calc(100% - 122px);
  max-width: 100%;
  padding: 13.5px 105px 13.5px 16px;
  color: #575757;
  border: none;
  outline: none;
  border: 1px solid #095277;
  border-radius: 4px;
}

.header-search input[type=submit] {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #095277;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 16px;
  border-radius: 4px;
}

@media screen and (max-width: 1400px){
.menu{
  padding-right: 0;
  padding-left: 170px;
}
.menu__item.home {
  padding: 0;
}
}
@media screen and (max-width: 1250px){
  .menu{
    padding-right: 0;
    padding-left: 158px;
  }

}

@media screen and (max-width: 1025px) {
  .additional-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    color: #FFFFFF;
  }
  .additional-list li a {
    color: #FFFFFF;
  }
  .header__col.lang-col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .socials {
    gap: 16px;
  }
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 304px;
    max-width: 85vw;
    height: 100dvh;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
    box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
    background: #001B29;
    z-index: 99999999999;
    gap: 0;
    padding: 12px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  .menu.visible {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    z-index: 99999999999;
    opacity: 0.9999;
  }
  .menu-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__item {
    width: 100%;
    padding-left: 12px;
  }
  .menu__item:hover {
    background: transparent;
  }
  .menu__item:hover svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .menu__item .menu__link {
    border-top: 1px solid #003752;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: left;
  }
  .menu__item .menu__link:hover {
    background: transparent;
  }
  .dropdown .menu__link, .menu__link {
    padding-left: 48px;
    padding-right: 8px;
  }
  .dropdown .menu__link svg, .menu__link svg {
    right: auto;
    left: 0;
    top: 5px;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px;
    z-index: 100;
  }
  /*Выпадающее меню*/
  .dropdown__menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    position: static;
    background: #003752;
    color: #FFFFFF;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0 0 4px 4px;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 36px;
  }
  .dropdown__link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.005em;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    max-width: 100%;
    white-space: unset;
  }
  .menu__item .menu__link.visible-submenu {
    background: #003752;
    border-radius: 4px 4px 0 0;
  }
  .visible-submenu ~ .dropdown__menu {
    display: block;
  }
  .menu__item.home {
    background: url(/local/templates/be_tpl/assets/css/../images/icons/home.svg) no-repeat 24px center;
    border-top: none;
    padding-right: 48px;
  }
  .menu__item.home .menu__link {
    border-top: none;
  }
  .nav-close {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 100;
  }
  .header__col .languages, .header__col.lang-col {
    display: none;
  }
  .header-phone {
    display: none;
  }
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 430px) {
  .languages {
    gap: 16px;
  }
  .navbar .hot-phone {
    font-style: 14px;
    line-height: 16px;
  }
  .navbar .hot-phone:after {
    width: 18px;
    height: 18px;
    background-size: contain;
    left: 5px;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .header-logo img {
    max-width: 100%;
    width: 227px;
    height: 42px;
  }
}
/*menu section style start*/
.menu-section {
  overflow-x: auto;
}
.menu-section .wrapper{
  background: #C9C9C9;
}

.menu-section__wrapper {
  background: #C9C9C9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 850px;
}

.menu-section__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-section__link {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 8px 17px;
  color: #001B29;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-section__link.active {
  background: #095277;
  color: #FFFFFF;
}

.menu-section__link:hover {
  color: #FFFFFF;
  background: #095277;
}

/*слайдер новостей на главной на входном экране*/
.main-news {
  width: 100%;
}

.main-news .wrapper {
  padding-bottom: 14px;
  background: url(/local/templates/be_tpl/assets/css/../images/ornament.svg) bottom left repeat-x;
}

.main-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-news-swiper {
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}

.main-news-swiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 64px;
  line-height: 1;
}

.main-news .swiper-wrapper {
  width: 100%;
  height: 100%;
  height: 408px;
}

.main-news-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.main-news-swiper .swiper-vertical > .swiper-pagination-bullets,
.inner-news .swiper-pagination-vertical.swiper-pagination-bullets,
.inner-news .swiper-vertical > .swiper-pagination-bullets {
  right: 24px;
}

.swiper .swiper-pagination-bullet, .main-news-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #C9C9C9;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.main-news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #095277;
}

.news-swiper__img {
 /* width: 408px;*/
  /* width: 67%;*/
   width: calc(50% + 32px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
 padding: 16px 0 16px 16px;
}

.news-swiper__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-swiper__content {
  width: 100%;
  padding: 16px;
 /* padding-bottom: 48px;*/
  padding-bottom: 64px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-news-swiper__slide .read-more{
bottom: 24px;
}

.news-swiper__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  line-clamp: 11;
  box-orient: vertical;
  margin-top: 13px;
  margin-bottom: 8px;
}

.top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  gap: 16px;
  min-height: 18px;
}

.item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-tags a.tag {
  padding: 4px 8px 4px 8px;
  border-radius: 20px;
  background: #E6E6E6;
  color: #001B29;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 1px solid transparent;
}

.item-tags a.tag:hover {
  background: transparent;
  outline: 1px solid #E6E6E6;
  opacity: 1;
}

.item-hits {

  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-align: left;
  display: inline-block;
  color: #575757;
  position: relative;
  padding-left: 26px;
  display: none;
}

.item-hits:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -3px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/viewing.svg) center no-repeat;
}

.news-title {
  margin-top: 8px;
  margin-bottom: 2px;
}

.news-title a {
  color: #001B29;
 /* overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;*/
  text-decoration: none;
}

.news-title-sm a {
 /* overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;*/
}

div.author {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.001em;
  text-align: left;
  color: #575757;
}

.date {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #383838;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.read-more {
  position: absolute;
  left: 8px;
  bottom: 8px;
}

.main-lenta {
  width: 33.33%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 100%;
  position: relative;
  background: #FFFFFF;
}

.main-lenta__wrapper {
  padding: 16px;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: auto;
  scrollbar-width: none;
}
.main-lenta__wrapper::-webkit-scrollbar {
  width: 0; /* Убирает полосу прокрутки */
  background: transparent; /* Делаем фон прозрачным */
}

.main-lenta__item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 56px;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  position: relative;
}

.main-lenta__title {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.0015em;
  text-align: left;
  color: #001B29;
}

.main-lenta__title a {
  color: #001B29;
}

.time {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.015em;
  color: #191919;
  display: block;
  background: #E4F1EF;
  padding: 4px 8px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.more-news {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: calc(100% - 48px);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/icons/forward_24.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.more-news svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.more-news:hover {
  background-color: #E00022;
  background-image: url(/local/templates/be_tpl/assets/css/../images/icons/forward_24_white.svg);
}

.main-news .news-title > a {
  overflow: hidden;
  text-overflow: ellipsis;
 /* display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;*/
}
.news-swiper__text, .main-news-swiper__slide .news-swiper__text p{
 display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
font-weight: 500;
color:#383838;
}
.main-news-swiper__slide .news-title+.top-wrapper .author{
display: none;
}

/*@media screen and (min-width: 1280px) {*/
  .main-news .swiper-wrapper {
    height: calc(100vh - 558px);
  /*  min-height: 386px;
    max-height: 408px;*/
    min-height: 344px;
    max-height: 344px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* .inner-news__slide.swiper-slide{
    height: calc(100vh - 362px);
    min-height: 384px;
    max-height: 538px;
  } */
/*}*/
@media screen and (max-height: 760px) {
  .news-swiper__text p,  .news-swiper__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;

  }
  .news-swiper__text p{
    margin-top: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1200px) {
.news-swiper__img {
  /* width: 60%;*/

}
  .main-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-lenta {
    width: 100%;
    height: 408px;
    background: #FFFFFF;
  }
  .main-lenta__wrapper {
    max-width: 992px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 992px) {
/*  .main-news .swiper-wrapper {
    height: 340px;
  }*/
  .news-swiper__img {
   /* width: 360px;*/
/*width: 55%;*/
  }
  .news-swiper__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
    margin-top: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 850px) {
 /* .main-news .swiper-wrapper {
    height: 290px;
  }*/
  .news-swiper__img {
    /*width: 340px;*/
   /* width: 65%;*/
    max-width: 100%;
  }
  .news-swiper__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    box-orient: vertical;
    margin-top: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .main-lenta {
    height: 640px;
  }
}
@media screen and (max-width: 700px) {
    .news-swiper__content{
        padding-bottom: 48px;
    }
    .main-news-swiper__slide .read-more{
        bottom: 8px;
    }
  .main-news-swiper__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .main-news .swiper-wrapper {
    height: auto;
    padding-bottom: 64px;
    max-height: max-content;
  }
  .news-swiper__img {
    width: 100%;
    height: 284px;
padding: 0;
  }
  .news-swiper__content {
    height: auto;
  }
  .main-news .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 24px;
  }
  .news-swiper__text, .main-news-swiper__slide .news-swiper__text p{
    display: -moz-box;
     display: -webkit-box;
     -webkit-line-clamp: 8;
     -webkit-box-orient: vertical;
     line-clamp: 8;
     box-orient: vertical;
   }
}
@media screen and (max-width: 576px){
    .news-swiper__img {
        width: 100%;
        height: 224px;
    padding: 0;
      }
}
/*news section start*/
.news-sections {
  width: 100%;
}

.news-sections__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.news-section__item {
  padding-left: 16px;
  padding-right: 16px;
  background: #F5F5F5;
}

.news-section__item:nth-child(2) {
  background: #FFFFFF;
}

.news-section__item:nth-child(2) .tabs-button {
  background: #FFFFFF;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: sticky;
  top: 48px;
  z-index: 15;
}

.tabs-button {
  position: sticky;
  top: 48px;
  background: #F5F5F5;
  z-index: 20;
  padding-left: 16px;
  padding-right: 16px;
}

.tabs-button:nth-child(2) {
  background: #FFFFFF;
}

.tabs-button h2 {
  padding: 16px 8px;
  z-index: 20;
}
@media screen and (min-width: 1100px){
  .news-section__main .main-content{
    min-height: 297px;
    box-sizing: border-box;
  }
  .main-content .main-text p{
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.news-section__main {
  border-bottom: 1px solid #E6E6E6;
}

.news-section__main .main-img {
  height: 296px;
}

.news-section__main .date {
  color: #575757;
}

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

.main-content {
  padding: 16px 12px 52px 24px;
  position: relative;
}

.main-content .read-more {
  left: 16px;
}

.main-text p, .main-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  margin-top: 13px;
}

.news-secondary__item {
  border-bottom: 1px solid #E6E6E6;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
}

.news-secondary__content {
  width: 100%;
}
.news-secondary__content .author{
width: calc(100% - 50px);
}

.news-secondary__item h4 {
  margin: 8px 0 2px;
}

.news-secondary__img img {
  width: 165px;
  height: 96px;
  border-radius: 4px;
  object-fit: cover;
}

/*style tabs*/
@media screen and (max-width: 1100px) {
  .tabs-item:not(._active) {
    display: none;
  }
  .news-section__item:nth-child(2), .news-section__item:nth-child(2) h2,
  .news-section__item:nth-child(2) .tabs-button, .tabs-button:nth-child(2) {
    background: #F5F5F5;
  }
  .news-sections__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    background: #F5F5F5;
  }
  .news-sections__wrapper h2 {
    padding: 0;
  }
  .tabs-item._active {
    -webkit-animation: news-tabs 0.25s ease forwards;
    animation: news-tabs 0.25s ease forwards;
  }
  @-webkit-keyframes news-tabs {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes news-tabs {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .tabs {
    gap: 0;
    padding-left: 16px;
    padding-right: 16px;
    background: #F5F5F5;
  }
  .tabs-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #f5f5f5;
    padding-left: 0;
    padding-right: 0;
  }
  .news-section__item {
    padding: 0;
  }
  .tabs-button h2 {
    position: static;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 9px 8px 5px;
  }
  .tabs-button._active h2 {
    color: #FFFFFF;
    background: #095277;
  }
}
/*section reklama*/
.reklama {
  width: 100%;
}

.reklama .wrapper {
  /* padding: 16px; */
  background: #FFFFFF;

}
.reklama .wrapper img{
  margin: 16px;
  max-width: calc(100% - 32px);
}

.reklama__banner img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

/*section weather*/
.weather {
  width: 100%;
}

.weather__banner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}

.weather__banner img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

/*section blogs style start*/
.blogs .wrapper {
  background-color: #FFFFFF;
  padding-bottom: 14px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
}

.blogs__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 33.33% 41.69% 1fr;
}

.blog-item__auth-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item .blog-item__auth-column > img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item .blog-item__auth-column > h3 {
  margin: 12px auto 16px;
}

.blog-item__wrapper {
  display: grid;
  grid-template-columns: 192px 1fr;
  gap: 16px;
  padding-right: 16px;
}

.blog-item__img {
  height: 100%;
}

.blog-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item__wrapper .top-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-item__wrapper .top-wrapper .date {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-item__content {
  position: relative;
  padding-bottom: 30px;
}

.blog-item__content .read-more {
  left: -8px;
}

.blog-item__content h4 {
  color: #383838;
}

.blog-item__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  box-orient: vertical;
  margin-top: 10px;
}

.redaction-item {
  background: #f5f5f5;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.redaction-item .swiper-button-next:after,
.redaction-item .swiper-button-prev:after,
.popular-news .swiper-button-next:after,
.popular-news .swiper-button-prev:after,
.biblio-news .swiper-button-next:after,
.biblio-news .swiper-button-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.redaction-item .swiper-button-next:after:hover,
.redaction-item .swiper-button-prev:after:hover,
.popular-news .swiper-button-next:after:hover,
.popular-news .swiper-button-prev:after:hover,
.biblio-news .swiper-button-next:after:hover,
.biblio-news .swiper-button-prev:after:hover {
  opacity: 0.6;
}

.redaction-item .swiper-button-next:after,
.popular-news .swiper-button-next:after,
.biblio-news .swiper-button-next:after {
  background: url(/local/templates/be_tpl/assets/css/../images/icons/chevron-right.svg) center no-repeat;
}

.redaction-item .swiper-button-prev:after,
.popular-news .swiper-button-prev:after,
.biblio-news .swiper-button-prev:after {
  background: url(/local/templates/be_tpl/assets/css/../images/icons/chevron-left.svg) center no-repeat;
}

.redaction-item .swiper-button-next,
.popular-news .swiper-button-next,
.biblio-news .swiper-button-next {
  position: absolute;
  top: 50px;
  bottom: auto;
  right: 16px;
  width: 24px;
  height: 24px;
}

.biblio-news .swiper-button-next {
  right: -24px;
}

.redaction-item .swiper-button-prev,
.popular-news .swiper-button-prev,
.biblio-news .swiper-button-prev {
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 16px;
  width: 24px;
  height: 24px;
}

.biblio-news .swiper-button-prev {
  left: -24px;
}

.redaction-choose {
  height: calc(100% - 80px);
  padding-left: 40px;
  padding-right: 40px;
}

.redaction-choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.redaction-choose__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.redaction-choose__img img {
  width: 100%;
  height: 312px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.redaction-choose__content {
  position: relative;
  padding: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-bottom: 54px;
}

.redaction-item .redaction-choose__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 0;
}

.redaction-choose__content .read-more {
  left: 8px;
}

.imfo-item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}

.informer {
  border: 1px solid #C9C9C9;
  padding: 4px 16px;
  border-radius: 4px;
}

.reklama-item {
  width: 100%;
  height: 350px;
}

.reklama-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  max-width: 100%;
}

@media screen and (min-width: 1025px) {
  .redaction-item .redaction-choose__text {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .redaction-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .blogs__wrapper {
    grid-template-columns: 37% 37% 1fr;
  }
  .reklama-item {
    height: auto;
  }
}
@media screen and (max-width: 1100px) {
  .blogs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-item {
    width: 55%;
    min-height: 590px;
  }
  .redaction-item {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-bottom: 32px;
  }
  .info-item {
    width: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-height: 590px;
    height: 100%;
  }
  .redaction-item .redaction-choose__text {
    display: block;
  }
  .redaction-choose__item {
    border-radius: 4px;
    border: 1px solid #C9C9C9;
  }
  .redaction-choose.swiper {
    padding-bottom: 64px;
  }
  .redaction-item {
    padding-bottom: 0;
  }
  .redaction-item .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .blog-item, .info-item {
    width: 100%;
    min-height: 360px;
  }
  .info-item {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 16px;
  }
  .redaction-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .reklama-item {
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .blog-item__wrapper {
    grid-template-columns: 136px 1fr;
  }
}
/*section middle-banners style start*/
.middle-banners {
  width: 100%;
}

.middle-banners .wrapper {
  background: #FFFFFF;
}

.middle-banners__wrapper {
  display: grid;
  grid-template-columns: 33.33% 66.67%;
}

.vertical-banners {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  padding: 32px 16px;
}

.vertical-banners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 12px 16px 16px;
  gap: 16px;
  border-bottom: 1px solid #E6E6E6;
}

.vertical-banners__item h3 a {
  color: #000000;
}

.vertical-banners__item img {
  width: 184px;
  height: 118px;
  -o-object-fit: contain;
  object-fit: contain;
}

.middle-news {
  padding: 32px 16px;
}

.middle-news__img {
  width: 100%;
  /*height: 275px;*/
height: 512px;
  border-radius: 4px;
}

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

.middle-news__content {
  padding: 16px 16px 54px 16px;
  position: relative;
  background: #F5F5F5;
  border-radius: 4px;
}

.middle-news__content p {
  margin-top: 13px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.middle-news__content h4 {
  color: #575757;
}

.middle-news__reklama img {
  max-width: 100%;
  width: 100%;
}

.middle-news__item {
  margin-bottom: 32px;
}

@media screen and (max-width: 1280px) {
.vertical-banners{
padding-left: 0;
}
}
@media screen and (max-width: 1200px) {
.middle-news__img {
  /*height: 275px;*/
height: 324px;
}
  .middle-banners__wrapper {
    grid-template-columns: 40% 1fr;
  }
  .vertical-banners__item h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.0015em;
    text-align: left;
  }
}
@media screen and (min-width: 1200px){
    .middle-news__item{
        background: #F5F5F5;
        display: grid;
        grid-template-columns: 62% 1fr;
        /* gap: 16px; */
    } 
    .middle-news__img {
      height: 376px;
      padding-top: 16px;
      padding-bottom: 16px;
      }
      .middle-news__content{
        display: flex;
        flex-direction: column;
    justify-content: center;

      }
      .middle-news__item .read-more{
bottom: 24px;
      }
}
@media screen and (max-width: 992px) {
.middle-news__img {
height: 316px;
}
  .middle-banners__wrapper {
    grid-template-columns: 45% 1fr;
  }
  .vertical-banners {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .middle-banners__wrapper {
    grid-template-columns: 1fr;
  }
  .middle-news__item {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
  }
}
@media screen and (max-width: 440px) {
.middle-news__img {
height: 275px;
}
  .vertical-banners__item img {
    width: 136px;
    height: 128px;
  }
  .middle-news__img {
    height: 180px;
  }
  .middle-news__item {
    margin-bottom: 16px;
  }
  .middle-news, .vertical-banners {
    padding: 16px;
  }
  .middle-news__content p {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media screen and (max-width: 400px) {
  .middle-news__img {
    height: 220px;
  }
}
/*section media style start*/
.media .wrapper {
  background: #FFFFFF;
}

.media__wrapper {
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.photo-gallery__wrapper {
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.photo-gallery__item {
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  height: 266px;
}

.photo-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgb(0, 55, 82);
}

.photo-content {
  position: absolute;
 /* top: 0;*/
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003752), to(rgba(0, 55, 82, 0.8)));
  background: linear-gradient(180deg, #003752 0%, rgba(0, 55, 82, 0.8) 100%);
  padding: 10px 16px 10px 56px;
 /* border-radius: 4px 4px 0 0;*/
 border-radius: 0 0 4px 4px;
  min-height: 56px;
}

.photo-content h3.news-title-sm {
  color: #FFFFFF;
  margin: 0;
}

.photo-content h3.news-title-sm a {
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.photo-content::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/icons8-image-24.svg) center no-repeat;
  background-size: contain;
}

.video-gallery__wrapper {
  padding-bottom: 32px;
}

.video-gallery__item {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  position: relative;
  margin-bottom: 26px;
}
.item-fulltext .video-gallery__item{
  max-width: 990px;
  margin: 0 auto;
  border: none;
  margin-bottom: 0px;
}
.item-fulltext iframe{
  max-width: 990px;
  margin: 0 auto;
}
.item-fulltext .video-gallery__item .video-player,
.item-fulltext iframe{
height: 524px;
}
.photo-gallery__wrapper .video-gallery__item .video-player{
  height: 486px;
}
.photo-gallery__wrapper .video-gallery__item{
  height: auto;
}
/* .item-fulltext iframe{
  height: 524px;
} */
.item-fulltext .share a{
  padding: 0;
  background: none;
  background-image: none;
}

.video-gallery__item iframe {
  border-radius: 4px;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.video-player {
  position: relative;
  line-height: 1;
  height: 456px;
}

.video-cover {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 4px;
  background: rgba(0, 27, 41, 0.3);
  z-index: 10;
}

.video-cover img.play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  cursor: pointer;
}
.photo-gallery__wrapper .video-cover a.play-button{
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
  cursor: pointer;
  display: inline-block;
}

.video-cover img.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  object-fit: cover;
}

.video-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 4px;
  background: rgba(0, 27, 41, 0.3);
  z-index: 10;
}

.video-cover.hidden {
  -webkit-animation: hidden 0.7s ease forwards;
  animation: hidden 0.7s ease forwards;
}

@-webkit-keyframes hidden {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes hidden {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.video-content {
  position: absolute;
 /* top: 0;*/
bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003752), to(rgba(0, 55, 82, 0.8)));
  background: linear-gradient(180deg, #003752 0%, rgba(0, 55, 82, 0.8) 100%);
  padding: 10px 16px 10px 56px;
  /*border-radius: 4px 4px 0 0;*/
border-radius: 0 0 4px 4px;
  min-height: 56px;
  z-index: 15;
}

.video-content h3 a {
  color: #FFFFFF;
}

.video-content::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/icons8-video-24.svg) center no-repeat;
  background-size: contain;
}

.video-news {
  padding: 14px 16px 14px 56px;
  position: relative;
  border: 4px;
  border: 1px solid rgb(201, 201, 201);
  /* margin-bottom: 26px; */
  display: block;
  border-radius: 4px;
}

.video-news::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/icons8-video-24_1.svg) center no-repeat;
  background-size: contain;
}

.btn-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}
.photo-gallery, .video-gallery{
display: flex;
flex-direction: column;
justify-content: space-between;
}

@media screen and (max-width: 1380px) {
  .video-gallery__wrapper {
    height: calc(100% - 32px - 30px);
  }
  .video-player {
    height: 100%;
  }
  .video-gallery__item {
    height: calc(100% - 132px);
  }
}
@media screen and (max-width: 1100px) {
  .media__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .photo-gallery__wrapper {
    gap: 16px;
  }
  .photo-gallery__item {
    height: 328px;
  }
  .video-gallery__wrapper {
    height: auto;
    padding-bottom: 0;
  }
  .video-gallery__item {
    height: 328px;
    max-width: 767px;
    margin: 0 auto 16px;
  }
  .video-cover img.cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .item-fulltext .video-gallery__item .video-player,
  .item-fulltext iframe{
    height: 450px;
    }
}
@media screen and (max-width: 576px) {
  .item-fulltext .video-gallery__item .video-player,
  .item-fulltext iframe{
    height: 328px;
    }
  .photo-gallery__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 430px) {
  .video-news h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.0015em;
    text-align: left;
    color: #003752;
  }
  .video-content h3 {
    font-family: Fira Sans Extra Condensed;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.001em;
    text-align: left;
  }
  .video-news {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .video-gallery__item {
    height: 250px;
  }
  .item-fulltext .video-gallery__item .video-player,
  .item-fulltext iframe{
    height: 272px;
    }
  .video-cover img.play {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 370px) {
  .video-gallery__item,
  .item-fulltext .video-gallery__item .video-player {
    height: 210px;
  }
}
/*section about style start*/
.about__wrapper {
  padding-top: 14px;
  background: url(/local/templates/be_tpl/assets/css/../images/ornament.svg) top left repeat-x;
  display: grid;
  grid-template-columns: 1fr 33.33%;
}

.about__img {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 16px 56px;
}

.podpiska {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  background: #E6E6E6;
  padding: 24px 16px;
}

.podpiska .news-title {
  text-align: center;
}

.about__contacts {
  padding-top: 8px;
}

.zvyazda-logo {
  padding-top: 6px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.zvyazda-logo h2 {
  padding: 0;
  color: #003752;
  font-family: Cramaten;
  font-size: 52px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
}

.zvyazda-logo > img {
  max-height: 62px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.zvyazda-number .zvyazda-title {
  background: #095277;
  padding: 8px 16px 8px 16px;
  border-radius: 4px 4px 0px 0px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  top: 0px;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zvyazda-number .zvyazda-title h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
}

.zvyazda-number {
  margin-top: 8px;
  width: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  max-width: 100%;
  background: #095277;
}

.zvyazda-number .number {
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: Fira Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.004em;
  text-align: center;
  color: #FFFFFF;
  padding: 2px 4px;
  background: #003752;
}

.zvyazda-img {
  width: 350px;
  background: -webkit-gradient(linear, left top, left bottom, from(#095277), to(#003752));
  background: linear-gradient(180deg, #095277 0%, #003752 100%);
  border-radius: 0 0 4px 4px;
  max-width: 100%;
  padding: 0 16px 16px 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 5;
  line-height: 1;
}

.zvyazda-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 222px;
  max-height: 100%;
  border-radius: 4px;
  border: 1px solid #B3001B;
  -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
}

/*Дополнительный блок в издании*/
.izdanije-block {
  width: 100%;
  height: 100%;
  padding: 27px 13px 26px;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
  border: 1px solid #B3001B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zvyazda-img .izdanije-block img {
  height: 171px;
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.izdanije-block .author {
  margin-top: 8px;
  margin-bottom: 16px;
}

.about__contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.describe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}

.describe ul li {
  list-style: disc;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
}

.describe span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
}

.describe ul {
  width: 50%;
}

.about-btn {
  margin-top: 19px;
  margin-bottom: 16px;
}

.about__contacts p {
  margin-bottom: 12px;
  margin-top: 10px;
}

.about__contacts p.adress {
  margin-top: 0;
  margin-bottom: 12px;
}

.about__contacts p.contacts {
  margin: 0;
}

.about__contacts p.contacts > a {
  margin-top: 0;
  margin-bottom: 12px;
}

@media screen and (max-width: 1300px) {
  .about__img {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .about__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .about__contacts-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about__contacts-wrapper {
    height: auto;
  }
  .about-btn {
    margin-bottom: 0;
  }
  .about__contacts-mobile {
    display: block;
    padding: 17px 42px 17px 16px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
  }
  .about__contacts-mobile div {
    position: relative;
    padding-left: 16px;
    padding-right: 32px;
    display: inline-block;
  }
  .about__contacts-mobile .about-arrow {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: -3px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .about__contacts-mobile.active-btn .about-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .about__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .about__contacts-wrapper {
    display: none;
  }
  .about__contacts-wrapper.visible-wrapper {
    display: block;
  }
  .zvyazda-logo {
    padding: 20px 16px 0 16px;
  }
  .about__contacts {
    background: #F5F5F5;
    padding-left: 16px;
    padding-right: 16px;
  }
  .about__contacts-wrapper {
    padding-bottom: 16px;
  }
}
.zvyazda-logo > img {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 400px) {
  .zvyazda-number .zvyazda-title {
    padding: 16px;
  }
  .zvyazda-logo > img {
    max-width: 100%;
  }
  .zvyazda-number, .zvyazda-img {
    width: 100%;
  }
  .zvyazda-number .zvyazda-title h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.0015em;
    text-align: center;
  }
  .zvyazda-img img {
    height: 210px;
  }
  .zvyazda-number .zvyazda-img {
    height: 226px;
  }
  /*Дополнительный блок в издании*/
  .izdanije-block {
    width: 100%;
    height: 100%;
    padding: 24px 8px 24px 4px;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
    box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
    border: 1px solid #B3001B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/*section resourses style start*/
.resourses {
  width: 100%;
}

.resourses {
  background-color: #FFFFFF;
  padding-top: 14px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-repeat: repeat-x;
  background-position: top left;
}

.resourses__item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
  gap: 16px;
}

.resourses__img img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.resourses-carousel.swiper {
  padding: 8px 0 48px;
}

.resorses__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #191919;
}

.resorses__content a {
  color: #191919;
}

.resourses-carousel.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
}

/*section footer style start*/
.footer {
  background: #001B29;
  color: #FFFFFF;
  position: relative;
}

.footer .wrapper {
  padding: 16px 16px 72px 16px;
  position: relative;
}

.footer p {
  margin: 0;
}

.footer-zvarot {
  min-width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

/*Копирпайт*/
.copyright-cvr {
  padding: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 230px;
}

.copyright-cvr img {
  float: left;
  margin-right: 16px;
  width: 40px;
}

.copyright-cvr h6 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-align: left;
  color: #C9C9C9;
  margin-top: 4px;
  font-family: "Fira Sans", sans-serif;
}

.copyright-cvr p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
}

.copyright-cvr p a {
  color: #FFFFFF;
}

.zvarot-btn {
  display: inline-block;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12.5px 16px 11.5px 38px;
  color: #B3001B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.0125em;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
}

.zvarot-btn:hover {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.zvarot-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 12px;
  top: 10.5px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/zvarot.svg) center no-repeat;
}

.footer .socials {
  gap: 8px;
  margin-bottom: 0;
}

.footer .socials__item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.footer .socials__item:hover {
  /* background: #E4F1EF;*/
  background: #AFD5CE;
}

.footer__col:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

p.sitemap {
  margin-bottom: 16px;
}

p.sitemap a {
  margin-right: 4px;
}

@media screen and (max-width: 992px) {
  p.sitemap {
    margin-bottom: 0;
  }
  p.sitemap a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .footer-zvarot {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .socials {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .copy {
    margin: 0;
  }
  .footer .wrapper {
    padding-bottom: 136px;
  }
  .copyright-cvr {
    bottom: 64px;
  }
}
@media screen and (max-width: 345px) {
  .socials {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/*Наши издания*/
.publications {
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-transform: translateX(-585px);
  -ms-transform: translateX(-585px);
  transform: translateX(-585px);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);

}

.publications__container {
  height: 100vh;
  height: 100dvh;
  background: #001B29;
  width: 584px;
  padding: 16px 38px 32px 32px;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.publications h2 {
  font-family: "Cramaten", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
  color: #E4F1EF;
  padding: 0 8px 8px 8px;
}

.publications__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  height: calc(100% - 80px);
}

.publications__item {
  width: 241px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 4px;
  height: calc(25% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.publications__item img {
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  min-height: 40px;
}

.publications.visible-public {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  z-index: 50;
}

.publications.visible-public .publications-btn {
  /* -webkit-transform: translate(-38px) !important;
  -ms-transform: translate(-38px) !important;
  transform: translate(-38px) !important; */
}

.publications-btn {
  left: calc(100% - 38px);
  top: calc(50% - 71px);
  position: absolute;
  width: 70px;
  height: 142px;
  cursor: pointer;
  /* -webkit-transform: translateX(-38px);
  -ms-transform: translateX(-38px);
  transform: translateX(-38px); */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.publications-btn:hover {
  /* -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); */
}

.publications-arrow {
  display: none;
  background: #001B29;
  width: 40px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  z-index: 15;
  padding: 8px;
  position: absolute;
  right: -5px;
  top: calc(50% - 20px);
  z-index: 10;
  /* -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25); */
}

.publications-arrow img {
  width: 24px;
  height: 24px;
}

.publications-text {
  width: 38px;
  height: 142px;
  padding: 16px 8px 16px 16px;
  gap: 16px;
  border-radius: 0px 4px 4px 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  background: #001B29;
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25); */
}

.publications-text span {
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  display: block;
  width: 110px;
  position: absolute;
  top: 124px;
}

@media screen and (max-width: 1025px) {
  .publications-arrow{
    display: block;
  }
  .publication-menu-button{
    display: none;
  }
  .publications__item {
    padding: 8px;
  }
  .publications {
    -webkit-transform: translateX(-273px);
    -ms-transform: translateX(-273px);
    transform: translateX(-273px);
  }
  .publications h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.0015em;
    text-align: center;
  }
  .publications__wrapper {
    height: calc(100% - 36px);
    gap: 16px;
  }
  .publications__container {
    width: 272px;
    padding: 16px 38px 16px 16px;
  }
  .publications__item {
    width: 100%;
    height: calc(12.5% - 14px);
  }
  .publications__item img {
    width: auto;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 10px;
  }
}
/*Кнопка напишите в редакцию*/
.write-editor {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
}

.write-btn {
  padding: 16px 28px 16px 48px;
  -webkit-box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 8px 8px 16px 0px rgba(0, 27, 41, 0.15), 1px 1px 4px 0px rgba(0, 27, 41, 0.25);
  border-radius: 48px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  background: #E00022;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.write-btn:hover {
  background: #E00022;
}

.write-btn:active {
  -webkit-box-shadow: 0px 14px 24px 0px rgb(201, 101, 106), -2px 2px 4px 0px rgba(128, 17, 22, 0.3);
  box-shadow: 0px 14px 24px 0px rgb(201, 101, 106), -2px 2px 4px 0px rgba(128, 17, 22, 0.3);
}

.write-btn svg {
  position: absolute;
  left: 13px;
  top: 11px;
}

/*попап форма*/
.popup-form {
  background: rgb(201, 201, 201);
  border-radius: 4px;
  padding: 19px 24px 16px 24px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 560px;
  max-width: 100%;
  -webkit-animation: popup 0.6s ease forwards;
  animation: popup 0.6s ease forwards;
}

.popup-form .btn-row {
  margin-bottom: 0;
}

@-webkit-keyframes popup {
  from {
    -webkit-transform: scale(0.84) translateY(40px);
    transform: scale(0.84) translateY(40px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes popup {
  from {
    -webkit-transform: scale(0.84) translateY(40px);
    transform: scale(0.84) translateY(40px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
.close-form {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/close.svg) center no-repeat;
  cursor: pointer;
}

.form-row.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.form-row {
  margin-bottom: 16px;
}

.form-title, form h3 {
  padding-right: 38px;
  text-align: left;
  margin-bottom: 24px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.0015em;
  text-align: left;
  color: #454545;
}

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 9999999999;
  top: 0;
  left: 0;
}

.popup.popup-visible {
  display: block;
}

.popup__wrapper {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(56, 56, 56, 0.35);
}

/*page projects*/
main.pages {
  /* background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(26%, #F5F5F5));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 26%); */
}

.projects {

}

.projects .wrapper {
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(26%, #F5F5F5));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 26%);
}

.projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  padding-bottom: 16px;
}

h3.project-title {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.0015em;
  text-align: center;
  margin: 0;
}

.projects__titles {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects__item {
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  min-height: 206px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFFFFF;
  width: calc(25% - 24px);
}

.projects__item span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #383838;
  margin-top: 8px;
}

.projects__item img {
  width: 100%;
  height: 104px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.projects__item:hover {
  -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
}

.projects__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media screen and (max-width: 1200px) {
  .projects__item {
    width: calc(33.33% - 21.33px);
  }
}
@media screen and (max-width: 800px) {
  .projects__item {
    width: calc(50% - 8px);
  }
  .projects__wrapper {
    gap: 16px;
  }
  .projects {
    margin-bottom: 16px;
  }
  .projects__item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media screen and (max-width: 500px) {
  .projects__item {
    width: 100%;
    height: 200px;
  }
  .form-row.col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.archive {
width: 100%;
}

section.archive .wrapper {
  padding-left: 16px;
  padding-right: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(26%, #F5F5F5));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 26%);
  padding-bottom: 32px;
}

.archive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.archive__item h3 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.0015em;
  text-align: center;
  margin: 0;
}

.archive__titles {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive__item {
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  min-height: 222px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFFFFF;
  width: calc(16.667% - 26.66px);
}

.archive__item span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #383838;
  margin-top: 8px;
}

.archive__item img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.archive__item:hover {
  -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
}

.archive__item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media screen and (max-width: 1400px) {
  .archive__item {
    width: calc(25% - 24px);
  }
  .archive__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .archive__item {
    width: calc(33.33% - 22px);
  }
}
@media screen and (max-width: 767px) {
  .archive__item {
    width: calc(33.33% - 10.7px);
    min-height: 200px;
  }
  .archive__wrapper {
    gap: 16px;
  }
}
@media screen and (max-width: 650px) {
  .archive__item {
    width: calc(50% - 8px);
  }
  .archive__titles {
    min-height: 80px;
  }
}
@media screen and (max-width: 400px) {
  .archive__item {
    width: 100%;
  }
}
/*page kultura style start*/
.inner-news {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.inner-news__slide {
  display: grid;
  grid-template-columns: 45% 1fr;
  padding-right: 66px;
}

.inner-news__slide.swiper-slide {
  padding-right: 130px;
}
.inner-news__slide.swiper-slide.no-bullets {
  padding-right: 64px;
}
.swiper{
  box-sizing: border-box;
}
.swiper-slide .inner-news__img {
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.inner-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  max-height: 100%;
 box-sizing: border-box;
}

.inner-news__img {
  height: 384px;
}
.swiper-slide{
  box-sizing: border-box;
}
.inner-news__content {
  padding: 16px;
  padding-bottom: 56px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

.inner-news__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  box-orient: vertical;
  margin-top: 13px;
  margin-bottom: 8px;
}

.subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.0015em;
  text-align: left;
  color: #383838;
}

/*section popular style start*/
.popular-news {
  background: #FFFFFF;
  position: relative;
  padding-bottom: 24px;
  position: sticky;
  top: 48px;
}

.popular__wrapper {
  display: grid;
  grid-template-columns: 41.7% 1fr;
}

.popular-news .swiper {
  width: 100%;
  margin: 0 auto;
}

.popular-news__wrapper {
  position: relative;
  width: 100%;
  max-width: 477px;
  margin: 0 auto;
  position: sticky;
  top: 48px;
}

.popular-news .swiper-button-prev {
  left: -24px;
}

.popular-news .swiper-button-next {
  right: -24px;
}

.popular .redaction-choose__item {
  border: 1px solid #F5F5F5;
  border-radius: 4px;
}

.redaction-choose__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  margin-top: 13px;
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
.inner-news__slide.swiper-slide.no-bullets{
padding-right: 0;
	}
  .popular-news__wrapper {
    max-width: 767px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .popular-news .redaction-choose.swiper {
    padding-bottom: 0;
  }
  .popular-news .swiper-button-prev {
    left: -8px;
  }
  .popular-news .swiper-button-next {
    right: -8px;
  }
  .author__item {
    padding-left: 16px;
    padding-right: 16px;
  }
.inner-news__slide{
    grid-template-columns: 55% 1fr;
	}
}
@media screen and (max-width: 1100px) {

  .author__wrapper .info-item {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .popular-news .swiper-button-prev {
    left: 16px;
  }
  .popular-news .swiper-button-next {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .popular-news {
    padding-bottom: 16px;
  }
}
/*section author style start*/
.author__wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.author .wrapper {
  background-color: #f5f5f5;
  padding-bottom: 14px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
}

.author__wrapper {
  background-color: #f5f5f5;
}

.author__item {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author__img {
  width: 96px;
  height: 96px;
}

.author__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author__article {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

.author__article::after, .author__article::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: calc(50% - 7.5px);
}

.author__article::after {
  background: url(/local/templates/be_tpl/assets/css/../images/icons/auth_left.svg) center no-repeat;
}

.author__article::before {
  background: url(/local/templates/be_tpl/assets/css/../images/icons/auth_right.svg) center no-repeat;
  left: auto;
  right: 0;
}

.author__article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
  margin-top: 8px;
  margin-bottom: 16px;
}

.author-news {
  padding-top: 16px;
  display: grid;
  grid-template-columns: 128px 1fr;
  border-top: 1px solid #C9C9C9;
}

.author-news__img img {
  width: 128px;
  height: 174px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-news__content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 54px;
  position: relative;
}

.author-news__content h3.news-title-sm {
  margin: 0;
}

.author-news__content .top-wrapper:nth-child(2) {
  margin-top: 12px;
}

.author-news__content p {
  margin-top: 8px;
  margin-bottom: 0;
}

.author .info-item {
  background: #FFFFFF;
}

/*style rubrics start*/
.rubrics-news {
  background: #E6E6E6;
  padding: 16px 16px 0 16px;
  position: relative;
}

.rubrics-news__wrapper {
  width: 100%;
  margin-top: 16px;
}

.rubrics-news__item {
  display: grid;
 /* grid-template-columns: 1fr 182px;*/
grid-template-columns: 1fr 308px;
  grid-auto-flow: dense;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 16px;
}

.rubrics-news__item .top-wrapper h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

.rubrics-news__content {
  padding: 16px;
  padding-bottom: 8px;
  position: relative;
}

.rubrics-news__content {
  grid-row: 1;
}

.rubrics-news__text {
  padding-right: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  margin-top: 13px;
  margin-bottom: 0;
}

.rubrics-news__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.rubrics-news__text>p:nth-of-type(2),
.rubrics-news__text>p:nth-of-type(3){
display: none;
}

.rubrics-news__img {
  height: 182px;
}

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

.rubrics-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filter-row .form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.filter-row input[type=submit], .filter-row input.img {
  background: #E00022;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/icons/seacher.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.filter-row input[type=search] {
  width: calc(100% - 64px);
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 240px;
}

/*select*/
.select {
  position: relative;
  display: block;
  min-width: 220px;
  width: 100%;
}

.select__head {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  height: 48px;
  padding: 14px 32px 14px 16px;
  color: #575757;
  background-color: #FFFFFF;
position:relative;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
 appearance: none;
-o-appearance: none;
  background-position: calc(100% - 0.5rem) 0.7rem;
background-image: url(/local/templates/be_tpl/assets/css/../images/icons/expand-arrow-24.svg);
background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}
.select__head.choose_text {
  color: #191919;
}
/*.rubrics-filter select{
  background:#FFFFFF, url(/local/templates/be_tpl/assets/css/../images/icons/expand-arrow-24.svg) no-repeat 6px 10px;
}*/
.select__head::after{
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/icons/expand-arrow-24.svg);
  position: absolute;
  right: 6px;
  top: 10px;
  /*-webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);*/
  content: "";
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.select__head.open::after {
  -webkit-transform: translateY(50%) rotate(-180deg);
  -ms-transform: translateY(50%) rotate(-180deg);
  transform: translateY(50%) rotate(-180deg);
}

.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 4px;
  margin-top: 4px;
  padding: 8px 0;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  border: 1px solid #C9C9C9;
  scrollbar-color: dark;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-animation: select_visible 0.25s ease;
  animation: select_visible 0.25s ease;
  -webkit-box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15), 2px 2px 6px 0px rgba(0, 27, 41, 0.25);
}

@-webkit-keyframes select_visible {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes select_visible {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.select__list::-webkit-scrollbar {
  width: 5px;
  background-color: #F8F9FA;
  padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.select__list .select__item {
  position: relative;
  padding: 14px 16px;
  cursor: pointer;
  list-style-type: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.select__list .select__item:hover {
  background-color: #0C84C0;
  color: #FFFFFF;
}

@media screen and (max-width: 1350px) {
  .select {
    min-width: 200px;
  }
  .filter-row input[type=search] {
    min-width: 220px;
  }
}
@media screen and (max-width: 1280px) {
  .popular__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1280px) {
  .author__wrapper {
    grid-template-columns: 2fr 1fr;
  }
  .inner-news__slide.swiper-slide {
    padding-right: 48px;
  }
}
@media screen and (max-width: 1025px) {
  .rubrics-news__wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .inner-news__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
    margin-top: 13px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .popular .filter-row:nth-child(2) {
    width: 100%;
  }
  .author__wrapper {
    grid-template-columns: 1fr;
  }
  .inner-news__text p {
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}
@media screen and (max-width: 700px) {
  .rubrics-news__wrapper {
    height: 650px;
    overflow-y: scroll;
  }
  .rubrics-news__wrapper .news-title-sm {
    margin-top: 38px;
    margin-bottom: 8px;
  }
  .inner-news__slide.swiper-slide, .inner-news__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }
  .main-news .swiper-wrapper {
  /*  height: auto;*/
    padding-bottom: 64px;
  }
  .swiper-slide .inner-news__img,
  .inner-news__img {
    width: 100%;
    height: 224px;
  }
  .inner-news__content {
    height: auto;
  }
  .main-news .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 24px;
  }
  .rubrics-news__item {
    display: block;
  }
  .rubrics-news__content {
    padding-bottom: 16px;
    display: block;
  }
  .rubrics-news__content .rubrics-news__text {
    display: inline-block;
  }
  .rubrics-news__content .top-wrapper:first-child {
    width: calc(100% - 32px);
    position: absolute;
    left: 16px;
    top: 16px;
  }
  .rubrics-news__img {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: right;
    margin-left: 16px;
    margin-top: 52px;
    margin-bottom: 4px;
    margin-right: 16px;
  }
  .rubrics-news__wrapper {
    padding-right: 0;
  }
  .rubrics-news__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
    margin-top: 13px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 576px) {
  .author-news {
    display: block;
  }
  .author-news .read-more {
    left: -8px;
  }
  .author-news__img {
    width: 80px;
    height: 109px;
    float: left;
    margin-right: 16px;
    margin-bottom: 4px;
  }
  .author-news__img img {
    width: 100%;
    height: 100%;
  }
  .author-news__content {
    padding-left: 0;
    padding-right: 0;
  }
  .author-news__content .top-wrapper:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.izdanije-title .date {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*style page lenta start*/
.pretext .wrapper {
  background-color: #FFFFFF;
  padding-top: 14px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-repeat: repeat-x;
  background-position: top left;
  padding-left: 0;
  padding-right: 16px;
}

/****Хлебные крошки****/
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  background-color: #FFFFFF;
}

.breadcrumbs__wrapper {
  display: block;
  text-align: center;
}

.breadcrumbs__item {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
}

.breadcrumbs__item > a {
  color: #001B29;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
}

.breadcrumbs__item > span {
  color: #767676;
}

span.divider {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.pretext__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pretext__img {
  padding: 16px 16px 16px 56px;
  width: 422px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pretext__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0 16px 8px 16px;
}

.pretext__content {
  padding: 0 16px;
}

.pretext-btn {
  width: 100%;
  background: #095277;
  height: 56px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

.lenta .wrapper {
  padding: 0 16px;
  padding-top: 14px !important;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-repeat: repeat-x;
  background-position: top left;
}

.lenta .rubrics-filter {
  padding: 16px 0;
}

.lenta__item {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 352px 1fr;
  border-radius: 4px;
  background: #FFFFFF;
min-height: 198px;
height: fit-content;
}

.lenta__img {
 /* width: 198px;*/
width: 352px;
 /* height: auto;*/
height: 100%;
  min-height: 198px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: block;
}

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

.lenta__content {
  padding: 16px;
  position: relative;
/*min-height: 198px;*/
height: 100%;
}

.lenta__item-text {
  padding-right: 36px;
}

.lenta__item-text p,
.lenta__item-text b {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  margin-top: 13px;
  margin-bottom: 0px;
}
.lenta__item-text p:nth-of-type(2){
display: none;
}

.pagination {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: center;
}

.pagination__list a {
  color: #001B29;
}
.pagination .pagination__list a{
  text-decoration: none;
}

.pagination__list a:hover {
  color: #767676;
}

.pagination__list .active a {
  color: #767676;
}

.pagination__list .pagination__item {
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination__arrow .icon-last {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/double-right.svg) center no-repeat;
}

.pagination__arrow .icon-next {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/right.svg) center no-repeat;
}

.pagination__arrow .icon-first {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/double-left.svg) center no-repeat;
}

.pagination__arrow .icon-prev {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/left.svg) center no-repeat;
}

@media screen and (min-width: 1274px) {
  .lenta .wrapper {
    padding: 0 56px;
  }
}
@media screen and (max-width: 1274px) {
  .pretext__img {
    padding-left: 16px;
    width: 328px;
  }
}
@media screen and (max-width: 767px) {
  .pretext__img {
    width: 100%;
  }
  .pretext__content {
    width: 100%;
  }
  .pretext__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rubrics-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rubrics-filter .filter-row {
    width: 100%;
  }
  .pretext .wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .lenta__item {
    display: block;
  }
  .lenta__content {
    padding-top: 56px;
  }
  .lenta__content .top-wrapper:first-child {
    position: absolute;
    left: 16px;
    top: 16px;
  }
  .lenta__content .news-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .lenta__content .news-title a {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  .lenta__content p {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  .lenta__img {
    width: 80px;
    height: 80px;
    min-height: 80px;
    float: left;
    margin: 56px 16px 0px 16px;
  }
}
@media screen and (max-width: 430px) {
  .pagination__list {
    gap: 12px;
  }
}
/*Статичная страница*/
.static>.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  background: #f5f5f5;
  padding-top: 14px !important;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-repeat: repeat-x;
  background-position: top left;
  height: 100%;
  min-height: calc(100dvh - 568px);
  padding-bottom: 1px;
}
.static__wrapper+.lenta>.wrapper{
  padding-top: 0!important;
  background-image: none;
}
main .static{
  min-height: 100%;

}
main {
  
}
.static__wrapper {
  max-width: 1274px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.static__wrapper.news-static {
  max-width: 986px;
  margin: 0 auto;
}
.static__wrapper.no-float .static-header{
  float: none;
  width: 100%;
}

.static__img {
  float: right;
  margin-left: 32px;
 /* width: 350px;
  height: 366px;*/
   width: 440px;
margin-bottom: 5px;
  border-radius: 4px;
}

.static__img a:hover {
  opacity: 1;
}

blockquote {
  clear: both;
}

.static__img img {
  width: 100%;
 /* height: calc(100% - 16px);*/
height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.static-header {
  float: left;
 /* width: calc(100% - 382px);*/
width: calc(100% - 472px);
  padding-top: 16px;
}
.item-fulltext{
clear: left;;
}

blockquote {
  margin-top: 19px;
  margin-bottom: 19px;
  background: #FFFFFF;
  border-left: 2px solid #E00022;
  padding: 8px 16px;
}

blockquote p {
  margin: 0;
}

.item-pretext {
  position: relative;
}

.static-button {
  width: 100%;
  height: 48px;
  margin-top: 8px;
}

.static .back-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #001B29;
  text-decoration: none;
  padding: 16px 16px 16px 32px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.static .back-btn::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 12px;
  background: url(/local/templates/be_tpl/assets/css/../images/icons/left.svg) center no-repeat;
}

.static .back-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.static-tags {
  padding-top: 14px;
  padding-bottom: 14px;
}

.static-tags span {
  display: inline-block;
  color: #9E9E9E;
  margin-left: 8px;
  margin-right: 8px;
}

.share {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E6E6E6;
}

.share h4 {
  margin-right: 16px;
}

.share__wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.share__btn {
  width: 24px;
  height: 24px;
}

.share__btn.telegram {
  background: url(/local/templates/be_tpl/assets/css/../images/socials/telegram-app.svg) center no-repeat;
}

.share__btn.instagram {
  background: url(/local/templates/be_tpl/assets/css/../images/socials/instagram.svg) center no-repeat;
}

.share__btn.ok {
  background: url(/local/templates/be_tpl/assets/css/../images/socials/odnoklassniki.svg) center no-repeat;
}

.share__btn.vk {
  background: url(/local/templates/be_tpl/assets/css/../images/socials/vk.svg) center no-repeat;
}

.share__btn.facebook {
  background: url(/local/templates/be_tpl/assets/css/../images/socials/facebook.svg) center no-repeat;
}

.share__btn.twitter {
  background: url(/local/templates/be_tpl/assets/css/../images/socials/twitter.svg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .static-header {
    width: 100%;
  }
  .item-pretext {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .static__img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .static__img img {
    height: auto;
  }
}
/*page books style start*/
.static-book {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 32px;
}

.static-book .news-title {
  margin-top: 0;
}

.static-book__img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.static-book__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.age {
  font-family: Cramaten;
  font-size: 37px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #7A0012;
}

.isbn {
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
}

.isbn span {
  color: #575757;
  font-family: Fira Sans Extra Condensed;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.001em;
  text-align: left;
  display: inline-block;
  margin-right: 8px;
}

.price-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
  color: #001B29;
  padding: 4px 8px;
  background: #E6E6E6;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .static-book {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 16px;
  }
}
@media screen and (max-width: 650px) {
  .static-book {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 576px) {
  .static-book {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/*PAGE izdanija style start*/
section.izdanija .wrapper {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #F5F5F5;
  padding-bottom: 14px;
  background-image: url(/local/templates/be_tpl/assets/css/../images/ornament.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
}

.filter-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  gap: 16px;
}

.filter-izdanija {
  padding-top: 16px;
  max-width: 1448px;
  margin: 0 auto;
}

.filter-izdanija .filter-fields {
  padding-bottom: 8px;
}

.checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-row label {
  font-family: Fira Sans Extra Condensed;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.001em;
  text-align: left;
  color: #383838;
  margin-right: 14px;
}

.filter-fields .letter {
  color: #003752;
  font-family: Cramaten;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter-fields .letter:hover {
  opacity: 0.7;
}

.izdanija__wrapper, .izdanija-result__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 24px;
}

.izdanija-item {
  border: 1px solid #F5F5F5;
  background: #FFFFFF;
  border-radius: 4px;
  display: grid;
  padding: 16px;
  grid-template-columns: 168px 1fr;
  gap: 16px;
  position: relative;
}

.izdanija-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.izdanija-text {
  padding-right: 36px;
}

.izdanija-text p {
  margin-top: 13px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-clamp: 10;
  box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
  text-align: left;
}

.izdanija-img {
  width: 100%;
  height: auto;
}

.izdanija-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
}

.izdanija-banners .middle-banners__wrapper {
  display: grid;
  grid-template-columns: 33.33% 66.67%;
}

.biblio-news {
  background: #f5f5f5;
  padding: 16px 16px 56px;
  width: 100%;
}

.biblio-slider {
  height: calc(100% - 80px);
}

.biblio-news .biblio-news__item {
  padding: 16px;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.biblio-news .biblio-news__wrapper {
  max-width: 859px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.biblio-news .biblio-news__img {
  height: auto;
  width: 100%;
  height: 546px;
}

.biblio-news .biblio-news__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.biblio-news .biblio-news__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: 16px;
}

.biblio-news__text p {
  margin-top: 13px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-clamp: 10;
  box-orient: vertical;
}

.best-book {
  padding: 16px;
}

@media screen and (max-width: 1400px) {
  .biblio-news .swiper-button-prev {
    left: 0;
  }
  .biblio-news .swiper-button-next {
    right: 0;
  }
  .best-book {
    padding-top: 0;
  }
}
@media screen and (max-width: 1250px) {
  .izdanija__wrapper, .izdanija-result__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-bottom: 24px;
  }
  .izdanija-banners .middle-banners__wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
  }
}
@media screen and (max-width: 1024px) {
  .biblio-news .biblio-news__item {
    grid-template-columns: 1fr;
  }
  .biblio-news .biblio-news__img {
    height: 280px;
  }
  .biblio-news .biblio-news__content {
    padding-bottom: 54px;
  }
  .biblio-news {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 900px) {
  .filter-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .filter-row {
    width: calc(50% - 8px);
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .izdanija-banners .middle-banners__wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 850px) {
  .izdanija__wrapper, .izdanija-result__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-bottom: 24px;
  }
  .izdanija-item {
    display: block;
  }
  .izdanija-img {
    width: 80px;
    height: 122px;
    float: left;
    margin-right: 16px;
  }
  .izdanija-img img {
    float: left;
  }
  .izdanija-content {
    display: block;
  }
  .best-book .izdanija-text {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .izdanija__wrapper, .izdanija-result__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 24px;
  }
  .izdanija-banners .middle-banners__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .biblio-news {
    padding-top: 0;
  }
  .filter-row:nth-child(2) {
    width: calc(100% - 116px);
  }
  .filter-row:nth-child(3), .filter-row:nth-child(4) {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .izdanija-text p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
  .biblio-news__text p {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
  }
}
@media screen and (max-width: 430px) {
  .biblio-news .biblio-news__img {
    height: 184px;
  }
  .izdanija-text {
    display: inline-block;
  }
}

.hide_text{
  padding: 8px 16px 8px 16px;
  display: none;
  transition: all 0.5s ease;
}
.hide_text.visible_text{
  display: block;
  /* height: fit-content; */
  /* animation: height 0.5s ease; */
}
/* @keyframes height {
  0%{
    height: 0;
  }
  100%{
    height: fit-content;
  }
} */
 .link{
  background: #FFFFFF;
  border-left: 2px solid #E00022;
  margin-top: 24px;
  margin-bottom: 8px;
 }
 .item-fulltext>.link:first-of-type{
  margin-top: 16px;
 }

 .link.cosht-podpiska .hide_text{
  padding: 0;
 }
 .link.cosht-podpiska .hide_text table{
  width: 100%;
 }
 .cosht-podpiska table tr:nth-child(2)>td,
 .cosht-podpiska table tr:nth-child(2)>td p{
  font-weight: 500;
 }
 .cosht-podpiska table th{
  border-left: none;
  border-right: none;
 }
 .cosht-podpiska table th h4{
  color:#FFFFFF;
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.0015em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

 }
 .cosht-podpiska table{
  margin: 0;
 }
 .spojler, .spojler>p, .spojler>h3{
  color:#001B29;
  margin: 0;
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 32px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

 }
 .spojler{
  position: relative;
  padding-right: 52px;
  padding-left: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
 }
 .spojler::after{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
  background: url(/local/templates/be_tpl/assets/css/../images/icons/expand-arrow-red.svg) center no-repeat;
  transition: all 0.3s ease;
 }
 .spojler.active::after{
  transform: rotate(180deg);
 }
 @media screen and (min-width: 1300px) {
  .hide_text{
    padding: 8px 32px 8px 32px;
  }
}
.podpiska-menu{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 32px;
  gap: 32px;
  flex-wrap: wrap;
}
.podpiska-menu__item{
  width: 222px;
  height: 222px;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C9C9C9;
  background: #FFFFFF;
  transition: all 0.25s ease;

}
.podpiska-menu__item:hover{
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15),2px 2px 6px 0px rgba(0, 27, 41, 0.25);
}

.podpiska-menu__item a{
  text-decoration: none;
font-family: 'Fira Sans Condensed', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.0015em;
text-align: center;
color:#001B29;
text-decoration: none;
}
.gallery-wrapper{
  width: 100%;
  padding-top: 8px;
  margin-bottom: 24px;
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.gallery-wrapper .gallery-item img{
width: 100%;
border-radius: 4px;
height: 208px;
object-fit: contain;
background-color: #FFFFFF;
}
.gallery-wrapper .gallery-item a{
  line-height: 1;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .gallery-wrapper{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .gallery-wrapper .gallery-item img{
    height: 260px;
    }
}
@media screen and (max-width: 576px) {
  .gallery-wrapper{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 430px) {
  .gallery-wrapper .gallery-item img{
    height: 220px;
    }
}
.auth_lenta{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 32px;
}
.auth_lenta+.pagination{
  padding-top: 0;
}
.auth_lenta__item{
  min-height: 222px;
  padding: 16px;
  border: 1px solid #C9C9C9;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items:center;
  transition: all 0.2s ease;
  gap: 8px;
}
.auth_lenta__item:hover{
  box-shadow: 4px 20px 20px 0px rgba(0, 27, 41, 0.15),2px 2px 6px 0px rgba(0, 27, 41, 0.25);
}
.auth_lenta__img{
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #C9C9C9;
}
.auth_lenta__img a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.auth_lenta__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth_lenta__item .news-title-sm{
  text-align: center;
}
.auth_lenta__item .news-title-sm a{
color:#001B29;
text-decoration: none;
}
@media screen and (max-width: 1300px){
  .auth_lenta{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  }
}
@media screen and (max-width: 1025px){
  .auth_lenta{
    grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 16px;
  }
}
@media screen and (max-width: 800px){
  .auth_lenta{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 650px){
  .auth_lenta{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 430px){
  .auth_lenta{
    grid-template-columns: 1fr;
  }
}
.tabs h2>a{
 color: #001B29;
transition: 0.25s ease;
}
.tabs h2>a:hover{
color:#005061;
text-decoration: underline;
}
.lenta__wrapper._pdf{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
  column-gap: 32px;
  /* margin-bottom: 16px; */
}
.lenta__wrapper._pdf .lenta__item{
    display: grid;
grid-template-columns: 180px 1fr;
/* height: fit-content; */
height: auto;
gap: 16px;
}
.lenta__wrapper._pdf .lenta__img{
width: 180px;
min-height: 150px;
}
@media screen and (max-width: 992px){
.lenta__wrapper._pdf{
    column-gap: 16px;
     row-gap: 0px;
}
}
@media screen and (max-width: 850px){
  .lenta__wrapper._pdf .lenta__img{
    width: 150px;
  }
  .lenta__wrapper._pdf .lenta__item{
    display: grid;
grid-template-columns: 150px 1fr;
gap: 0;
height: fit-content;
min-height: 120px;
}
  .lenta__wrapper._pdf .lenta__img{
    height: auto;
    float: none;
    display: grid;
  }
    .lenta__wrapper._pdf .lenta__img img{
      height: auto;
    }
.lenta__wrapper._pdf{
  display: grid;
  grid-template-columns: 1fr;
  gap:0;
}
.lenta__wrapper._pdf .lenta__content{
  padding: 16px;
  height: fit-content;
}
.lenta__wrapper._pdf .lenta__img{
  margin: 0;
}
}
@media screen and (max-width: 500px){
  .lenta__wrapper._pdf .lenta__img{
    width: 120px;
  }
  .lenta__wrapper._pdf .lenta__item{
    display: grid;
grid-template-columns: 120px 1fr;
gap: 0;
height: fit-content;
}
}
/* End */


/* Start:/local/templates/be_tpl/assets/css/swiper-bundle.min.css?174273123115833*/
/**
 * Swiper 8.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 1, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/ru_tpl/components/bitrix/form.result.new/feedback/style.css?1742731231700*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/ru_tpl/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/ru_tpl/components/bitrix/form.result.new/feedback/images/icon_warn.gif);
}

.required 
{
	color: red;
}
/* End */
/* /local/templates/be_tpl/assets/css/style.css?1749645769135843 */
/* /local/templates/be_tpl/assets/css/swiper-bundle.min.css?174273123115833 */
/* /local/templates/ru_tpl/components/bitrix/form.result.new/feedback/style.css?1742731231700 */
