
@charset "UTF-8";
/* body *{
  outline: 1px solid beige;
} */
:root {
	--main-3: #081C0B;
	--main-2: #174F22;
	--main-1: ;
	--main-0: ;
  --main--0: ;
	--main--1: #B3CDA2;
	--main--2: #DEE3E3;
	--main--3: #F4F6F6;
  --accent-0: #ED9B00;
  --accent-1: #B85A00;
  --accent-3: #2E1700;
  --accent--1: #FFC65C;
  --accent--2: #FFD485;
	--link: ;
	--yes: ;
	--no: ;
}
/*Обнуление стилей*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
br{
  display: block;
}
html body {
  margin: 0;
  overflow-x: hidden;
}
html, body {width:100%; overflow-x:hidden}
/* html:lang(be-by) section.attention,
html:lang(en-gb) section.attention{
  display: none;
} */
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;
}

mark {
  color: #000;
  background: #ff0;
}

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;
  object-fit: cover;
  max-width: 100%;
  /* width: 100%;
  height: 100%;
   */
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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;
}

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='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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;
}
.inner-page table{
  max-width: 987px !important;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    display: block;
    overflow-x: auto;
}
.inner-page table td,
.inner-page table tr{
  border: 1px var(--main--1) solid;
}
.inner-page table td{
  vertical-align: top;
  padding: 7px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item-wrapper::-webkit-scrollbar {
  width: 0px;               /* ширина scrollbar */
}
.item-wrapper::-webkit-scrollbar-track {
  background: var(--main-2);        /* цвет дорожки */
}
.item-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--main--1);    /* цвет плашки */
  border: 1px solid #EEF2FC;  /* padding вокруг плашки */
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html body {
  /*  scroll-behavior: smooth;*/
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
  background-color: #FFF;
}

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

body a {
  text-decoration: none;
  color: #1b1b1b;
}

body a:hover {
  color: #1b1b1b;
  text-decoration: underline;
}

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;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
body blockquote {
  background-color: var(--main--3);
  padding: 14px;
  border-radius: 6px;
  text-align: start;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Bitter", serif;
  font-style: normal;
  letter-spacing: 0.0025em;
  color: var(--main-3);
  margin: 0;
}
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6,
.itemList h1,
.itemList h2,
.itemList h3,
.itemList h4,
.itemList h5,
.itemList h6{
  color: #454545;
  margin-bottom: 8px;
}
.main-rent .price .moduleItemExtraFieldsValue{
  font-family: "Bitter", serif;
}

body h1 {
  font-weight: 300;
  font-size: 72px;
  line-height: 108px;
  letter-spacing: -1.08px;
}
h1.lenta_news_title{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: var(--main-3);
  margin-bottom: 16px;
}
body h2,
h1.page-title {
  font-size: 48px;
  line-height: 68px;
  letter-spacing: -0.295px;
}

h1.page-title,
h4.section-title {
  text-align: center;
  color: #494949;
}
#k2Container h4.section-title {
  padding-bottom: 14px;
}
body h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: 0.003em;
}
body h3
body h4 {
  font-weight: 500;
  font-size: 34px;
  line-height: 48px;
  letter-spacing: 0.085px;
}

body h5,
h2.news-title {
  font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 34px;
}
div#k2Container{
  flex-grow: 1;
}
.article_content h2,
.itemList h2{
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}
.article_content h3,
.itemList h3{
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.article_content h4,
.itemList h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.article_content h5,
.itemList h5{
  font-size: 18px;
  line-height: 28px;
}
.article_content h6,
.itemList h6{
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.article_content img{
  max-width: 100%;
}
h5.logo-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.055px;
}
body h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.03px;
}
span {
  color: #1b1b1b;
}
.convertforms span{
  color: white;
}
body {
  
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #1b1b1b;
}
body p{
  margin: 16px 0;
}
.row {
  margin: 0 !important;
  padding: 0 !important;
}

.container-wrapper {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1528px;
  position: relative;
}

.padding {
  width: 100%;
  height: 32px;
}


@media (max-width: 1455.99px) {
  .container-wrapper {
    width: 100%;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row:before,
  .row:after {
    display: table;
    content: ' ';
  }
  .row:after {
    clear: both;
  }
}

/*Стилизуем кнопки*/
.btn{
  /* font-family: "Open Sans", serif; */
  cursor: pointer;
  width: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.0125em;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 8px 24px;
  display: inline-block;
  border-radius: 20px;
}
.btn svg,
.btn svg path{
  transition: 0.4s;
}
.all-btn{
  display: flex;
    width: fit-content;
    margin: 8px 24px 24px 24px;
}
.primary-button a{
  color: var(--accent-3);
}
.primary-button,
.btn.btn-primary.button {
  background: var(--accent-0);
  color: var(--accent-3);
}

.primary-button:hover,
.primary-button:focus,
.btn.btn-primary.button:hover,
.btn.btn-primary.button:focus {
  background: var(--accent--1);
  text-decoration: none;
  color:var(--accent-3);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25), 4px 4px 16px 0px rgba(0, 0, 0, 0.10);
}

.primary-button:active,
a.primary-button:active,
a.primary-button.icon:active,
.btn.btn-primary.button:active {
  background: var(--accent--1);
  text-decoration: none;
  color: var(--accent-3);
}

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

.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* .primary-button.icon:hover svg path{
-webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
} */
.appial-button:hover {
  
  transition: all 0.4s ease-in-out;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15), 2px 2px 4px 0px rgba(0, 0, 0, 0.30);

}
.appial-button {
  border: 1px solid #f7f7f7 !important;
  background: rgb(255, 255, 255) !important;
  color: var(--accent-1) !important;
  padding: 9px 16px 9px 12px;
  transition: all 0.4s ease-in-out;
  display: flex;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 2px 0px rgba(0, 0, 0, 0.30);
  gap: 8px;
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.appial-button img{
  width: 18px;
  height: 18px;
}
.secondary-button,
.btn.previous {
  color: var(--accent-1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--accent-1);
  background: transparent;
  display: flex;
  align-items: center;
  a{
    color: var(--accent-1);
  }
}

.secondary-button.light{
  border: 1px solid var(--accent--2);
  color: var(--accent--2);
}
.secondary-button.siteMap {
  width: max-content;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px 10px 42px;
    border-radius: 20px;
    color: var(--accent--2);
    border: 1px solid var(--accent--2);
}

.secondary-button:hover,
.secondary-button:focus,
.secondary-button.siteMap:hover,
.secondary-button.siteMap:focus,
.btn.previous:hover,
.btn.previous:focus {

  background: rgba(255, 241, 214, 0.50);;
  border: 1px solid var(--accent-1);
  text-decoration: none;
  color: var(--accent-1);
  a{
    color: var(--accent-1);
  }
}

.secondary-button:hover svg path,
.secondary-button:focus svg path,
.secondary-button:active svg path {
  fill: var(--accent-1);
}

.secondary-button:active,
.secondary-button.siteMap:active {
  background: rgba(255, 241, 214, 0.70);;
  color: var(--accent-1);
  border: 1px solid var(--accent-1);
  text-decoration: none;
  a{
    color: var(--accent-1);
  }
}

.thirdy-button,
.btn.btn-warning.button.reset{
  color: var(--accent-1);
  
  border: none;
  background: none;
  display: inline-block;
}
.thirdy-button-light{
  color: var(--accent--2) !important;
}
.thirdy-button:hover,
.thirdy-button:focus,
.thirdy-button-light:hover,
.thirdy-button-light:focus,
.btn.btn-warning.button.reset:hover,
.btn.btn-warning.button.reset:focus {
  background: rgba(255, 241, 214, 0.30);
  text-decoration: none;
  /* color: var(--main-1) !important; */
}

.thirdy-button:active,
.btn.btn-warning.button.reset:active {
  /* color: var(--main-1) !important; */
  background: rgba(255, 241, 214, 0.70);
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*убираем лишнее подчеркивание*/
.navbar a,
.header a,
.main-content a,
.banner-main a,
.menu-sidebar a,
.menu-sidebar a:hover,
.menu-sidebar a:active,
.menu-sidebar a:focus,
.primary-button a,
.secondary-button a,
.thirdy-button a,
body a,
.nav-menu .nav-menu-item a {
  text-decoration: none;
}

/*section navbar style start*/
@media screen and (max-width: 1400px) {
  .inner-padding {
    height: 200px;
  }
}

@media screen and (max-width: 992px) {
  .inner-padding {
    height: 130px;
  }

}
.breadcrumb{
  
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
.breadcrumb > li a{
  color:  var(--main-2) !important;
  font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 18px;
}
.breadcrumb > li{
  text-align: center;
}
.breadcrumb > li a.activ{
  color: var(--main-0) !important;
}
.breadcrumb li+li:not(:last-child):after{
  content: ">" !important;
  color: var(--main-3) !important;
  padding-right: .5rem;
}
section.navbar {
  width: 100%;
  background: var(--main-1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  border: none;
  min-height: 56px;
  margin: 0;
  padding: 0;
}

.navbar .nav-menu {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 48px;
  background: inherit;
  margin: 0;
  z-index: 10;
}

.nav-menu > .nav-menu-header {
  display: none;
}

.nav-menu > .nav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  height: 48px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  color: #434445;
text-align: center;
font-size: 16px;
line-height: 20px; 
letter-spacing: 0.08px;
width: 100%;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
}

#main-menu .nav-menu > .nav-menu-item.icon-to-text,
#main-menu .nav-menu .default.nav-menu-item,
.additional-list-item.home {
  width: 48px;
  height: 48px;
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  z-index: 20;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.nav-menu > .nav-menu-item.icon-to-text > a,
#main-menu .nav-menu .default.nav-menu-item > a,
.additional-list-item.home a{
  font-size: 0 !important;
  background: url(../images/icons/home-page.svg) center center no-repeat !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  z-index: 20;
  margin-right: 0;
  margin-left: 12px;
}
#main-menu .nav-menu > .nav-menu-item:first-child{
  display: none;
}
.nav-menu > .nav-menu-item:first-child {
  border-left: none;
  
}
@media(hover:hover){
  .nav-menu > .nav-menu-item:hover {
    background: #CFCFCF;
    border-top: 3px solid var(--main-2);
    border-right: 3px solid  var(--accent--1);
    border-left: 3px solid  var(--accent--1);
  }
}


.nav-menu > .nav-menu-item {
  position: relative;
  -webkit-transition:  0.2s ;
  -o-transition:  0.2s ;
  transition:  0.2s ;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
}

.nav-menu > .nav-menu-item.drop-down:hover{
  border-radius: 4px 4px 0px 0px;
  border-left: 3px solid var(--main-2);
  border-right: 3px solid var(--main-2);
  border-top: 3px solid var(--main-2);
  /* border-bottom: #CFCFCF; */
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
/*Выпадающее подменю*/
.nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  /* top: -9999px; */
  top: 48px;
  -webkit-transition:  0.2s ;
  -o-transition: 0.2s ;
  transition: 0.2s ;
  /* z-index: 10; */
  z-index: 0;
  background: #F5F4F4;
  border-top: 1px solid #03113A;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
  max-height: 530px;
  padding: 8px 0;
  border-radius: 0px 0px 4px 4px;
    border: 3px solid var(--main-2);
    border-top: #ffff;
    background: #FFF;
    width: calc(100% + 4.6px);
    left: -2.2px;
}

.inner-page .inner-wrapper{
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
    padding-top: 0px;
}


.inner-page .item-page .inner-wrapper .pagenavigation{
  position: absolute;
    bottom: 0;
}
.inner-page .item-page,
.blog,
.category-list,
.com-content-article__body{
  padding: 8px 32px 32px 32px;
  flex-grow: 1;
  background-color: #fff;
}
.item-page.news .com-content-article__body .page-header h1,
.item-page.mediagallery .com-content-article__body .page-header h1,
.item-page.exhibitions .com-content-article__body .page-header h1,
.item-page.events .com-content-article__body .page-header h1,
.item-page.actual-info .com-content-article__body .page-header h1{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.com-content-article__body .page-header h1{
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 141.176% */
  letter-spacing: 0.085px;
}


.nav-menu a {
  color: #1b1b1b;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu-item:hover a,
.nav-menu-item > a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
  
  padding-left: 0;
  color: #1b1b1b;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  align-content: center;
  
}
.nav-menu
  > .nav-menu-item.drop-down:nth-child(2)
  .drop-down-menu
  > .drop-down-list {
  align-content: start;
  position: relative;
  /* left: 90px; */
}
.nav-menu
  > .nav-menu-item.drop-down:last-child
  .drop-down-menu
  > .drop-down-list {
  align-content: end;
  position: relative;
}
.nav-menu
  > .nav-menu-item.drop-down:last-child
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  width: 100%;
  max-width: 270px;
}
.nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .nav-menu-item{
  width: 100%;
}
.nav-menu .drop-down.active .drop-down-list .nav-menu-item:hover{
background-color: #CFCFCF;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  color: #1F1F1F;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*width: 100%;
   max-width: 410px; */
  /* margin-right: 8px; */
  cursor: pointer;
  /* padding-right: 8px; */
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  .nav-arrow {
  position: absolute;
  right: 5px;
  top: 13px;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 100;
  cursor: pointer;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  position: relative;
}

.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a {
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  text-transform: none;
  color: #1F1F1F;
  display: inline-block;
  padding: 8px 16px;
  max-width: 270px;
  width: 100%;
  min-height: 48px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a:hover {
  background: var(--main-0);
  /* color: #fff; */
}

.nav-menu > .nav-menu-item.drop-down:hover .drop-down-menu {
  opacity: 1;
  visibility: visible;
  top: 46px;
  z-index: 1100;
}

/*Подменю тертьего уровня*/
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down {
  position: relative;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eff5fb;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  /* width: 100%;
  min-width: 400px; */
  max-width: 100%;
  /* max-width: 800px; */
  max-height: fit-content;
  /* overflow-y: scroll; */
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list {
  /* width: 100%;
    min-width: 400px; */
  width: 100%;
  max-height: fit-content;
  /* display: grid;
  grid-template-columns: 400px 400px;
  grid-template-rows: 300px; */
  /* width: 200%; */

  flex-wrap: nowrap;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  color: #000;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a:hover {
  background: #eff5fb;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > a:hover {
  background: #eff5fb;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  width: 410px;
  margin-right: 0px;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down:hover
  .drop-down-menu {
  visibility: visible;
  opacity: 1;
}
/*Подменю третьего уровня*/

.nav-arrow {
  margin-left: 8px;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.drop-down-menu:hover {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

/*style header start*/

.main-header {
  width: 100%;
  position: relative;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 250px;
}

.main-header .container-wrapper {
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.header {
  width: 100%;
  max-width: calc(1496px + 32px);
    margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 22;
  background: #FFF;
  /* height: calc(768px - 59px); */
}
header .container-wrapper{
  height: 100%;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-slider .slider-list .slick-arrow{
  background: var(--main--3);
}
.main-slider .slick-slide {
  z-index: 1 !important;
}
.main-slider .slider-list .slick-prev{
  left: 32px;
}
.main-slider .slider-list .slick-next{
  right: 32px;
}
.main-slider .slider-list-img{
  max-width: 1408px;
  height: 552px;
}
.main-slider .slider-list-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__bottombar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  height: 48px;
  right: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  border-top: 3px solid var(--main-2);
  background: var(--accent--1);
}
.navbar{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 100%;
  margin-top: -3px;
}
.header__topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid var(--main-3);
  padding: 8px 16px 8px 16px;
  gap: 55px;
}

.logo {
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  padding-left: 0;
  gap: 24px;
  padding-right: 16px;
}
.logo__item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.logo__info{
  display: flex;
  flex-direction: column;
  width: max-content;
}
.logo__info .h4{
  color: var(--main-2);
  letter-spacing: 0.07px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  line-height: 68px;
  font-family: "Bitter", serif;
}
.logo__info .h4:hover{
  color: var(--main-2);
}
.logo__info .h6{
  color: #434445;
  font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 117.647% */
letter-spacing: 0.085px;
}
p.logo__info a{
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.logo__img a,
.logo__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 48px;
  height: 42px;
}
/* .logo-item{
  width: 64px;
  height: 64px;
} */
.logo-info {
  text-align: center;
  margin-top: -4px;
}

.logo-img img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
}
.logo-img img:last-child {
  margin-bottom: 0px;
}

.logo-title {
  display: inline-block;
  text-align: left;
}

.logo-title a {
  color: #1b1b1b;
  text-align: left;
}

.logo a:hover {
  text-decoration: none;
  color: #1b1b1b;
}
.hamburger-menu,
.newhome{
  display: none;
}
a.siteMap:hover,
a.siteMap:focus,
a.siteMap:active {
  text-decoration: none;
}

a.siteMap img {
  margin-right: 8px;
}

/*contacts*/
.contacts span{
  color:  #E2E2E2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.035px;
  }
/**********************/
/*Шапка сайта*/
.container-wrapper .header__column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__topbar .header__column-left{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.short-number{
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.short-number::before{
  content: url(../images/icons/phone.svg);
  width: 24px;
  height: 24px;
}
/*Социальные сети header*/
.bannergroup_social,
.bannergroup.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 24px;
}

.footer .bannergroup_social {
  margin-left: 0;
}

.banneritem,
.socials .banners__item {
  margin-left: 24px;
}

.bannergroup_social img,
.bannergroup.socials img{
  width: 24px;
  height: 24px;
}

.banneritem img,
.siteMap-header img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.siteMap-header img .banneritem:last-child {
  margin-right: 0;
}


@media screen and (max-width: 767px) {
  .bannergroup_social {
    margin-left: 4px;
  }

}

/*********************/
/*Контакты в шапке*/

header .schedule{
  /* padding-bottom: 145px; */
    text-align: end;
    width: max-content;
    padding-right: 8px;
    align-self: flex-end;
}
.working-hours-wrapper{
  position: relative;
}
.working-hours-wrapper .dates{
  position: absolute;
    top: 36px;
    left: 0;
    z-index: 55;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.working-hours-wrapper:hover .dates{
  opacity: 1;
  visibility: visible;
}
.actual-banners .banners__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**********************************/
/*Приветствие*/
section.hello{
  width: 100%;
  padding-top: 32px;
  }
  .inner-page .hello{
    display: none;
  }
  section.hello .container-wrapper{
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hello-wrapper {
    max-width: 1408px;
    width: 100%;
    background: #FFFFFF;
    margin: 8px auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 32px;
    
  }
  .hello-wrapper div .moduleItemIntrotext{
    display: flex;

    gap: 32px;
  }
  .hello-wrapper .moduleIntrotext{
    display: flex;
    flex-direction: column;
  }
  .hello-wrapper .section-title{
    max-width: 542px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 92px;
    align-items: flex-start;
    text-transform: capitalize;
  }
  .hello-wrapper .moduleText{
    max-width: 817px;
    width: 100%;
  }
  .hello-wrapper .section-title span{
    color: var(--main-1);
    font-size: 106px;
    font-style: normal;
    font-weight: 400;
    line-height: 160px;
  }
  .hello-wrapper .primary-button{
    margin-top: 24px;
  }
  .hello-image{
    padding: 16px;
  }
/* .director{
  padding-bottom: 12px;
    padding-top: 16px;
    position: relative;
    
} */
.director__name{
  color: #080808;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.014px;
  margin-bottom: 4px;
}
.director__title{
  margin-top: 4px;
  color: #080808;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.048px;
}
.hello .contacts{
  padding-top: 0px;
}
.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  gap: 16px;
}
.contacts li{
  padding-top: 4px;
  padding-bottom: 4px;
}
.contacts li a:hover,
.contacts li:hover{
  text-decoration: underline;
}
.contacts-hidden {
  display: none;
}

.contacts-container {
  position: relative;
}
@media screen and (max-width: 767px) {

  .hello-wrapper div .moduleItemIntrotext{
    flex-direction: column;
    gap: 0;
  }
}
footer .contacts p:not(:last-child),
footer .contacts li:not(:last-child) {
  margin: 0;
  margin-bottom: 16px;
}
.contacts p:last-child {
  margin: 0;
}

.contacts p > a {
  color: #1b1b1b;
  text-decoration: none;
}

p.adress,
li.adress,
p.mail,
p.phone,
li.phone,
p.tel,
p.fax,
li.fax,
.mail,
a.tel,
a.hot-line,
p.hot-line,
li.hot-line,
p.kabinet {
  padding-left: 32px;
  position: relative;
  display: flex;
}
p span.kabinet,
p.kabinet {
  position: relative;
}
span.kabinet {
  display: inline-block;
}

.link a.tel,
.link a.mail {
  padding-left: 24px;
  position: relative;
  display: inline-block;
  color: #1b1b1b;
  text-decoration: none;
  min-height: 23px;
}

.link a.tel:hover {
  text-decoration: underline;
}

p.adress > a,
p.mail > a,
p.phone > a,
p.tel > a,
p.fax > a,
.mail a,
a.mail,
a.tel,
a.fax {
  color: #1b1b1b;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

p.tel > a:hover,
p.fax > a:hover,
p.mail > a:hover,
p.adress > a:hover,
li.adress> a:hover,
a.tel:hover,
a.phone:hover,
p.phone a:hover {
  /* color: #4053a0; */
  text-decoration: underline;
}
p .tel + span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  color: #454545;
}
.kabinet::before,
p.kabinet::before,
.adress::before,
.phone::before,
.footer .tel::before,
.tel::before,
a.tel::before,
.hot-line::before,
a.hot-line::before,
.fax::before,
a.fax::before,
.mail::before {
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kabinet::before,
p.kabinet::before {
  content: url(../images/icons/open-door.svg);
  
}

.adress::before {
  content: url(../images/icons/address.svg);
  
}

.footer .adress::before {
  content: url(../images/icons/address.svg);
}

.phone::before {
  content: url(../images/icons/phone.svg);
  
}

.footer .tel::before {
  content: url(../images/icons/phone.svg);
}

.tel::before,
a.tel::before {
  content: url(../images/icons/fax.svg);
 
}
.hot-line::before,
a.hot-line::before{
  content: url(../images/icons/hot-line.svg);
  
}
.fax::before,
a.fax::before {
  content: url(../images/icons/fax.svg);
  
}

.mail::before {
  content: url(../images/icons/email-sign.svg);
  
}

.footer .mail::before {
  content: url(../images/icons/email-sign.svg);
}

/********************/
.socials svg {
  margin-left: 16px;
}

.contact-info div {
  margin: 16px 0;
}

.contact-info a,
.contact-info div {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
}

.header .header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.header-block__search{
  position: relative;
  /* width: 48px; */
  height: 56px;
  max-width: 732px;
    width: 100%;
}
.header-block__search .k2SearchBlock form{
  position: relative;
}
.header-block__search .k2SearchBlock input.button{
  position: absolute;
    right: 0;
    z-index: 3;
    width: 56px;
    height: 56px;
    padding: 16px;
}
.header-block__search .k2SearchBlock input.inputbox{
  height: 56px;
  padding: 12px 12px 12px 16px;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--main-2);
  background-color: white;
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.035px;
  width: 100%;
}
/* .header-block__search::after{
  content: '';
  width: 1px;
  height: 24px;
  background-color: var(--main-2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.header-block__search .input-group{
  flex-wrap: nowrap;
}
header .socials{
  position: absolute;
    right: 38px;
    top: 16px;
}
/* header .button-search{
  padding: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
} */
header .button-search{
  display: none;
}
header .button-search img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}
header .form-search{
  border: 0px;
    width: 100%;
    position: relative;
    /* display: none; */
    border: 1px solid #CACBCF;
    background: #FFF;
}
header .form-search input{
height: 54px;
border: none;
}
.form-search button{
  display: flex;
  width: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: transparent;
  border: 1px solid transparent;
}
.form-search button span{
  display: none;
}
.form-search button img{
  width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}
.header .header-search a.thirdy-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  min-width: 188px;
  margin-bottom: 5px;
  margin-left: 8px;
}
@media screen and (max-width: 1200px) {
  .main-header {
    height: auto;
  }
  
  .footer-buttons{
    flex-direction: column;
    gap: 9px;
  }
}
@media screen and (max-width: 1100px) {
  /* .contacts-hidden {
    display: block;
    padding: 10px 8px;
    margin-left: -8px;
  }
  .contacts {
    margin-top: 0;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    top: 36px;
    left: -8px;
    width: 290px;
    max-width: -webkit-calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15),
      0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 9999999999;
  }
  .contacts > p {
    text-align: left;
  }
  .contacts-container:hover .contacts {
    visibility: visible;
    opacity: 1;
  } */
  
  
}

p.gor-tel > a,
.telephone a,
.e-mail a {
  color: #1b1b1b;
  font-family: 'Noto Sans', sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*языковые версии и версии для слабовидящих*/
.lang-oko,
.lang-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.custom-gtranslate {
  position: relative;
  display: inline-block;
}
.gtranslate-dropdown {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 99999 !important;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.gtranslate-icon{
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--main--2);
    background: var(--main--3);
}
.gtranslate-icon:hover{
  cursor: pointer;
}
.gtranslate-icon svg{
  transition: 0.3s;
}
.gtranslate-icon.open > svg{
  rotate: 180deg;
}
.gtranslate-dropdown.hidden {
  display: none;
}
.lang-oko .siteMap-header {
  margin-top: 24px;
  display: inline-block;
  margin-right: 16px;
}

.header-menu,
.header-lang {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
}

.header-menu ul,
.header-lang ul{
  padding-left: 0;
}
.header-lang > ul:last-child li{
  margin-right: 0;
}
.header-menu img,
.header-lang img{
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-menu img:hover,
.header-lang img:hover {
  opacity: 0.7;
}

.header-menu li,
.header-lang li{
  list-style-type: none;
  float: left;
  margin-right: 20px;
}

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

.header-menu li:first-child {
  margin-left: 0;
}
.lang-inline{
  display: flex;
  gap: 24px;
}
.lang-column{
  display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    padding: 8px;
}
.header-menu li a,
.lang-oko li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0175em;
  text-transform: uppercase;
  color: var(--main-1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__info .contacts,
.header__info{
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.header-menu li .bvi-open {
  position: relative;
  bottom: 2px;
}
.header__info .contacts li a{
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
letter-spacing: 0.035px;
}
/*Режим работы*/
.about-content-working-hours {
  position: relative;
  z-index: 100;
  margin-top: 12px;
}
.about p{
  margin: 10px 0;
}
header .schedule{
  position: relative;
}
header .schedule:hover > .dates{
  display: flex;
  background: #ffffff;
  z-index: 55;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 12px;
}
header .schedule > .dates .dates-list{
  display: flex;
    padding-left: 0;
    margin-bottom: 1em;
}
header .schedule .dates > .dates-list > .dates-list-item{
  font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.004em;
    color: #020C17;
    text-transform: uppercase;
    background: #F0F8FF;
    border: 1px solid #E3E3E3;
    padding: 5px;
}
header .schedule .dates > .dates-list > .dates-list-item.active{
  color: #C3C3C3;
  background: #ffffff;
}
.schedule .btn:hover{
  background: transparent;
    text-decoration: none;
    color: #C3C3C3 !important;
}
.schedule .btn:hover svg path{
  stroke: #C3C3C3;
}
.dates p,
.dates .dates-working-hours{
  font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.001em;
    color: #525252;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.dates {
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -96px;
  top: -136px;
  left: 0;
}

.working-title {
  position: relative;
  display: flex;
  padding: 10px 8px;
  width: 172px;
}

.working-title:hover {
  cursor: pointer;
  opacity: 0.8;
}

.working-title:hover + .dates,
.about-content-working-hours:hover .dates {
  opacity: 1;
  visibility: visible;
}

.dates:hover {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}

.about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.0175px;
  color: #1c5f30;
  text-transform: uppercase;
  margin-top: 2px;
}

.bvi-panel
  .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.0175px;
  text-transform: uppercase;
  color: #1a3e60;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}

.working-title img {
  margin-right: 8px;
  width: 18px;
}

.dates-working-hours span:first-child {
  margin-right: 16px;
  position: relative;
}

.dates-working-hours span:first-child::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 16px;
  width: 1px;
  background: #d3dad2;
  right: -9px;
}

.about-content-working-hours .dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15),
    1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 12px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 999999999;
}

.dates-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
}

.dates-list > .dates-list-item:not(:first-child) {
  margin-left: -1px;
}

.dates-list > .dates-list-item {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.004em;
  color: #000;
  background: #ebfbff;
  border: 1px solid #e3e3e3;
  padding: 5px;
  text-transform: uppercase;
}

.dates-list > .dates-list-item.active {
  color: #c3c3c3;
  background: #ffffff;
}

.dates-list > .dates-list-item::before {
  display: none;
}

.about-content-working-hours span {
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
}

.about-content-working-hours p {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #525252;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}

.additional-list {
  display: none;
}
@media screen and (max-width: 1441px) {
  .header-slider-wrapper {
    width: 100%;
  }
  .header__info{
    margin-top: 0;
  }
}
/*Планшетная и мобильная версии меню*/
@media screen and (max-width: 1368px) {
  h1.logo-title {
    font-size: 59px;
    line-height: 40px;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .logo {
    align-items: center;
    border-bottom: none;
  }
  h5.logo-subtitle {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  h1.logo-title {
    font-size: 48px;
    line-height: 40px;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  h5.logo-subtitle {
    font-size: 22px;
    line-height: 28px;
  }
  .logo-img img {
    width: 60px;
    height: 60px;
  }
 
  .logo__info h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .about-content-working-hours {
    margin-top: 0;
  }
  .header__column-right {
    position: relative;
  }
  .header .bannergroup_social {
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
  }
  .banneritem:first-child {
    margin-left: 0;
  }
  /* .header__info{
    flex-direction: column;
    width: max-content;
  } */
  .working-hours-wrapper .dates{
    flex-direction: row;
  }
  /* .header__info > *{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 0;
    transition: 0.1s;
  } */
  .header__info .contacts-button,
  .header__info.active .contacts-button{
    
    color: white;
    background-color: var(--main-2);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    letter-spacing: 0.175px;
    text-transform: uppercase;
    padding: 9px 24px;
    opacity: 1;
        visibility: visible;
        z-index: 10;
        display: flex;
        top: -60px;
        left: 0;
  }

    
  
}
@media(max-width: 1100px) and (min-width: 768px){
  .header__info:hover{
    cursor: pointer;
  }
  .header__info:hover::before{
    content: '';
    background-color: transparent;
    
  }
  .header__info:hover > *{
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: 0.6s;
    
  }
  .header__info:hover .working-hours-wrapper .btn{
    display: none;
  }
  .header__info:hover .working-hours-wrapper .dates{
    position: static;
    box-shadow: none;
    gap: 8px;
  }
  
}
@media(max-width: 767px){
  /* .header__info.active::before{
    content: '';
    background-color: transparent;
    
  } */
  .header__info::before{
    width: max-content;
    align-self: flex-start;
    position: absolute;
    top: -40px;
    left: 0;
  }
  .header__info.active{
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10), 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 8px;
    
  }

  .header__info.active  *{
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: 0.4s;
  }
  .header__info.active .contacts-button{
    
    color: white;
    background-color: var(--main-2);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    letter-spacing: 0.175px;
    text-transform: uppercase;
    padding: 9px 24px;
    opacity: 1;
        visibility: visible;
        z-index: 10;
        display: flex;
        top: -60px;
        left: 0;
        position: absolute;
  }
  /* .header__info{
    margin-top: 36px;
    transition: 0.4s;
    background-color: #ffffff;
    
  } */
  .header__info.active::before{
    position: absolute;
        top: -40px;
  }
  .header__info.active .working-hours-wrapper .btn{
    display: none;
  }
  .header__info.active .working-hours-wrapper .dates{
    position: static;
    box-shadow: none;
    gap: 8px;
  }
  /* .header__info{
    position: absolute;
    top: 56px;
    z-index: 3;
    margin-top: -4px;
  } */
}
@media screen and (max-width: 992px) {
  .header .contact-info {
    display: none;
  }
  .header-lang li{
    margin-right: 24px;
  }
  
  .inner-page .header{
    height: initial;
  }
  header .button-search{
    display: flex;
    width: 56px;
    height: 56px;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
  }
  .button-search:hover{
    cursor: pointer;
  }
  header .k2SearchBlock{
    display: none;
      }
  header .button-search.active{
    z-index: 0;
    position: absolute;
    right: 0;
  }
  
  /* .inner-page .header__bottombar{
    display: none;
  } */
  
  .logo__info .h6 {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
   
  }
  .logo__info .h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }
  .logo {
    flex-direction: row;
    gap: 16px;
  }
  .logo__img a, .logo__img, .logo__img img{
  width: 40px;
  height: 40px;
  }
  .logo-info {
    margin-top: -20px;
  }
  .header .bannergroup_social {
    top: 160px;
  }
  .header .logo-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
  }
  .header .logo-img img {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }

  .logo-img a:last-child {
    top: 72px;
  }
  .hamburger-menu,
  #main-menu{
    display: flex;
  }
  .header__info{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-search {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .navbar .nav-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
      0px 6px 16px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: -webkit-calc(100vh);
    height: calc(100vh);
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 24px;
    width: 304px;
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: inherit;
  }
  .navbar .nav-menu.menu-active::-webkit-scrollbar{
    width: 3px; 
  }
  .navbar .nav-menu.menu-active::-webkit-scrollbar-track{
    /* background-color: var(--main-2); */
  }
  .navbar .nav-menu.menu-active::-webkit-scrollbar-thumb {
    background-color: var(--accent--1);    
    border-radius: 20px; 
  }
  .navbar .nav-menu.menu-active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .navbar .nav-menu.menu-active li.nav-menu-item.default{
    display: none !important;
  }
  svg.nav-arrow {
    margin-top: 0;
    top: 16px;
    right: 16px;
    position: absolute;
  }
  /* .block_item, .itemContainer{
    flex-direction: column;
  } */
  .block_item .block_item_image,
.catItemImage{
  flex-shrink: 1;
}
  /* .nav-menu > .nav-menu-item:hover {
    background: #fff;
  }
  .nav-menu > .nav-menu-item > a:hover {
    background: #fff;
  } */
  /* .nav-menu > .nav-menu-item > a {
    width: 85%;
  } */
  .nav-menu
    > .nav-menu-item
    > .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    width: 85% !important;
  }
  .nav-arrow {
    margin-left: 10px;
  }
  .nav-menu > .nav-menu-item.icon-to-text {
    display: none !important;
  }
  .navbar .nav-menu > .nav-menu-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
    text-align: left;
    display: block;
    text-transform: none;
    
  }
  .navbar .nav-menu > .nav-menu-item:not(:last-child){
    border: none;
  position: relative;
  }
  .navbar .nav-menu > .nav-menu-item:not(:last-child)::after{
    content: '';
    height: 3px;
    width: 100%;
    background: var(--main-2);
    bottom: -3px;
    left: 0;
    position: absolute;
  }
  .navbar .nav-menu > .nav-menu-item{
    margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 0;
  }
  .navbar .nav-menu > .nav-menu-item > a,
  .navbar .nav-menu > .nav-menu-item.drop-down > a,
  .navbar .nav-menu > .nav-menu-item > span {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    font-weight: 400;
    display: inline-block;
    
  }
  
  
    .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
      border-left: none;
      border-right: none;
      border-top: none;
      box-shadow: none;
    }
    .nav-menu > .nav-menu-item.drop-down:hover {
     
      border-left: none;
      border-right: none;
      border-top: none;
      box-shadow: none;
    }
  
 
  .navbar .nav-menu > .nav-menu-item.drop-down .nav-arrow.active-menu {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    color: #1b1b1b;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .drop-down-menu,
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    > .drop-down-menu {
    position: relative;
    visibility: visible;
    top: 0;
    right: auto;
    left: 0;
    opacity: 1;
    width: 100%;
    transform: none;
    display: none;
    background: #ffffff;
    border: none;
    max-height: fit-content;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15),
      0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    border-radius: 0;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    .nav-arrow {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    > .drop-down-menu,
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    .drop-down-list {
    background: #e3e3e3;
    border: none;
    box-shadow: none;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    > .drop-down-menu {
    padding-top: 8px;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .drop-down-menu .drop-down-list {
    background: #ffffff;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    width: 100%;
    max-width: 100%;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu .drop-down-list,
  .nav-menu > .nav-menu-item.drop-down,
  .nav-menu > li.nav-menu-item {
    max-height: 2000px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100%;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
    width: 100%;
    max-width: 290px;
    display: block;
    max-height: 3000px !important;
    left: 0 !important;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu {
    width: 100% !important;
    max-width: 304px;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .navbar .navmenu-close {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 102;
  }
  .navmenu-close:hover {
    cursor: pointer;
  }
  .additional-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }
  .menu-toggler{
    text-align: center;
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0;
  }
  .menu-toggler svg{
    margin-right: 8px;
  }
  .menu-toggler:hover {
    cursor: pointer;
  }
  .additional-list-item.home {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 11px;
    padding-bottom: 13px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 48px;
    height: 48px;
  }
  .additional-list-item.menu-toggler span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #ffffff;
    display: inline-block;
    margin-top: 4px;
    margin-left: 8px;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item:hover {
    background: #ffffff;
  }
  .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > a:hover {
  background: #1C5F30;
  color: #fff;
}

}

@media screen and (max-width: 850px) {
  .main-header .container-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main-slider .newsmain-txt{
    margin-right: 20px;
    margin-left: 20px;
  }
  /* .header {
    padding-left: 16px;
    padding-right: 16px;
  } */
  .about-content-working-hours .dates {
    left: auto;
    right: 0;
  }
  .logo {
    align-items: center;
  }
  section.hello{
    padding-top: 0px;
  }
  section.hello .moduleItemImage{
    width: 100%;
    display: inline-block;
    /* height: 150px;
    overflow: hidden; */
  }

  .hello-wrapper .section-title,
  .hello-wrapper .section-title span{
    font-size: 53px;
    font-weight: 500;
    line-height: 74px;
    text-transform: none;
    color: #1b1b1b;
  }
  section.hello .moduleItemImage img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: left;
  }
  
}


@media screen and (max-width: 500px) {
  h1.logo-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.0015em;
    color: #1b1b1b;
  }
  h5.logo-subtitle {
    padding: 0 20px;
  }
  .header .logo-img img {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
  }
  .main-slider .slider-list-img{
    height: 512px;
  }
  .logo-img a:last-child {
    top: 48px;
  }
  
  .director__name{
    margin-top: 8px;
  }
  .about{
    padding-top: 0;
  }
  .hello .contacts{
    padding-top: 18px;
  }
  .hello li.phone{
    margin-bottom: 8px !important;
  }
  .info_data{
    margin: 4px 0;
  }
}



@media screen and (max-width: 363px) {
  .header-menu li {
    margin-right: 12px;
  }
}

/*Слайдер на главной*/
@media screen and (max-width: 576px) {
  .inner-class + .container-wrapper .main-slider {
    display: none;
  }
}
.main-slider {
   position: relative;
   overflow: hidden;
  top: 0;
  width: 100%;
  padding: 0px;
  
}
.main-slider .container-wrapper{
  padding: 0;
}
.inner-page .main-slider{
display: none;
}
.main-slider .slider-list{
  max-width: 1019px;
    width: 100%;
    margin-left: auto;

    .slick-list{
      padding: 0;
    }
}
.main-slider .slider-img{
  height: 472px;
  
}
.main-slider .slider-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slider .slider-info{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 24px 16px;
  padding-right: calc(100% - 764px);
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.slider-info > *{
  position: relative;
}
.main-slider .slider-info::before{
  content: '';
  background: linear-gradient(270deg, rgba(207, 207, 207, 0.00) 0%, rgba(207, 207, 207, 0.80) 22.12%, #CFCFCF 44.23%);
  z-index: 0;
  width: 944.376px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.main-slider .slider-info .container-wrapper{
  padding-right: 164px;
}
.main-slider .newsmain-item{
  position: relative;
  border: none;
  background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.main-slider .newsmain-item .readmore .btn{
  padding: 10px 24px;
  border: 1px solid var(--main--2);
  border-radius: 0;
  height: unset;
}
@media(hover :hover){
  .main-slider .newsmain-item .readmore .btn:hover{
    border: 1px solid var(--main-0);
    color: var(--main-0);
  }
}

.main-slider .newsmain-item .readmore .btn:focus,
.main-slider .newsmain-item .readmore .btn:active{
  border: 1px solid var(--main-1);
  background: var(--main--2);
  color: var(--main-0);
}
.main-slider .newsmain-item .readmore .btn::after{
  display: none;
}
.main-slider .newsmain-item:after{
  content: "";
  height: 344px;
  width: 100%;
  position: absolute;
 z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(3, 65, 128, 0.00) 0%, rgba(3, 65, 128, 0.70) 36.4%, rgba(3, 65, 128, 0.80) 100%);
}
.main-slider .newsmain-item,
.main-slider .newsmain-wrapper{
  display: block;
  position: relative;
  padding-bottom: 0;
}
.main-slider .newsmain-img,
.news-grid .newsmain-img{
  width: 100%;
    height: 552px;
}
.main-slider .newsmain-title,
.main-slider .newsmain-title a{
  color: #FFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px; /* 130.435% */
  letter-spacing: 0.115px;
  transition: all 0.4s ease;
}
.main-slider .newsmain-txt{
  max-width: 689px;
  height: unset;
}
.main-slider .newsmain-item .readmore a{
  color: var(--main--2);
  text-align: center;
  
font-family: 'Montserrat';
font-size: 14px !important;
font-style: normal;
font-weight: 600;
line-height: 14px ; /* 100% */
letter-spacing: 0.175px;
text-transform: uppercase;
}
.main-slider .newsmain-item  .readmore{
  position: static;
  
}
.main-slider .newsmain-item  .readmore a{
  width: fit-content;
}
.main-slider .readmore a::after,
.main-slider .readmore:hover a::after{
  background-image: none;
}

.main-slider .newsmain-txt,
.main-slider .slick-dots,
.news-grid .newsmain-txt{
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
}
.main-slider .newsmain-txt,
.news-grid .newsmain-txt{
  z-index: 2;
  bottom: 64px;
}
.main-slider .slick-dots{
  z-index: 999;
  padding: 24px;
  bottom: 0;
}

.main-slider .newsmain-date{
  display: none;
}
.main-slider .newsmain-txt .intro-text{
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
}
.main-slider .newsmain-txt{
  gap: 16px;
}
.main-slider .slick-dots li > button{
  background: transparent;
  border: 1px solid white;
}
.main-slider .slick-active  > button{
  background: white !important;
}
.advantages__list{
  border-top: 3px solid var(--main-2);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 8px;
  width: 100%;
}
.advantages__item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 233px;
  width: 100%;
  gap: 6px;
}
.advantages__item span{
  color: var(--main-2);
font-family: 'Bitter', sans-serif;
font-size: 34px;
line-height: 44px;
letter-spacing: 0.085px;
}
.header-slider-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 15px);
}
@media screen and (max-width: 1441px) {
  .header-slider-wrapper {
    width: 100%;
  }
  
}
@media (max-width: 860px){
  .main-slider .container-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .main-slider .slider-info{
    padding-right: 16px;
    top: unset;
    bottom: 0;
    justify-content: end;
    height: 965px;
  }
  .main-slider .slider-info::before{
    background: linear-gradient(0deg, #CFCFCF 33.65%, rgba(207, 207, 207, 0.80) 64.74%, rgba(207, 207, 207, 0.00) 81.73%);
    width: 100%;
    height: 100%;
  }
  .main-slider .slider-list{
    height: 965px;
    max-width: 100%;
  }
  .main-slider .slider-img{
    height: 600px;
  }
  .main-slider .contacts{
    order: 3;
  }
  .main-slider .advantages__list{
    order: 1;
    border-top: none;
    border-bottom: 3px solid var(--main-2);
    padding-bottom: 16px;
  }
  .main-slider .about{
    order: 2;
  }
  .about p:first-child{
    margin-top: 0;
  }
  .advantages__item{
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.035px;
  }
  .contacts li{
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2 !important;
}
.header-slider .slick-track,
.header-slider .slick-list {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.slick-slider,
.slick-slide {
  min-width: 0;
}

.header-slider__item {
  width: 100%;
  height: 100%;
  z-index: 2 !important;
}
.header-slider__image {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2 !important;
}

/*@media screen and (max-width: 1100px) {
  .intro {
    max-height: 650px;
  }
}

@media screen and (max-width: 992px) {
  .intro {
    height: 590px;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    height: 590px;
  }
  .intro-video {
    width: auto;
    max-width: auto;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 576px) {
  .intro-media {
    display: none;
  }
}*/
@media(max-width: 1100px){
  .header__topbar .header__column-left{
    /* max-width: 600px; */
    width: 100%;
  }
  
  header .schedule{
    padding-bottom: 143px;
  }
}
@media(max-width: 768px){
 
  .lang-inline > li:nth-child(4n){
    display: none;
  }
  .header-lang > li:nth-child(3n){
    margin-right: 0px;
  }
  .main-slider .newsmain-img, .news-grid .newsmain-img{
    height: 340px;
  }
  .hello-wrapper{
    display: block;
  }
  .hello-image{
    float: left;
  }
  .hello-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* .events_column .block_item_image{
    max-width: 150px;
  } */
  
}
/*контент на фоновом изображении*/
.main-content {
  position: absolute;
  z-index: 11;
  bottom: 30px;
  left: -webkit-calc(50% - 1440px/2);
  left: calc(50% - 1440px / 2);
}

/*style section main start*/
.main,
.inner-page .content-part {
  background: #fff;
}
.inner-page .main{
  background-color: var(--main--3);
}
.main-news {
  background: var(--main--3, #ECF5FF);
}
/* .main-news .news-main .news_row{
  margin-top: 8px;
} */
/*Отступы между секциями на главной*/
.main-padding {
  padding-top: 32px;
  color: #ffffff;
  width: 100px;
  max-width: 100%;
}

span.arrow-more {
  font-size: 18px;
  color: #015a8d;
  font-weight: 400;
}

.newsmain-all {
  z-index: 100;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 12px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsmain-all:hover {
  background: #c0edcd;
}

.newsmain-all svg path,
.preds-more svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



/*Заголовки на главной*/
.main-title {
  text-align: center;
}

h2.section-title,
h1.page-title,
h2.lenta_news_title,
#xmap .menutitle {
  color: var(--main-2);
  font-size: 48px;
  line-height: 68px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
h1.page-title,
h2.lenta_news_title,
#xmap .menutitle{
  text-align: start;
  color: var(--main-3);
}
@media(max-width: 650px){
  body h2, h1.page-title,
  h2.section-title,
  h1.page-title{
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 131.579% */
    letter-spacing: 0.095px;
  }
  .departments .slick-list{
    padding-top: 0;
  }
  
}
/*Меню баннеров Россоны*/
section.nav {
  background: #7cafda;
}

.menu-banners {
  width: 100%;
}

.menu-banners .container-wrapper {
  width: 100%;
  padding: 0;
}

.bvi-body .main-header div.menu-banners,
.bvi-body .main-header div.menu-banners .container-wrapper,
.bvi-body
  .main-header
  div.menu-banners
  .container-wrapper
  .menu-banners-wrapper {
  background-color: rgba(255, 255, 255, 0) !important;
}

.bvi-body .working-title {
  width: 170px;
}

.menu-banners-wrapper {
  /* display: grid;
  padding: 32px 0px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 92px;
  gap: 16px; */
  display: flex;
  gap: 32px;
  padding: 32px 0px;
}
.menu-banners-wrapper.desktop{
  width: 100%;
  gap: unset;
  /* justify-content: space-between; */
  justify-content: center;
}

.menu-banners-item,
.main-slider .menu-banners-item a,
.main-slider .menu-banners-item span,
header .menu-banners-item a,
header .menu-banners-item span{
  background: transparent;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
header .menu-banners-wrapper{
  position: absolute;
  position: sticky;
  max-width: 1440px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 22px auto;
  padding: 0;
  z-index: 999;
}
/* .menu-banners-item, */
header .menu-banners-wrapper > .menu-banners-item,
.main-banner-inner--mobile .menu-banners-wrapper > .menu-banners-item{
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
  background: rgba(22, 67, 202, 0.90);
  padding: 12px 8px 0;
  max-height: 92px;
  transition: 0.3s;
}

.menu-banners-item{
  
    width: 100%;
}
header .menu-banners-wrapper.desktop > .menu-banners-item{
  overflow: hidden;
  margin-left: 16px;
  margin-right: 16px;
  max-width: 208px;
  transition: max-width ease-in-out 0.3s;
  position: relative;
  
}
header .menu-banners-wrapper.desktop > .menu-banners-item:first-child{
  margin-left: 0;
}
header .menu-banners-wrapper.desktop > .menu-banners-item:last-child{
  margin-right: 0;
}
header .menu-banners-wrapper.desktop .drop-down-menu li a{
  max-width: 192px;
  width: 100%;
  min-height: 48px;
  padding-top: 8px;
      padding-bottom: 8px;
  }
  header .menu-banners-wrapper.desktop > .menu-banners-item .drop-down-menu .menu-banners-item{
      /* min-width: 192px; */
      width: 100%;
  }

header .menu-banners-wrapper.desktop > .menu-banners-item:hover{
  /* min-width: 224px; */
  max-width: 224px;
  transition: max-width ease-in-out 0.3s, flex-shrink ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
  padding-left: 16px;
    padding-right: 16px;
    flex-shrink: 0;
    box-shadow: none;
}
header .menu-banners-wrapper.desktop > .menu-banners-item:hover{
background: var(--main-2);
}
.menu-banners-item a,
.main-slider .menu-banners-item span,
.menu-banners-item a,header .menu-banners-item span{
  padding: 0;
}
@media(hover: hover){
  .menu-banners-item:hover {
    cursor: pointer;
    /* box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3),
      0px 4px 24px 0px rgba(0, 0, 0, 0.15); */
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: var(--main-2);
  }
}


.menu-banners-image,
.main-slider .menu-banners-wrapper img,
header .menu-banners-wrapper img{
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.menu-banners-wrapper.menu-banners{
  display: none;
  flex-direction: column;
}
.menu-banners-image-single {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.menu-banners-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.035px;
  color: #1b1b1b;
}

.menu-banners-link a {
  color: #1b1b1b;
}

.menu-banners-link a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

.nav ul {
  padding-left: 0;
}

/*меню баннеров*/

.menu-banner {
  padding-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0;
}

.menu-banner img {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-banner > li {
  height: 100%;
  position: relative;
}

.menu-banner > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 88px;
  text-decoration: none;
}

.menu-banner > li span {
  letter-spacing: 0.005em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

section.nav,
.nav.menu-sidebar {
  display: block;
}
.nav.menu-sidebar{
  padding: 8px;
}
.menu-banner ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 88px;
  left: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.15s ease;
  -o-transition: opacity 0.2s ease, visibility 0.15s ease;
  transition: opacity 0.2s ease, visibility 0.15s ease;
  background: rgba(209, 209, 209, 0.048);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1),
    inset 58.6px -58.6px 58.6px rgba(165, 165, 165, 0.048),
    inset -58.6px 58.6px 58.6px rgba(255, 255, 255, 0.048);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1),
    inset 58.6px -58.6px 58.6px rgba(165, 165, 165, 0.048),
    inset -58.6px 58.6px 58.6px rgba(255, 255, 255, 0.048);
  -webkit-backdrop-filter: blur(25.198px);
  backdrop-filter: blur(25.198px);
  width: 428px;
  z-index: 999999999999;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-banner ul li a {
  color: #1b1b1b;
  padding: 10px 16px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.menu-banner ul li a:hover {
  text-decoration: none;
  background: #e9e9e9;
}

.menu-banner > li:hover ul {
  visibility: visible;
  opacity: 1;
}

.menu-banner > li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.main-banner-inner--mobile {
  display: none;
}
header .menu-banners-wrapper .drop-down-menu,
header .menu-banners-wrapper .drop-down-list{
    bottom: 0;
    max-height: 92px;
    width: 100%;
    left: 0;
}
@media(hover:hover){
  header .menu-banners-wrapper .menu-banners-item:hover .drop-down-menu,
  header .menu-banners-wrapper .menu-banners-item:hover .drop-down-list{
      max-height: calc(100vh - 56px - 22px);
  }
  .menu-banners-wrapper > .menu-banners-item.drop-down:hover > .item-wrapper{
    position: absolute;
    padding: 12px 16px;
    background: var(--main-2);
}
.menu-banners-wrapper > .menu-banners-item.drop-down:hover{
  transition: max-height 0.5s;
   max-height: calc(100vh - 56px - 22px);
   overflow: visible;
}
}

.main-slider .menu-banners-wrapper .drop-down-menu,
header .menu-banners-wrapper .drop-down-menu{
  opacity: 0;
  visibility: hidden;
  /* position: absolute; */
}
.main-slider .menu-banners-wrapper span,
header .menu-banners-wrapper span{
  color: #FFF;
}
.main-slider .menu-banners-wrapper{
   padding: 0;
    z-index: 22;
    position: relative;
    margin-bottom: 32px;
}

.main-slider .menu-banners-wrapper .drop-down-list{
  display: none;
  /* padding: 12px 16px; */
    background: var(--main-2);
}
header .menu-banners-wrapper .drop-down-list{
  display: block;
  max-height: 92px;
  background: var(--main-2);
}
@media(hover: hover){
  .menu-banners-wrapper > .menu-banners-item.drop-down:hover{
    position: relative;
    z-index: 200;
    transition: all ease 0.4s;
}
.menu-banners-wrapper > .menu-banners-item:hover  .drop-down-menu > .drop-down-list >.menu-banners-item{
  background: var(--main-2);
  }
  .menu-banners-wrapper > .menu-banners-item.drop-down:hover .drop-down-list{
    display: flex;
    flex-direction: column;
  }
  .menu-banners-wrapper > .menu-banners-item.drop-down:hover > .item-wrapper .drop-down-menu{
    opacity: 1;
    visibility: visible;
    /* position: static; */
    transition: all ease 0.4s;
    min-height: 90px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: var(--main-2);
      
  }
  .menu-banners-wrapper > .menu-banners-item.drop-down:hover > a{
    position: absolute;
    top: -100%;
    background: var(--main-1);
    transition: position ease 0.4s;
  }
  .menu-banners-wrapper > .menu-banners-item.drop-down:hover > .item-wrapper{
    height: fit-content;
    position: absolute;
    bottom: 0;
    max-height: calc(100vh - 56px);
    overflow-y: scroll;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
  }
  .main-slider .menu-banners-wrapper > .menu-banners-item:hover > .item-wrapper > a,
  header .menu-banners-wrapper > .menu-banners-item:hover > .item-wrapper > a{
    background: var(--main-2);
    transition: all ease 0.4s;
  }
}






.menu-banners-wrapper .item-wrapper{
  width: 100%;
  height: 100%;
}

.main-slider .menu-banners-wrapper a,
header .menu-banners-wrapper a,
header .menu-banners-wrapper span{
  color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
letter-spacing: 0.035px;
}
header .menu-banners-wrapper > .menu-banners-item span{
  font-weight: 600;
}
header .menu-banners-wrapper > .menu-banners-item a{
padding-bottom: 16px;
}
.main-slider .drop-down-list a,
header .drop-down-list a{
  padding: 0;
}
.main-slider .drop-down-list .menu-banners-item,
header .drop-down-list .menu-banners-item{
  box-shadow: none;
}
@media screen and (max-width: 1140px) {
  .menu-banner > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .menu-banner > li span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 992px) {
  .menu-banners-item a{
    width: 100%;
    display: flex;
      align-items: center;
      gap: 24px;
      flex-direction: column;
  }
  .menu-banners-item .item-wrapper > a{
    max-height: 84px;
  }
  .menu-banners-item .item-wrapper > a img{
    width: 24px;
    height: 24px;
  }
  .menu-banners-wrapper > .menu-banners-item > .item-wrapper > a{
    gap: 16px;
    padding-bottom: 8px;
  }
  .menu-banners-wrapper >.menu-banners-item > .item-wrapper >  a,
  .menu-banners-wrapper > .menu-banners-item > .item-wrapper > a span{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.014px;
  }
  .menu-banners-wrapper .drop-down-menu .menu-banners-item a{
    color: #FFF;
text-align: center !important;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
letter-spacing: 0.035px;
  }
  .menu-banners {
    display: none;
  }
  .menu-point.active {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-point {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .menu-point:hover {
    cursor: pointer;
  }
  .main-banner-inner--mobile {
    display: block;
  }
  .main-banner-inner--desktop {
    display: none;
  }
  .main-banner-inner--mobile .menu-banners {
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    display: block;
    position: fixed;
    top: 56px;
    right: 0;
    bottom: auto;
    left: auto;
    background: #FFFFFF;
    width: 280px;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  
    height: auto;
    padding-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 100;
    flex-wrap: nowrap;
  }
  .main-banner-inner--mobile .menu-banners.opened {
    -webkit-transform: translate(0);
            transform: translate(0);
            height: calc(100vh + 72px);
          overflow-y: auto;
  }
  .menu-banners .container-wrapper {
    padding: 0;
  }
  .menu-banners-item {
    box-shadow: none;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    padding: 8px 16px;
    width: 100%;
  }
  .menu-banners-link {
    text-align: left;
    width: -webkit-calc(100% - 24px - 20px);
    width: calc(100% - 24px - 20px);
  }
  .menu-banners-image {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .menu-banners-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu-banners-wrapper.menu-banners{
    /* display: flex; */
    gap: 16px;
    padding: 16px;
    background: linear-gradient(270deg, #062274 0%, rgba(6, 34, 116, 0.00) 100%);
  }
  .menu-banners-wrapper.menu-banners .drop-down-menu{
    display: none;
  }
  .menu-banners-wrapper.desktop,
  .main-slider .menu-banners-wrapper.menu-banners,
  header .menu-banners-wrapper.menu-banners{
    display: none;
  }
  .menu-banners .menu-banners-item.active-menu{
    background: var(--main-2);
  }
  .menu-banners .menu-banners-item.active-menu .menu-banners-item{
    background: transparent;
  }
  .menu-banners .menu-banners-item.active-menu .menu-banners-item a{
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .menu-banners .container-wrapper {
    padding: 0;
  }
  .menu-banners-wrapper {
    padding: 0;
    gap: 0;
  }
  section.nav {
    display: block;
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: 0;
    -ms-overflow-style: none;
    min-width: 100%;
  }
  section.nav::-webkit-scrollbar {
    display: none;
  }
  .menu-banners-item {
    min-height: 48px;
    padding: 8px 16px;
  }
  
  .main-banner-inner--mobile .menu-banners-wrapper.opened > .menu-banners-item.active-menu{
    max-height: 2000px;
    /* height: calc(100vh + 72px); */
    height: fit-content;
        overflow-y: auto;
        transition: 0.3s;
  }
  .menu-banners > .menu-banners-item{
    min-height: 84px;
    margin-bottom: 16px;
    width: 248px;
  }
  .container-wrapper .header__column-right{
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 16px;
    margin-top: 16px;
  }
  .header__bottombar{
    height: 56px;
  }
  .header__topbar .header__column-left,
  .header__topbar{
    position: static;
  }
 
  .logo__info h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
  
  .header-block__search{
    margin-right: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: unset;
    width: fit-content;
  }
  .header-block__search::after{
    display: none;
  }
  .header-block__search .input-group{
    flex-wrap: nowrap;
  }
  .header__topbar .header__column-left{
    /* max-width: 500px; */
  }
  
  header .schedule{
    padding-bottom: 8px;
    padding-top: 8px;
  }
 
  .header__topbar .header__column-left{
    background: transparent;
  }
  .additional-list-item.home a{
    margin-left: 0px;
  }
}
@media (max-width: 800px) {
  .menu-banners-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
}
@media(max-width: 767px){
  .header__bottombar{
    width: 100%;
  }
  

  .header {
    padding: 0;
  }
  .logo__list{
    position: relative;
    padding-top: 56px;
  }
  header .button-search{
    right: -8px;
  }
  .logo__item{
    gap: 16px;
  }
  .logo__item-additional{
    gap: 8px;
  }
  .logo__item-additional .logo__img a{
    align-items: center;
  }
 
 
  .bannergroup.socials{
    position: absolute;
    left: 0;
    margin-left: 0;
  }
  footer .bannergroup.socials{
    left: auto;
    right: 16px;
    flex-direction: column;
  }
  .bannergroup.socials .banners__item{
    margin-left: 0;
  }
  header .bannergroup.socials .banners__item{
    margin-right: 24px;
  }
  footer .bannergroup.socials .banners__item{
    margin-left: 0;
    margin-bottom: 24px;
    margin-right: 16px;
  }
  ul.header-lang ul{
    display: none;
  }
  /* .header__topbar{
    flex-direction: column-reverse;
    gap: 16px;
  } */
  
  .container-wrapper .header__column-right{
    flex-direction: row-reverse;
    margin-top: 0;
    align-items: center;
  }
  .header-lang{
    margin-bottom: auto;
    margin-top: auto;
  }
  header .schedule{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
  }
  
}


/*style menu-sidebar-right start*/

.menu-sidebar img {
  display: none;
}

.menu-sidebar li,
.right-inner-sidebar {
  list-style-type: none;
  /* font-family: "Open Sans", serif; */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
}

.menu-sidebar > li:hover > a {
  background: var(--main--3);
}

.menu-sidebar li a,
.right-inner-sidebar li a,
.nav.menu-sidebar li a {
  /* font-family: "Open Sans", serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
  position: relative;
  padding: 14px 16px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
  border-radius: 2px;
}

.menu-sidebar > li.active > a:hover,
.right-inner-sidebar li.active > a,
.menu-sidebar li.active > a {
  background: white;
}

.menu-sidebar li > .nav-child > li a {
  padding: 14px 16px;
}

ul.nav-child {
  padding-left: 0;
  margin-bottom: 0;
}

ul.nav-child > li a {
  padding-left: 20px;
}

/*активный пункт меню sidebar*/
.menu-wrapper{
  margin-right: 32px;
  margin-top: 32px;
}
.menu-sidebar li a{
  text-align: start;
}
.menu-sidebar > li.active > a {
  background: white;
}

.menu-sidebar ul.nav-child > li.active > a {
  background: #e3e3e3;
}

.menu-sidebar > li.active > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  text-align: left;
}
.menu-sidebar > li.active > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0025em;
}

.menu-sidebar li {
  position: relative;
  margin:  4px 8px;
  border-radius: 2px;
}
.menu-sidebar li.active.deeper {
  background: #e3e3e3;
}
.menu-sidebar li.active.deeper > a {
  background: #e3e3e3;
}

.menu-sidebar > li.active > ul > li:hover a {
  text-decoration: none;
}

.menu-sidebar > li > ul > li > a:hover {
  background: var(--main--2);
}

@media screen and (max-width: 992px) {
  .menu-sidebar li a:before {
    position: absolute;
    left: 24px;
  }
  .menu-sidebar li > .nav-child > li a:before {
    position: absolute;
    left: 34px;
  }
  .menu-sidebar {
    margin-top: 0;
  }
}

/*Новости на главной*/
/* общие стили для новостей и карточек аренды */
.newsmain-wrapper{
  flex-wrap: nowrap;
  gap: 32px;
}
@media(max-width: 992px){
  .newsmain-wrapper{
    gap: 16px;
  }
}
.newsmain-item{
  max-height: 544px;
}
.newsmain-item .newsmain-img{
  height: 296px;
  flex-shrink: 0;
    align-self: stretch;
    margin: 0;
}
.newsmain-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin: 0;
  flex: 1 0 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border: 3px solid var(--main--1);
  background: #FFF;
  padding: 0;
  border-radius: 3px;
}
.newsmain-item:hover{
  border: 3px solid var(--main-2);
}
.inner-page .main-news{
  display: none;
}
.main-news .container-wrapper{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;

}

.main-news .all-btn{
  margin-left: auto;
  margin-right: 0;
}

.main-news .block_item_text{
  justify-content: flex-start;
  gap: 19px;
  min-height: 72px;
    max-height: 320px;
}
.main-news .news-subtitle{
  margin: 0px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    p{
      margin: 0;
    }
}
.main-news .newsmain-img{
  width: 100%;
  height: 296px;
}
.main-news .newsmain-txt{
  max-width: unset;
  padding: 15px 16px 13px 16px;
}
.main-news .info_row{
  order: 1;
  
  
.info_data{
  padding: 0px;
  margin: 0px;
  color: var(--main-2);
  font-size: 10px;
  line-height: 14px; /* 140% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
}
.main-news .text__title {
  order: 2;
}

.newsmain-wrapper{
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.main-news .newsmain-wrapper{
  padding-bottom: 0px;
}
 .btn_row{
  display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    justify-content: center;
}
.main-news .news-grid {
  padding-bottom: 88px;
  padding-top: 90px;
}
.main-news .news-grid .newsmain-img{
  margin-right: 0px;
  height: 100%;
}
.main-news .news-grid .newsmain-wrapper{
  height: 100%;
  padding-bottom: 0;
}
.main-news .news-grid h3{
  color: #080808;
  font-size: 38px;
  font-weight: 500;
  line-height: 50px; /* 131.579% */
  letter-spacing: 0.095px;
}
.main-news .news-grid .newsmain-txt{
  bottom: 0;
  padding: 14px 56px 24px 24px;
  width: 100%;
    max-width: unset;
    height: unset;
}
.main-news .news-grid .newsmain-item{
  position: relative;
  height: 656px;
  border: none;
}
.main-news .news-grid .newsmain-item::after{
  content: '';
  background: linear-gradient(180deg, rgba(197, 225, 232, 0.00) 0%, rgba(210, 230, 250, 0.80) 60.9%, #D2E6FA 100%);
  height: 488px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.newsmain-wrapper .newsmain-all .secondary-button {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}


/* .news-block .newsmain-item{
  margin: 8px 0;
} */
.newsmain-item:last-child {
  padding-bottom: 0;
  
}

.newsmain-item:hover,
.blog-item:hover {
  cursor: pointer;
}

.newsmain-item:after {
  display: block;
  clear: both;
  content: '';
}

.newsmain-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsmain-img,
.blog-item .item-image{
  margin-right: 16px;
}
.inner-page .blog-item{
  margin-bottom: 16px;
}

/* .readmore{
  position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.newsmain-txt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 8px;
  overflow: hidden;
}
.home .readmore a{
  font-size: 0px !important;
} */
.newsmain-txt .intro-text{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.035px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    
}
.news-block .newsmain-txt .intro-text{
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

/* услуги на главной */
.main-services,
.departments{
  background-color: var(--main--1);
}
.main-services .mod-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  padding-top: 32px;
    padding-bottom: 32px;
    transition: 0.4s;
}
.main-services ul li a{
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  transition: 0.3s;
}
@media(hover: hover){
  .main-services ul li a:hover:before{
    background: var(--main--2);
    box-shadow: 4px 4px 16px 0px rgba(29, 29, 32, 0.10), 0px 0px 1px 0px rgba(29, 29, 32, 0.25);
  }
}

.main-services ul li img{
  position: relative;
  width: 223px;
  height: 223px;
  padding: 67.5px;
  box-sizing: border-box;
}
.main-services ul li a:before{
  content: '';
  border-radius: 50%;
  background: var(--main--3);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 223px;
  height: 223px;
  z-index: 0;
  transition: 0.3s;
}
.main-services ul li .image-title{
  color: var(--main-3);
  text-align: center;
  font-family: "Bitter", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
  padding: 10px 0;
  min-height: 72px;
  max-width: 223px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px){
  .main-services ul li .image-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 0.024px;
    max-width: 156px;
  }
  .main-services ul li img,
  .main-services ul li a:before{
    width: 156px;
    height: 156px;
  }
  .main-services ul li img{
    padding: 50px;
  }
}
@media (max-width: 600px){
  .main-services .mod-list{
    gap: 16px;
  }
}
/* аренда площадок */

.main-rent .moduleItemExtraFieldsLabel,
.main-rent .text__address{
  color: var(--main-2);
}

.main-rent .text__address{
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.048px;
  order: 1;
}
.main-rent .text__title,
.main-news .text__title {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.main-rent .block_item_text{
  justify-content: space-between;
}
.main-rent .block_item_text,
.main-news .block_item_text{
  padding: 15px 13px 13px 13px;
  align-items: flex-start;
  flex: 1 1 100%;
}

.main-rent .newsmain-title a{
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
}
.main-rent .news-subtitle{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
    color: #454545;
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.035px;
    p{
      margin: 0;
    }
}
.main-rent .moduleItemExtraFields{
  padding-left: 16px;
    padding-right: 16px;
}
.main-rent .moduleItemExtraFields ul{
  padding-bottom: 16px;
    padding-top: 16px;
}
.main-rent .moduleItemExtraFieldsLabel{
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.15px;
}
.main-rent .price .moduleItemExtraFieldsValue{
  color: var(--main-3);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.main-rent .read_more{
  position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px;
}
@media(max-width: 992px){
  
  .newsmain-item .newsmain-img{
    height: 200px;
  }
  .newsmain-item {
    max-height: 530px;
}
}
@media(max-width: 768px){
  .newsmain-wrapper{
    flex-direction: column;
  }
  .main-news .newsmain-item{
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-news .newsmain-img{
    flex-basis: 30%;
  }
  h2.section-title, h1.page-title{
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-align: center;
  }
  
}
@media(max-width: 600px){
  .main-news .newsmain-item{
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-news .newsmain-img{
    flex-basis: unset;
  }
}
/* подразделения на главной */
#department-map{
  margin-bottom: 16px;
}
.departments .container-wrapper{
  display: flex;
  flex-direction: column;
}
.departments .newsmain-txt{
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}
.departments .newsmain-txt .intro-text,
.mediagallery .blog-item .intro-text{
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.departments .all-btn{
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 32px;
  margin-top: 16px;
}
.main-slider .newsmain-title a:hover {
  
  color: #9BCDFF;
  transition: color ease 0.4s;
}
.newsmain-title a:hover {
  text-decoration: none;
  color: var(--main-1);
  transition: color ease 0.4s;
}

.newsmain-prev {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #1b1b1b;
  padding-bottom: 16px;
}

.moduleItemIntrotext,
a.moduleItemImage {
  color: #1b1b1b;
  letter-spacing: 0.08px;
}

.newsmain-more,
.newsmain-item .readmore a,
.category-list .readmore{
  font-size: 0 !important;
  display: block;
  text-align: right;
  position: absolute;
  padding: 12px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0px;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-color: transparent;
    position: relative;
}
.readmore a{
  text-align: right;
  background-color: transparent;
    border-color: transparent;
    position: relative;
}
.readmore a::after,
.category-list .readmore::after{
  content: '';
    background-image: url(/templates/rinok-uslug_1.0/images/icons/forward.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.readmore a:hover::after{
  background-image: url(/templates/rinok-uslug_1.0/images/icons/forward.svg);
}
.readmore a.btn-secondary:hover{
  background-color: transparent;
  border-color: transparent;
}
.newsmain-more:hover {
  background: #c0edcd;
}
.newsmain-more:hover svg path,
.newsmain-all:hover svg path {
  stroke: #38bc60;
}
button.newsmain-more a:hover,
.newsmain-all a:hover {
  text-decoration: none;
}

.newsmain-all a:active {
  text-decoration: none;
}

.newsmain-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  color: #6C6C6E;
  margin-top: 4px;
  margin-bottom: 15px;
}

.newsmain-title a,
.newsmain-title,
.block_item h2.news-title,
.block_item h2.news-title a{
  font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px;
  letter-spacing: 0.016px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #454545;
}
.block_item h2.news-title,
.block_item h2.news-title a{
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.085px;
}
/* .news-block .newsmain-title,
.news-block .newsmain-title a{
  -webkit-line-clamp: 2;
  line-clamp: 2;
  min-height: 53px;
    max-height: 68px;
    height: fit-content;
} */
#events-list .newsmain-title a,
#exhibitions-list .newsmain-title a{
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
#events-list .newsmain-img,
#exhibitions-list .newsmain-img{
  height: 177px;
}
.newsmain-slider {
  width: 100%;
  position: relative;
  min-width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* новости внутренние */
.article_wrap,
.lenta_wrap{
  width: 100%;
  padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-top: 32px;
}
.block_social_row{
  background: var(--main--3);
  text-align: center;
  position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.block_social_row ul{
  display: flex;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    align-items: center;
}
#__utl-buttons-1 .uptl_toolbar>ul>li>.sn-icon, #__utl-buttons-1 .uptl_share_more_popup__list .sn-icon, #__utl_follow-popup-panel-wrapper___utl-buttons-1 p .__utl_logo>.sn-icon{
  background-color: #1D446B !important;
}
.block_item,
.itemContainer {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  border-radius: 4px;
    border: 3px solid var(--main--1);
    transition: 0.3s;
}
.block_item:not(:last-child){
  margin-bottom: 16px;
}
.block_item .info_row{
  order: 1;
  margin-bottom: 24px;
}
.block_item .news-title{
  order: 2;
}
.block_item .news-subtitle{
  order: 3;
}
.block_item .block_arrow{
  order: 4;
}
.block_item .info_data{
  color:  #6C6C6E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.048px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.block_item_text{
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 32px;
    
}

.block_item .block_item_image,
.catItemImage{
  width: 472px;
height: 352px;
flex-shrink: 0;
display: flex;
margin-bottom: 0px;
margin-right: 0;
}
.catItemImage img{
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.block_item .news-subtitle{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 10px;
}
.block_item .thirdy-button{
  margin-top: 8px;
}
.block_item .block_item_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-page .page-header,
.content-category h1,
.com-content-category-blog h1{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.item-pagenews .page-header h1{
  text-align: start;
}
.blog-item .page-header h2{
  color: #1B1B1B;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: 0.03px;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper{
  box-shadow: none !important;
  border: none !important;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg{
  width: 100% !important;
  height: 100% !important;
  background-position: center;
    background-size: cover;
}
/* ul.sigProClassic li.sigProThumb a.sigProLink{
  max-width: 448px;
  width: 100% !important;
  height: 100% !important;
} */
.page-header h1,
.blog h1,
.content-category h1{
  text-align: center;
  color: #494949;
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: 48px; /* 141.176% */
letter-spacing: 0.085px;
}
.blog-item .readmore{
  position: static;
}
.blog-item .readmore a{
  color: var(--main-2);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  letter-spacing: 0.175px;
  text-transform: uppercase;
  padding: 10px 8px;
  width: fit-content;
  display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -8px;
}
.article_block_image{
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  max-width: 334px;
  width: 100%;
  height: 248px;
  border-radius: 4px;
  overflow: hidden;
}
.article_block_image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-item .readmore a::after{
  display: none;
}
.btn-check:active+.btn-secondary:focus, 
.btn-check:checked+.btn-secondary:focus, 
.btn-secondary.active:focus, 
.btn-secondary:active:focus, 
.show>.btn-secondary.dropdown-toggle:focus{
  box-shadow: none !important;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus{
  background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
/* блог вывода медиа */
.blog.mediagallery .blog-item .intro-text{
  display: none;
}
.intro-text p{
  margin-top: 4px;
  margin-bottom: 4px;
}
/*стрелки навигации*/
.slick-arrow {
  z-index: 10;
  font-size: 0;
  border: none;
  z-index: 10;
  width: 56px;
  height: 56px;
  position: absolute;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/*ограничивающая оболочка*/
.slick-list {
  overflow: hidden;
}

.skick-slide {
  min-width: 0;
}
/* медиа на главной */

 .departments .section-title{
  margin-bottom: 8px;
    padding-top: 16px;
  /* margin-bottom: 24px; */
 }
 .departments .newsmain-wrapper,
 .mediagallery .blog-items{
  padding: 8px 0;
  display: block;
 }
 .departments .slick-slide > div{
  margin: 0 16px;
 }
 .departments .newsmain-wrapper{
  padding: 0 124px;
 }
 /* .mediagallery .blog-items{
  flex-wrap: wrap;
  justify-content: flex-start;
 } */
.departments .newsmain-item,
.mediagallery .blog-item{
  position: relative;
  margin: 16px 0;
  /* width: 100%;
    height: 360px;
    border: none;
    position: relative;
    min-width: 270px;
    max-width: 328px; */
}
/* .mediagallery .blog-item{
  max-width: 270px;
} */
.departments .newsmain-img::after,
.mediagallery .blog-item .item-image::after{
content: '';
width: 100%;
min-height: 104px;
max-height: 176px;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
/* background: linear-gradient(1deg, rgba(247, 247, 247, 0.00) 13.12%, rgba(230, 231, 232, 0.50) 40.77%, rgba(255, 255, 255, 0.50) 75.09%, rgba(197, 225, 232, 0.40) 97.81%); */
}
.departments .newsmain-img{
  /* height: 200px !important; */
  height: 250px;
    top: 0;
    width: 100%;
    z-index: 1;
    
}

.departments .newsmain-img.hidden{
  display: none;
}
.departments .newsmain-img img,
.mediagallery .blog-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .departments .newsmain-txt,
.mediagallery .page-header,
.inner-page .modal-body .item-image,
.inner-page .modal-body .page-header,
.inner-page .modal-body .article-info{
  display: none;
} */
.departments .newsmain-title,
.single-news .news-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  max-width: 409.92px;
  padding: 12px 16px;
  border-radius: 0px 4px 4px 0px;
  background: var(--main--2, #B4CFE8);
  min-height: 50px;
  max-height: 168px;
  height: auto;
  z-index: 2;
  display: flex;
    align-items: center;
    justify-content: center;
    transition:  ease 0.7s;
}
.departments .newsmain-title a,
.single-news .news-content h3{
  color: var(--main-3);
  font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 34px;
  display: flex;
  transition: ease 0.7s;
}
@media(hover: hover){
  .departments .newsmain-item:hover .newsmain-title{
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    transition: ease 0.7s;
  }
}

.departments .media__image-item .newsmain-img::before,
.departments .media__video-item .newsmain-img::before,
.mediagallery .media__image-item .item-image::before,
.mediagallery .media__video-item .item-image::before{
  content: '';
    
    z-index: 7;
    top: 16px;
    right: 16px;
    position: absolute;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-size: contain;
    filter: drop-shadow(2px 2px 16px rgba(29, 18, 43, 0.20));
}
.departments .media__image-item .newsmain-img::before,
.mediagallery .media__image-item .item-image::before{
  background: url(../images/icons/photo.svg);
}
.departments .media__video-item .newsmain-img::before,
.mediagallery .media__video-item .item-image::before{
  background: url(../images/icons/video.svg);
}
.departments .newsmain-item.show-media .newsmain-title{
  display: none;
}
.departments .newsmain-item.show-media{
  height: 200px;
}

/* анонсы на главной */
.section__row-announce .newsmain-item .newsmain-img{
  width: 177px;
}
.section__row-announce .newsmain-item .newsmain-txt{
  max-width: 100%;
}
.section__row-announce .newsmain-item{
border: 1px solid #E2E2E2;
background: #F5F4F4;
}
/*лента слайдов*/
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.slick-vertical .slick-track{
  display: block;
}
@media screen and (max-width: 1199px) {
  .padding {
    display: none;
  }
  .article_block_image{
    width: unset;
  }
}

@media(max-width: 768px){
  .block_item h2.news-title, .block_item h2.news-title a{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    }
    .block_item h2.news-title, .block_item h2.news-title a{
      line-clamp: none;
      -webkit-line-clamp: none;
    }
    .article_block{
      display: flex;
    flex-direction: column-reverse;
    }
 

}
@media screen and (max-width: 576px) {
  .newsmain-wrapper .newsmain-all .secondary-button {
    margin-left: 0;
  }
  .newsmain-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-rent .newsmain-item{
    flex-wrap: nowrap;
  }
  .section__row-announce .newsmain-item{
    flex-wrap: nowrap;
  }
  .newsmain-img {
    width: 100%;
    margin-right: 0;
    height: 192px;
  }
  .newsmain-item .newsmain-img img {
    height: 100%;
    width: 100%;
  }
  .newsmain-txt {
    width: 100%;
    padding-top: 22px;
    padding-left: 16px;
    max-width: 100%;
    padding-right: 16px;
  }
  .departments .newsmain-txt{
    padding-left: 0px;
  }
  .afisha-item{
    display: block;
  }
  .afisha-item img{
    float: left;
  }
  .afisha-item h3{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
  .director{
    border: none;
    position: relative;
  }
 
  .director__text{
    padding-right: 48px;
  }
 
  footer .contacts li:not(:last-child){
    margin-bottom: 12px;
  }
  .contacts span{
  color:  #E2E2E2;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.035px;
  }
  .main-news .news-grid h3{
    font-size: 26px;
font-style: normal;
font-weight: 500;
line-height: 34px;
  }
}
@media screen and (max-width: 372px) {
  .newsmain-wrapper .newsmain-all .secondary-button.icon {
    margin-top: 8px;
  }
  .newsmain-wrapper {
    padding-bottom: 24px;
  }
.main-rent .newsmain-wrapper {
  padding-bottom: 0px;
}
}

/*Первый слайдер Баннеров*/
.banner-main {
  width: 100%;
  position: relative;
}

.banner-main .slick-track {
  height: 100% !important;
}

.banner-main img {
  width: 100%;
  max-width: 100%;
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-main-wrapper {
  width: 90%;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1 !important;
}

.banner-main-carousel {
  position: relative;
  min-width: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1 !important;
}

.banner-main-arrow {
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
}

.banner-main-arrow.left {
  left: 0;
}

.banner-main-arrow.right {
  right: 0;
}

.banner-main-carousel h3 {
  position: absolute;
}

.banner-main-carousel .slick-slide {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-main-carousel h3 a {
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3a ease;
  -o-transition: all 0.3a ease;
  transition: all 0.3a ease;
}

.banner-main-carousel h3 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin: auto;
}

.slick-list {
  padding: 12px 0;
}

.slick-slider ul.slick-dots {
  padding-left: 0;
  padding-bottom: 16px;
}

.slick-dots li {
  float: left;
  margin: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.slick-dots button,
.left-banners
  .sidebar-menu-wrapper
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 0;
  width: 16px !important;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0 !important;
  border: 1px solid #fff;
  background: #CACBCF;
  color: #e3e3e3;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 30;
  opacity: 1;
}

.left-banners
  .sidebar-menu-wrapper
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0 !important;
}

.slick-active > button,
.left-banners
  .sidebar-menu-item
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main--1) !important;
  z-index: 30;
}

/*Актуальные баннеры, Вторая карусель баннеров*/
.actual-banners {
  background: #F7F7F7;
}

.second-banners {
  width: 100%;
  padding: 32px 0 0;
  position: relative;
  margin: auto;
}

.second-banners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.second-banners-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: #fff;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3),
    2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  width: 256px;
  height: 256px;
  margin-bottom: 32px;
  padding: 20px 16px;
}
.second-banners-item:nth-child(1) .second-banners-image, .second-banners-item:nth-child(2) .second-banners-image, .second-banners-item:nth-child(3) .second-banners-image, .second-banners-image {
  position: relative;
  width: 100%;
  height: 98px;
}

.second-banners-item:hover {
  cursor: pointer;
  border: 2px solid #2a8d48;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.second-banners-image img {
  max-width: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.second-banners-image {
  position: relative;
  width: 98px;
  height: 98px;
}

.second-banners-link a {
  font-family: 'Noto Serif', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03px;
  color: var(--main-2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 8px;
  min-height: 40px;
}

.second-banners-link a:hover {
  text-decoration: none;
  color: var(--main-2);
}

@media (max-width: 1150px) {
  .second-banners-wrapper {
    justify-content: center;
        gap: 0 32px;
  }
}

@media (max-width: 767px) {
  .second-banners-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .second-banners .second-banners-item:last-child {
    margin-bottom: 0;
  }
  .lenta_wrap{
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 350px) {
  .second-banners-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
  }
}
/* Баннер Объявление */
.advertisement{
  overflow: hidden;
}
.advertisement .banners__item{
  display: flex;
}
.advertisement .banners__item img{
  width: 65%;
  margin-right: -256px;
  
}
.advertisement .banner-item__text{
  padding-right: 91px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* max-width: 716px; */
}
.advertisement h2.section-title{
  text-align: left;
  font-size: 74px;
font-weight: 700;
letter-spacing: -0.37px;
width: max-content;
}
.advertisement .banner-item__text p{
  color: #434445;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%; /* 39px */
  letter-spacing: 0.13px;
  margin-bottom: 32px;
}
/* Интернет-ресурсы */
.internet-resources{
  background-color: var(--main--3);
}
/* .internet-resources .container-wrapper{
  display: flex;
  flex-direction: column;
} */

.internet-resources .mod-articles-items{
  position: relative;
  padding-left: unset;
}

.internet-resources .mod-articles-title{
  display: flex;
    order: 2;
    align-items: center;
    color: #080808;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 127.273% */
letter-spacing: 0.033px;
}
.internet-resources .mod-articles-item{
  background: #FFF;
  padding: 16px 24px 8px 24px;
  height: 280px;
  margin-left: 16px;
    margin-right: 16px;
    transition: ease 0.4s;
}
.internet-resources .mod-articles-item:hover{
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10), 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: ease 0.4s;
}
.internet-resources .mod-articles-item-content{
  flex-direction: row;
    display: flex;
    position: relative;
}
.internet-resources .mod-articles-image,
.internet-resources-page .blog-item .item-image{
  order: 1;
  width: 120px;
  height: 120px;
  padding: 16px;
}
.internet-resources-page .blog-item .item-image{
  order: unset;
}
.internet-resources .intro-text{
  position: absolute;
    padding-top: 130px;
    overflow: hidden;
    color: #434445;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.035px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    overflow: hidden;
    padding-left: 16px;
}
.internet-resources .all-btn{
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  margin-bottom: 32px;
}
@media(max-width: 460px) {
  .internet-resources .mod-articles-items{
    margin-bottom: 0;
  }
  .internet-resources .all-btn{
    flex-direction: column;
    margin-bottom: 24px;
  }
  .internet-resources .intro-text{
    padding-left: 0;
  }
  .internet-resources .mod-articles-item{
    padding-left: 16px;
    padding-right: 16px;
  }
  .internet-resources .secondary-button{
    text-align: center;
  }
}
/*Меню баннеров левая колонка*/
aside.sidebar-menu,
.inner-page .sidebar-menu-wrapper{
  max-width: 344px;
  min-width: 240px;
  width: 100%;
  background: #F5F4F4;
  border-right: 1px solid #e2e2e2;
}
/* .body__sections{
  width: 75% !important;
} */
.body__sections section{
  margin-bottom: 32px !important;
  justify-content: space-between;
}
.section__row-info{
  flex-wrap: nowrap !important;
}
aside.sidebar-menu,
.body__sections{
  flex: 0 0 auto;
  padding: 0;
}
aside .sidebar-menu-wrapper,
.inner-page .sidebar-menu-wrapper{
  padding-left: 0;
  padding-top: 16px;
}
.inner-page .sidebar-menu-wrapper{
  width: 24.5%;
  flex-shrink: 0;
}
.sidebar-menu-wrapper{
  /* width: 24.5%; */
    /* flex-shrink: 0; */
    padding-left: 0;
    position: relative;
}
.menu-sidebar{
  min-width: 223px;
  max-width: 350px;
  flex-shrink: 0;
  background: var(--main--2);
  padding: 4px 0px;
  border-radius: 4px;
}
.menu-sidebar li img{
  display: none;
}
.menu-sidebar li.active > .mod-menu__sub{
  background-color: #ffff;
}
.left-banners-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  min-height: 300px;
  margin-right: 16px;
}

.left-banners {
  z-index: 10;
  width: 100%;
  position: relative;
  height: 100%;
}

.left-banners .swiper {
  height: 100%;
}

.main-news {
  overflow: hidden;
}

.sidebar-menu-wrapper.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  height: 100%;
  width: 100%;
}

/*для внутренних*/
.left-inner-sidebar .sidebar-menu-wrapper.swiper-wrapper {
  position: relative;
  top: 0;
}

.left-banners-image {
  height: 72px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e3e3e3;
}

.left-banners-image img,
.sidebar-menu-item img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* .sidebar-menu-item, */
.sidebar-menu-item a {
  padding: 8px 16px;
  /* margin: 12px 0; */
  min-height: 48px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08px;
  color: #1b1b1b;
}
.sidebar-menu-item span{
  font-family: "Roboto", serif;
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.left-inner-sidebar .sidebar-menu-item {
  padding-right: 16px;
}

.sidebar-menu-item.swiper-slide {
  min-height: 72px !important;
  height: auto !important;
}

.left-banners-link {
  margin-left: 12px;
}

.sidebar-menu-item a:hover {
  text-decoration: none;
  color: #1b1b1b;
}
@media(max-width: 992px){
  .inner-page .sidebar-menu-wrapper{
    display: none;
  }
}
@media (max-width: 767px) {
  .main-news .left-banners-container {
    height: 300px;
  }
  .left-banners-container::after {
    right: -16px;
  }
  .sidebar-menu-item {
    /* padding-top: 12px;
    padding-bottom: 12px; */
    margin: 0;
  }
  .menu-sidebar{
    width: 100%;
  }
  .inner-page .inner-wrapper{
    flex-direction: column-reverse;
  }
  .blog-item{
    max-width: 100%;
  }
  h1.page-title, h2.lenta_news_title, #xmap .menutitle{
    font-size: 34px;
    font-weight: 400;
    line-height: 44px; /* 129.412% */
    letter-spacing: 0.085px;
  }
  .menu-sidebar,
  .menu-wrapper{
    max-width: 100%;
    margin-right: 0px;
  }
  .header-block__search .k2SearchBlock input.inputbox{
    border-bottom: none
  }
}

@media (max-width: 400px) {
  .left-banners-container .swiper-pagination {
    right: 5px !important;
  }
  .body__sections section{
    margin-bottom: 16px !important;
  }
 
}

/*Баннеры в два ряда центральные*/
section.middle {
  background: #fff;
}

.middle-banners-container {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.middle-banners.swiper {
  width: 100%;
  overflow: visible;
}
/* .middle-banners .swiper-wrapper,
.actual-banners .banners {
  display: grid;
  grid-template-columns: minmax(156px, 512px) minmax(156px, 512px);
  flex-shrink: 1 !important;
} */
.middle-banners .swiper-wrapper{
  gap: 32px;
}

.middle-banners-image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.middle-banners-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  z-index: 10;
}

.middle-banners-link {
  z-index: 150;
  font-family: 'Noto Serif', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03px;
  color: var(--main-2);
  width: 100%;
  max-width: 408px;
  padding: 8px 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ebfbff;
}

.middle-banners .swiper-slide {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 100% !important;
  height: 140px !important;
  background-color: #2843a4;
}

.middle-banners .middle-banners-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #2843a4 0%, rgba(40, 67, 164, 0) 71.15%);
  z-index: 100;
}
.middle-banners-item:hover {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.middle-banners-item:hover .middle-banners-link {
  background: #1c5f30;
}
.middle-banners-item:hover .middle-banners-link a {
  color: #fff;
}

.middle-banners-link a {
  color: var(--main-2);
}

.middle-banners-link a:hover {
  text-decoration: none;
}

.middle-banners-item {
  position: relative;
}
.middle-banners .swiper-pagination {
  display: none;
}

@media (max-width: 1100px) {
  .middle-banners-link {
    font-size: 20px;
    line-height: 24px;
  }
  .section__row-announce .newsmain-item .newsmain-img{
    width: 128px;
    height: 128px;
    flex-shrink: 0;
  }
  
}
@media (max-width: 992px) {
  .middle-banners-link {
    max-width: 90%;
  }
  @media(hover: hover){
    .menu-banners-wrapper > .menu-banners-item.drop-down:hover > .item-wrapper{
      position: static;
    }
  }
  
  /* .newsmain-txt{
    padding-right: unset;
  } */
}

@media (max-width: 600px) {
  .middle-banners .swiper-wrapper {
    display: flex;
  }
  .middle-banners .swiper-pagination {
    display: block;
    bottom: 0 !important;
  }
  .middle-banners.swiper {
    overflow: hidden;
    height: 180px;
  }
  .middle-banners .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }
  .middle-banners .swiper-pagination-bullet-active {
    background: #00c0f5 !important;
    transform: scale(1);
  }
  .middle-banners .swiper-slide {
    margin-right: 0 !important;
  }
  .hello-image{
    width: 115px;
    height: 149px;
  }
  .hello-wrapper .section-title, .hello-wrapper .section-title span{
    font-size: 42px;
        line-height: 54px;
  }
 
}
/*Баннеры Внимание*/
section.attention {
  background: #ffffff;
}

section.attention .row{
  gap: 32px;
    flex-wrap: nowrap;
}
/* .attention__slider{
  height: 512px;
} */
.attention-banners{
  padding-top: 12px;
  position: relative;
  width: 62%;
  background: #F5F4F4;
  padding: 0 !important;
}
.attention-banners::after{
  content: "";
  background: #F5F4F4;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
}
.attention .swiper-arrows{
  background: linear-gradient(270deg, #F5F4F4 0%, rgba(245, 244, 244, 0.00) 100%);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48px;
    z-index: 3;
}
.attention-banners-container {
  width: 100%;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 72px;
  position: relative;
  z-index: 10;
  padding-right: 16px;
  background: #fff;
}

.attention__slider .attention-banners{
  
  width: 100%;
  
  
}
.attention-banners .section-title{
  padding-top: 8px;
}
.attention__slider .slick-list{
  padding: 0;
}
.attention-banners .swiper-button-next::after{
  content: '' !important;
  background: url('/templates/rinok-uslug_1.0/images/icons/triangle-arrow_right_dark.svg');
  width: 24px;
  height: 24px;
}
.attention-banners .swiper-button-prev{
  left: 50% !important;
  top: 30px !important;
  transform: rotate(90deg) translateY(50%);
}
.attention-banners .swiper-button-next{
  top: auto !important;
  bottom: 0px !important;
  transform: rotate(90deg) translateY(50%);
  left: 50% !important;
}
.attention-banners .swiper-button-prev:after{
  content: '' !important;
  background: url('/templates/rinok-uslug_1.0/images/icons/triangle-arrow_left_dark.svg');
  width: 24px;
  height: 24px;
}
/* .attention-banners-item.swiper-slide, */
.attention-banners-item{
  /* height: 160px !important; */
  margin-bottom: 16px;
  transition: all 0.4s ease;
}
.attention-banners-item a {
  border: 2px solid transparent;
  /* width: calc(100% - 64px); */
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 32px;
  font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px;
color: #1b1b1b;
background-color: #fff;
transition: all 0.4s ease;
}
.slick-arrow{
  position: absolute;
}
.slick-arrow::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
    height: 24px;
}
.slick-prev,
.slick-next{
  top: 50%;
  transform: translateY(-50%);
}
.slick-next{
  right: 0;
}
.slick-prev{
  left: 0;
}
.slick-next::after{
  background: url(/templates/rinok-uslug_1.0/images/icons/triangle-arrow_right_dark.svg);
}
.departments .slick-next::after{
  background: url(/templates/rinok-uslug_1.0/images/icons/triangle-arrow_right_light.svg);
}
.slick-prev::after{
  background: url(/templates/rinok-uslug_1.0/images/icons/triangle-arrow_left_dark.svg);
}
.departments .slick-prev::after{
  background: url(/templates/rinok-uslug_1.0/images/icons/triangle-arrow_left_light.svg);
}
.departments .slick-list{
  padding-bottom: 0px;
}
.slider_arrow{
  background: linear-gradient(270deg, #e3e3e3 0%, rgba(227, 227, 227, 0) 100%);
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.slick-arrow{
  background: transparent;
}
/* .attention-banners-item.swiper-slide{
  height: 160px !important;
} */
.attention-banners-item a:hover {
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 
  0px 1px 3px 0px rgba(0, 0, 0, 0.30);
  cursor: pointer;
  transition: all 0.4s ease;
}

.attention-banners-image,
.attention-banners-item img {
  width: 208px;
  height: 100%;
  background: #ffffff;
  object-fit: cover;
  padding: 16px;
}
.attention-banners-image img {
  height: 100%;
  width: 208px;
  object-fit: cover;
}

.swiper-pagination {
  right: 24px !important;
}
.attention-banners-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
}
.attention-banners-container
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00c0f5 !important;
  transform: scale(1);
}

.attention-banners-link {
  font-family: 'Noto Serif', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #0c1431;
  margin: 0 auto;
  text-align: center;
  padding: 16px;
  transition: all 0.4s ease;
}

.attention-banners-link a {
  color: #0c1431;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.attention-banners-link a:hover {
  text-decoration: none;
  color: #4053a0;
  transition: all 0.4s ease;
}

/* Баннеры Актуальное */
.actual-banners .banners{
  height: 100%;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  width: 100%;
  flex-wrap: wrap;
  padding-top: 64px;
  row-gap: 16px;
}

.actual-banners .banners__item{
  /* background: var(--main-1); */
  width: 49%;
  height: 200px;
  margin-left: 16px;
  margin-right: 16px;
}
/* .actual-banners .banners__item,
.actual-banners .banners__item a, */

.partner-banners .banners__item a,
.internet-resources .banners__item a{
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.actual-banners .banners__item .item__image{
  height: 100%;
}
.partner-banners .banners__item{
  height: 83px;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
}
.partner-banners .banners__item a,
.internet-resources .banners__item a{
  align-items: center;
  color: var(--main-3);
  /* text-align: center; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 114.286% */
  letter-spacing: 0.035px;
  transition: ease 0.3s;
  padding: 16px;
}

.partner-banners .banners__item,
.internet-resources .banners__item a{
  border: 1px solid #F2F4F7;
  background: #FFF;
  margin-right: 16px;
  margin-left: 16px;
}
.internet-resources .banners__item a{
  min-height: 83px;
}
.partner-banners .banners__item:hover{
 transition: ease 0.3s;
border: 1px solid var(--main-1);
background: var(--Main--3, #EEF2FC);
box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
.partner-banners .banners__item:hover > a{
  color: var(--main-1);
  transition: ease 0.3s;
}
.actual-banners .slick-list{
  padding: 0 0 12px 0;
  max-width: 1164px;
    margin: 0 auto;
}
.actual-banners .banners__item:hover{
  /* background: var(--main-2); */
  /* тень */
box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
.actual-banners .banners__item:hover > .item__image{
  /* visibility: hidden;
    opacity: 0; */
    transition: ease 0.3s;
}
.actual-banners .banners__item:hover > a{
  color: #FFF;
}
/* .actual-banners .banners__item img, */
.partner-banners .banners__item img{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}
.actual-banners .banners__item img{
  width: 100%;
}
/* .partner-banners .banners__item img, */
.internet-resources .banners__item img{
  width: 80px;
  height: 48px;
  padding: 0;
}
.partner-banners .banners__item img{
  width: 40px;
  height: auto;
  margin-right: 8px;
  height: 40px;
}

/* Баннеры Важные */
.partner-banners{
  background-color: var(--main-2);
  position: relative;
  /* padding-left: 32px !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important; */
  padding: 0 !important;
  /* width: 37%; */
  flex-shrink: 1 !important;
}
.partner-banners h2{
  color: var(--main--3);

}
.partner-banners .banners{
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  gap: 32px;
  padding-bottom: 24px;
  padding-top: 4px;
}
.partner-banners .banners__item a{
  /* height: 124px; */
  gap: 14px;
}
.partner-banners .banners__item,
.partner-banners .banners__item a{
  /* width: 100%; */
}

/* Баннеры Общественные инициативы */


.actual-banners .banners__item{
  position: relative;
  transition: all ease 0.4s;
  overflow: hidden;
}
.actual-banners .banners__item:hover{
  cursor: pointer;
}
.actual-banners .banners__item img{
  transition:  ease-in-out 0.3s;
}
.actual-banners .banners__item:hover img{
  transform: scale(1.08);
  transition:  ease-in-out 0.3s;
}

.actual-banners .item__link{
  position: absolute;
  top: 0;
  right: 0;
    left: 0;
  padding: 16px 32px;
  display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.actual-banners .item__link a{
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

.actual-banners .item__image::after{
  opacity: 0.8;
background: var(--main-2);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: ease 0.4s;
}
.actual-banners .banners__item:hover .item__image::after{
  transition:  0.4s;
  opacity: 0.8;
  background: rgba(180, 207, 232, 0.80);
}



.inner-page section.internet-resources,

.inner-page section.attention,
.inner-page .main-page__body{
  display: none;
}


.internet-resources .banners{
  /* max-width: 1168px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.internet-resources .slick-next,
.internet-resources .slick-prev,
.internet-resources .slick-next,
.internet-resources  .slick-prev{
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
}

.internet-resources .slick-prev,
.internet-resources  .slick-prev{
  left: 0;
}

.internet-resources .slick-next,
.internet-resources .slick-next{
  right: 0;
}


/* Баннеры Интернет-ресурсы на главной*/
section.internet-resources{
  background: var(--main--2);
  
}
section.internet-resources h2.section-title{
  padding: 0px;
}
.internet-resources .slick-list{
  /* max-width: 1228px; */
    margin: 0 auto;
    width: 100%;
    /* padding-left: 32px;
    padding-right: 32px; */
}

.internet-resources .banners__item a{
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  gap: 13px;
  margin-left: 16px;
    margin-right: 16px;
    transition: ease-in-out 0.3s;
}
.internet-resources .banners__item:hover a{
  background: #FFF;
box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
transition: ease-in-out 0.3s;
}
.internet-resources .banners__item img{
  width: 40px;
height: 40px;
object-fit: contain;
}

.internet-resources .slick-arrow::after,
.internet-resources .slick-arrow::after{
  position: absolute;
  content: '';
  background-size: contain;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.internet-resources .slick-prev:after,
.internet-resources .slick-prev:after{
  background: url('/templates/rinok-uslug_1.0/images/icons/triangle-arrow_left_dark.svg');
  top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    background-repeat: no-repeat;
}
.internet-resources .slick-next:after,
.internet-resources .slick-next:after{
  background: url('/templates/rinok-uslug_1.0/images/icons/triangle-arrow_right_dark.svg');
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
}
/**********************************/
/*Баннеры Внимание для внутренних*/
.attention-banners-container.inner {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 2px solid #efce6c;
  border-bottom: 2px solid #efce6c;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.attention-banners-container.inner::after {
  display: none;
}

.inner .attention-banners-item {
  background: #e3e3e3;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 88px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 16px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.inner .attention-banners-item:last-child {
  margin-bottom: 0;
}

.inner .attention-banners-image {
  width: 128px;
  height: 100%;
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.inner .attention-banners-image img {
  width: 128px;
  height: 100%;
  min-height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner .attention-banners-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #061b37;
  letter-spacing: 0.001em;
  word-break: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.inner .attention-banners-image-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inner .attention-banners-link a {
  color: #061b37;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*правые баннеры*/
.right-banners {
  padding: 32px 0 32px 32px;
  width: 100%;
}

.right-banners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-banners-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15),
    1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 32px;
  min-height: 176px;
}

.right-banners-item:last-child {
  margin-bottom: 0;
}

.right-banners-image {
  width: 112px;
  height: 112px;
  margin-right: 40px;
}

.right-banners-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.right-banners-link {
  font-family: 'Noto Serif', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #0c3870;
  cursor: pointer;
}

.right-banners-link a {
  color: #0c3870;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.right-banners-item:hover {
  background: #1355aa;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15),
    1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.right-banners-item:hover .right-banners-link a {
  color: #ffffff;
  text-decoration: none;
}

/*Правые баннеры на внутренних*/
.content-part .right-banners {
  padding-left: 0;
  width: 100%;
}

.content-part .right-banners-link {
  font-family: 'Noto Serif', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.0015em;
  color: #0c3870;
}

.content-part .right-banners-item {
  padding-right: 8px;
  min-height: auto;
  height: auto;
}

.content-part .right-banners-image {
  margin-right: 14px;
}


/* --- Кнопка наверх --- */
.scrollUp {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
  padding: 8px;
  background: var(--main-3);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10), 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.scrollUp:hover {
  background: var(--main-2);
  transition: background 0.4s ease;
}

.scrollUp-show {
  display: block;
}

.scrollUp:hover {
  cursor: pointer;
}

.scrollUp svg {
  -webkit-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}


/*Карусель службы и структурные подразделения*/
.strukture {
  width: 100%;
  background: #ffffff;
}

.services {
  padding: 16px 0;
}

.services-title {
  color: #454545;
  text-align: center;
  margin-bottom: 12px;
}

.services-list,
.services-list-links {
  padding: 0;
  margin: 0;
}

.services-list li.slick-slide {
  list-style-type: none;
  position: relative;
  background: #ffffff;
  mix-blend-mode: normal;
  border: 2px solid #9eb2fa;
  min-height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  margin: 0 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-list li.slick-slide:hover {
  -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15),
    0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.services-list li a,
.services-list-links li a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  display: inline-block;
}

.services-list li a:hover {
  text-decoration: none;
}

/******************************/
.map-minsk-img {
  background: #faf5e3;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0;
}

.part2 {
  position: relative;
}

.slider-bottom {
  display: none;
}

.content-part {
  padding-top: 0;
  margin: 0;
}

/*style footer start*/
/*section footer*/
footer .container-wrapper{
  flex-direction: column;
  
}
.footer .bannergroup_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 16px 32px 0px 24px;
}
.footer-block__top{
  padding-right: 32px;
}
.footer-block__top,
.footer-block__bottom,
.footer__top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.footer__top{
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-block__bottom{
  flex-direction: column-reverse;
  align-items: start;
  gap: 28px
}
.footer p {
  margin: 0;
}
footer .bannergroup.socials{
  position: absolute;
    right: 32px;
    top: 80px;
}


.footer {
  width: 100%;
  background: var(--main-3);

}

.footer-block{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__bottom{
  background: linear-gradient(0deg, #002D3C 0%, rgba(0, 45, 60, 0.00) 100%);
}
footer p.copy{
  margin-bottom: 0;
  color: #FBFCFD;
}
.footer-buttons{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 32px;
  /* margin-bottom: -156px; */
  /* margin-left: 32px; */
}
footer .contacts{
  padding-left: 0 !important;
  padding-top: 0px;
  max-width: 400px;
}

footer .container-wrapper{
    position: relative;
    display: flex;
}
footer .copyright-cvr{
  /* position: absolute; */
  bottom: 0;
  width: fit-content;
    margin: 0 auto;
}
.map-region {
  width: 100%;
  min-height: 206px;
  margin-right: -16px;
}

.footer__map {
  height: 100%;
  max-width: 568px;
  width: 100%;
 
}
footer .footer__map{
  flex-shrink: 1 !important;
}
footer .row{
  justify-content: space-between;
    flex-wrap: nowrap !important;
    border-bottom: 1px solid var(--neitral-3, #080808);
}
.copyright-cvr h6{
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1400px) {
  .attention-banners-link {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1280px) {
  .right-banners-link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .right-banners-item {
    min-height: 144px;
  }
  .attention-banners-link {
    font-size: 18px;
    line-height: 24px;
  }
  .attention-banners-image {
    width: 200px;
    /* height: 130px;*/
  }
  .attention-banners-image img {
    width: 200px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .advertisement h2.section-title{
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
  }
  .advertisement .banner-item__text p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  footer p.copy{
    max-width: 325px;
  }
  .copyright-cvr p a{
    font-weight: 400 !important;
  }
}
@media(max-width: 1180px){
  /* .actual-banners .banners__item  a{
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 16px; 
letter-spacing: 0.014px;
  } */
   .footer__bottom .copy{
    max-width: 328px;
   }
 
}
@media(max-width: 992px){
  /* .attention .row{
    flex-direction: column;
    gap: 32px;
  }
  .attention .row > .attention-banners{
    padding-bottom: 82px !important; 
  }
  .attention-banners-image {
    margin-right: 16px;
  }
  .attention-banners-image {
    width: 160px;
  }
  .attention-banners-image img {
    width: 160px;
  } */
   footer p.copy{
    align-items: center;
    padding-bottom: 16px;
    text-align: center;

   }
.footer__top,
.footer__top p:not(.copy){
  display: flex;
  flex-direction: column;
  align-items: center;
 
}
.footer__top p:not(.copy){
  padding: 8px 16px;
  gap: 12px;
}
.appial-button{
  position: static;
    transform: translateX(0px);
}
}
@media(max-width: 868px){
 
  .actual-banners .banners__item{
    width: 100%;
  }
  .actual-banners .item__link{
     padding: 16px;
  }
  .advertisement .banners__item{
    flex-direction: column;
    padding-bottom: 84px;
  }
  .advertisement .banners__item img{
    width: 100%;
  }
  .advertisement .banner-item__text{
    padding: 16px;
  }
  .advertisement button{
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .advertisement .banner-item__text p{
    margin-bottom: 0;
  }
}
@media(max-width: 768px){
  .departments .newsmain-wrapper{
    padding: 0 80px;
  }
  .attention-banners-item a{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .footer__top{
    flex-direction: column;
  }
  .footer__map{
    max-width: unset;
  }
  .attention-banners.swiper.attentionSwiper {
    margin-top: 22px;
  }
  .swiper-button-prev.at-ban,
  .swiper-button-next.at-ban {
    right: 12px;
  }
  .attention-banners-container {
    padding-right: 0;
  }
  .attention-banners-container::after {
    right: -16px;
  }
  .right-banners {
    padding-left: 0;
    padding-bottom: 24px;
  }
  .right-banners-item {
    margin-bottom: 16px;
  }
  .block_item .block_item_image,
.catItemImage{
flex-shrink: 1;
height: auto;
display: flex;
margin-bottom: 0px;
margin-right: 0;
min-width: 150px;
}
}
@media(max-width: 600px){
  .attention-banners-item img{
    width: 112px;
        height: 72px;
        flex-shrink: 0;
        padding: 8px;
  }
  .attention-banners-item a{
    height: 112px;
  }
  .attention-banners .row::before{
    content: none !important;
  }
  .attention .row > .attention-banners{
    padding-bottom: 32px !important;
  }
  .partner-banners .banners{
    padding-top: 0;
    padding-bottom: 0;
  }section.attention .row{
    gap: 0;
  }
  .partner-banners{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .scrollUp {
    padding: 10px;
  }
  .block_item{
    flex-direction: column-reverse;
  }
  .block_item .block_item_image, .catItemImage{
    max-width: 100%;
    height: 192px;
  }
  
}

@media (max-width: 500px) {
  .attention-banners-item.swiper-slide {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    min-height: 240px;
  }
  .attention-banners-image {
    margin-right: 0;
    height: 140px;
    width: 100%;
  }
  .attention-banners-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .attention-banners-link {
    padding: 0 16px 4px;
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .attention-banners.swiper.attentionSwiper {
    height: 496px;
  }
 
  .actual-banners .banners__item{
    /* padding: 16px 16px 12px 12px; */
    min-height: 156px;
        max-height: 190px;
        height: 100%;
  }
  .actual-banners .item__link{
    top: 50%;
    transform: translateY(-50%);
  }
  .actual-banners .item__link a{
    display: flex;
    justify-content: center;
  }
  .actual-banners .banners__item img{
    padding: 0;
    object-fit: contain;
  }
  .actual-banners .banners__item a{
    
    gap: 12px;
    height: 100%;
  }
  .main-slider .newsmain-txt{
    max-width: 288px;
    left: 0;
    transform: translateX(0);
    padding: 0;
    bottom: 94px;
  }
  .slick-dots li{
    margin: 4px;
  }
  .hello-wrapper div .moduleItemIntrotext{
    gap: 8px;
  }
  
  .header-lang li{
    margin-right: 8px;
  }
 
  .logo{
    gap: 16px;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-right: 0px;
  }
  .header__topbar{
    gap: unset;
  }
  .gtranslate-icon svg{
    flex-shrink: 0;
  }
  }
  .logo__img img{
    object-fit: contain;
        width: 100%;
  }
  .header__topbar{
    border-bottom: none;
    /* padding-bottom: 0;
    padding-top: 0; */
  }
 
  .header__info .contacts{
    flex-direction: column;
    align-items: flex-start;
  }
  .header__info .contacts li:not(:last-child){
    margin-bottom: 4px;
  }
  .header__info .working-hours-wrapper .dates{
    flex-direction: column;
    align-items: flex-start;
  }
  .main-slider .slick-list{
    padding: 0;
  }
  .footer-block{
    padding-right: 0px;
  }
/* } */

@media (max-width: 430px) {
  .attention .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .attention-banners-image {
    height: 120px;
  }
  .attention-banners-link {
    padding: 0 16px 8px;
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-banners-item {
    height: 88px;
    min-height: 88px;
  }
  .right-banners-image,
  .content-part .right-banners-image {
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
}

.map-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media(max-width: 1120px){
  
  .footer-block,
  footer .footer__map{
    padding-bottom: 24px;
  }
  footer .container-wrapper > div{
    width: 100%;
  }
}
@media (max-width: 992px) {
  /* p.adress {
    margin-top: 72px;
  } */
  .contacts-footer {
    position: relative;
  }
  footer .row{
    flex-direction: column;
  }
  .footer .bannergroup_social {
    position: absolute;
    top: 60px;
    margin-left: 0;
  }
  .map-region iframe {
  height: 100%;
  height: 380px;
}

}

@media (max-width: 767.9px) {
  
  .dev {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: calc(100% - 16px);
  }
  .footer {
    padding-left: 2px;
    padding-right: 2px;
  }
  .contacts-footer,
  .map-social {
    padding-left: 16px;
    padding-right: 16px;
  }
  .map-region {
    padding: 16px;
  }
  .footer .bannergroup_social {
    top: 40px;
    margin-left: 16px;
  }
}
@media(max-width: 600px){
  .advertisement .banners__item img{
    object-fit: cover;
        height: 359px;
        /* object-position: center; */
        object-position: 20%;
        width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
  .menu-wrapper{
    margin-left: unset;
    margin-top: 24px;
  }
  .advertisement .banner-item__text{
    padding-left: 0;
    padding-right: 0;
  }
  .advertisement h2.section-title{
    max-width: 60%;
  }
  .footer-block__top{
    flex-direction: column;
    gap: 24px;
  }
  .footer-block__top{
    align-items: flex-start;
  }
  footer .bannergroup.socials{
    
    right: auto;
    top: 220px;
    flex-direction: row;
    margin-left: 0;
  }
  footer .bannergroup.socials .banners__item{
    margin-bottom: 0;
  }
  .footer-block__bottom{
    padding-top: 64px;
    padding-bottom: 24px;
  }
 
  .footer-block{
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    gap: 12px;
  }
  .footer-block__top{
    padding-right: 0px;
  }
  .footer .container-wrapper{
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0px;
  }
  .footer-buttons{
    padding-right: 0px;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  /* .footer-buttons{
    position: absolute;
    bottom: 252px;
    gap: 16px;
    left: 16px;
    margin-left: unset;
    width: 94%;
  } */
  
  .footer__map{
    padding-top: 0;
    max-width: 568px;
    padding-bottom: 16px;
  }
  /* footer .copyright-cvr{
    left: 16px;
    position: absolute;
    bottom: -85px;
  } */
  .footer__top{
    padding-bottom: 0px;
  }
  
}
@media (max-width: 520px) {
  .footer .bannergroup_social {
    top: 60px;
  }
  .contacts li:nth-child(3n){
    display: grid;
    grid-template-columns: 150px auto;
    gap: 8px;
}

.director__text p{
  margin-top: 8px;
  
}
.director__text a{
  right: -8px;
    bottom: 8px;
}
footer .contacts{
  margin-bottom: 0;
}
}

/*Уменьшаем заголовки на брекпоинтах*/
/* @media (max-width: 992px) {
  h2.section-title,
  .services-title,
  .internet-title h2,
  .content-part div.itemListCategory2 h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  h2.section-title,
  .services-title,
  .invest-predl .internet-title h2,
  .content-part div.itemListCategory2 h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 576px) {
  h2.section-title,
  .services-title,
  .invest-predl .internet-title h2,
  .content-part div.itemListCategory2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
} */

/*style Дорожная карта инвестора start*/
.internet-title {
  text-align: center;
}

.internet-title h2 {
  text-align: center;
  color: #ffffff;
}

.roadmap {
  background: url('/templates/dobrushrik_1.0/images/fon.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.invest-predl {
  margin-top: 16px;
  padding-bottom: 24px;
}

#invest .invest-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 16px;
  margin-bottom: 0;
  background-color: transparent;
  padding-top: 16px;
  margin-top: 16px;
  height: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#invest .invest-control {
  width: 32%;
}

.invest-control {
  width: 100%;
  background: #ffffff;
  height: 48px;
  border: 1px solid #ebfbff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

#invest .invest-select {
  width: 100%;
  height: 100%;
  padding: 0 34px 0 16px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  position: relative;
}

#invest select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background: url('/templates/dobrushrik_1.0/images/icons/expand-arrow.svg') 98%
    center no-repeat;
}

#invest .invest-select:hover {
  border-color: transparent;
}

#invest .invest-control:hover {
  background-color: #ffffd6;
}

#invest .invest-control:active {
  background-color: #fff70a;
}

.invest-select:active {
  border-color: transparent;
}

#invest .invest-button {
  height: 36px;
  padding: 0 16px;
  background: #1c5f30;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-top: -7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
#invest .invest-button svg {
  margin-right: 8px;
}
.invest-button > svg path {
  fill: #fff;
}

#invest .invest-button:hover {
  outline: none;
  background: #2a8d48;
}

#invest .invest-button:active {
  background: #81d99c;
}

#invest .invest-button::after {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 2px;
}

#invest .invest-button:active::after {
  color: #fff;
}

#invest .invest-table {
  margin: 100px 0 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ebfbff;
  border-radius: 3px;
}

.invest-predl .invest-table {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.invest-table .invest-table_row {
  border: none;
  position: relative;
  padding-right: 16px !important;
}

.invest-table_row a {
  color: #4053a0;
}

.invest-table_row a:hover {
  color: #4053a0;
  text-decoration: underline;
}

.invest-table_row::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('/templates/dobrushrik_1.0/images/icons/forward_link.svg');
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}

.invest-content button#invest-content-filter::before {
  text-transform: uppercase;
}

.invest-table.active::before {
  font-family: 'Noto Serif', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.024px;
  color: #454545;
}

@media (max-width: 992px) {
  #invest .invest-controls {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #invest .invest-control {
    width: 48%;
  }
  #invest .invest-button {
    margin: 0;
  }
}

@media (max-width: 767px) {
  #invest .invest-control {
    width: 98%;
  }
  #invest .invest-controls {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #invest .invest-table {
    margin-top: 216px;
    max-height: 390px;
    overflow-y: auto;
  }
}

@media (max-width: 576px) {
  #invest .invest-control {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #invest .invest-button {
    padding: 0 60px;
  }
}
.main-page__body .row-inner{
  display: grid;
  /* grid-template-columns: 24.5% 75%; */
  grid-template-columns: minmax(245px, auto) minmax(auto,75%);

}
/*Новости области, Республики, района*/
.novosti-home > .row {
  background: #ebfbff;
}


.news-block{
  /* max-width: 688px !important; */
  flex-shrink: 1 !important;
}

/* .departments .newsmain-wrapper{
  gap: 24px;
} */
.title-wrapper{
  border-bottom: 1px solid #03113A;
  background-color: #fff;
}
.title-wrapper p{
  margin: 0;
}
.title-wrapper .tab p{
  color: var(--main-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
  letter-spacing: 0.016px;
  text-transform: uppercase;
}
.hidden-title-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* background: #ffffff; */
}

.hidden-title-container .hidden-title {
  text-align: center;
  padding: 12px 0;
  width: 33.33%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 50%;
  background-color: #fff;
}

.hidden-title-container .hidden-title:hover {
  cursor: pointer;
}

.hidden-title-container .hidden-title h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.024px;
  text-align: center;
  color: #6e6e6e;
  text-transform: uppercase;
  margin-bottom: 0;
}


.hidden-title-container .hidden-title.visible-news {
  border-radius: 4px 4px 0px 0px;
  background: #E2E2E2;
}

.hidden-title-container .visible-news {
  display: flex;
  justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hidden-news {
  opacity: 0;
  display: none;
}

.hidden-title.visible-news {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.novosti-region {
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 0;
  position: relative;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 10;
  background: transparent;
}

.novosti-oblast,
.novosti-republik {
  display: none;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: 0;
  position: relative;
  left: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 10;
  background: transparent;
}

.content-part > .row {
  position: relative;
}
@media (max-width: 1200px) {
  .news-block {
    height: auto !important;
  }
  .section__row-info{
    flex-direction: column;
  }
  .news-block{
    max-width: unset !important;
  }
  .departments .newsmain-wrapper{
    /* flex-wrap: wrap; */
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 16px; */
  }
  .departments .newsmain-item{
    max-width: 100%;
  }
  .blog-item{
    flex-direction: column;
  }
  .blog-item .item-image{
    width: 100%;
  }
  .blog-item .item-image{
    display: flex;
    width: 100%;
  }
  .main-news .container-wrapper{
    grid-template-columns: 1fr;
  }
}
@media(max-width: 880px){
  
  /* .tab-content{
    height: 100vh;
    overflow-y: auto;
  } */
  .title-wrapper {
    position: sticky;
    top: 56px;
    z-index: 999;
  }
  .main-slider .newsmain-title a{
    max-width: 400px;
   font-size: 22px;
   font-weight: 600;
   line-height: 28px; /* 127.273% */
   letter-spacing: 0.033px;
   }
   
}
@media(max-width: 800px){
  .departments .newsmain-wrapper{
    flex-wrap: wrap;
  }
  .main-page__body .row-inner{
    display: flex;
    flex-direction: column-reverse;
  }
  aside.sidebar-menu{
    flex-grow: 1;
    max-width: 100%;
    height: 100vh;
    height: 640px;
    overflow-y: auto;
  }
  
  
}
@media (max-width: 600px) {

   
  .category-list .com-content-category__articles .list-title{
    max-height: unset;
   
  }
  .category-list{
    padding: 8px 0px 16px 0px;
  }
  .page-header h1, .blog h1, .content-category h1{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .page-header, .content-category h1{
    margin-bottom: 0px;
  }
  .inner-page .item-page, .blog, .category-list, .com-content-article__body{
    padding: 8px;
  }
  .link p.spojler{
    padding: 8px 16px;
    text-align: start;
  }
  /* ol, ul{
    padding-left: 8px !important;
  } */
  .novosti-oblast,
  .novosti-republik {
    top: 64px;
  }
  .hidden-title-container .hidden-title {
    padding: 14px 0;
  }
  .hidden-title-container .hidden-title {
    width: 28%;
  }
  .hidden-title-container .hidden-title {
    width: 50%;
    width: 50%;
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .news-block .newsmain-item .newsmain-img{
    width: 100%;
    /* padding-left: 16px;
        padding-right: 16px; */
        max-width: 100%;
  }
 
  .article_wrap{
    padding-left: 0px;
    padding-right: 0px;
  }
 .news-block .newsmain-txt .intro-text{
  padding-right: 64px;
  padding-bottom: 16px;
  }
  .news-block,
  .departments,
  .events-list,
  .exhibitions-list,
  .title-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .events-list .newsmain-txt,
  .exhibitions-list .newsmain-txt{
    height: unset;
    padding-left: 8px;
    padding-right: 8px;
  }
  .departments .newsmain-wrapper{
    
    grid-template-columns: 1fr;
  }
  
  .departments .section-title{
    
    margin-bottom: 8px;
  }
  .events_row .block_item_text{
    padding: 8px;
  }
}

@media (max-width: 500px) {
  .hidden-title-container .hidden-title h3 {
    font-size: 14px;
  }
  .main-page__body .container-wrapper{
  padding-left: 0;
  padding-right: 0;
  }
  .afisha-content h3.main-title{
    font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
  letter-spacing: 0.03px;
  }
  .afisha-content{
    padding: 16px;
  }
  .afisha-swiper.swiper{
    padding-top: 16px;
  }
}

@media (max-width: 450px) {
  div.newsmain-slider .newsmain-all {
    right: -10px;
  }
  .newsmain-wrapper .newsmain-slider .slick-arrow.slick-next {
    left: 0px;
  }
  .newsmain-wrapper .newsmain-slider .slick-arrow.slick-prev {
    left: 35px;
  }
  div.newsmain-wrapper .newsmain-all .primary-button {
    right: -10px;
  }
  
  .events-list,
  .exhibitions-list{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #events-list .newsmain-title a, #exhibitions-list .newsmain-title a{
    color:  #494949;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 114.286% */
letter-spacing: 0.014px;
  }
}
/* Анонсы мероприятий на главной */
#exhibitions-list .newsmain-wrapper,
#events-list .newsmain-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
margin-top: 16px;
}
#exhibitions-list .newsmain-wrapper .newsmain-item, #events-list .newsmain-wrapper .newsmain-item{
  margin: 0;
}
#exhibitions-list .newsmain-wrapper .newsmain-item:hover, #events-list .newsmain-wrapper .newsmain-item:hover{
  border-radius: 4px;
  border: 1px solid var(--main-1);
  background: #F5F4F4;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
@media(max-width: 1100px){
  #exhibitions-list .newsmain-wrapper, #events-list .newsmain-wrapper{
    grid-template-columns: 1fr;
  }
}
/*Баннер Актуально на главной*/
.news-grid {
  padding-bottom: 76px;
  padding-top: 0;
  position: relative;
  height: 100%;
}
.news-grid h2.section-title {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
}

.single-news {
  margin-top: 21px;
  position: relative;
  height: -webkit-calc(100% - 72px);
  height: calc(100% - 72px);
  border-radius: 2px;
  transition: 0.3s;
}
.single-news:hover,
.block_item:hover, .itemContainer:hover{
  border: 3px solid var(--main-2);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 8px 2px rgba(0, 0, 0, 0.30) !important;
  transition: 0.3s;
  cursor: pointer;
}
.single-news .newsmain-date {
  text-transform: uppercase;
}

/* .single-news .news-content {
  position: absolute;
  color: #1b1b1b;
  width: calc(100% - 32px);
  padding: 16px 16px 8px 16px;
  left: 16px;
  top: 16px;
  z-index: 20;
  background: #ffffff;
  border-radius: 2px;
} */

.news-content .content-container {
  padding: 0;
  background: #ffffff;
}

/* .single-news .news-content h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.003em;
  color: #1b1b1b;
  margin-top: 24px;
} */

.single-news .thirdy-button {
  position: relative;
  right: 8px;
}

.single-news .news-item-more {
  text-align: left;
  margin-top: 16px;
}

.single-news .news-content h3 a:hover {
  text-decoration: none;
}

.single-news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}

.news-grid .newsmain-all {
  right: auto;
  left: -webkit-calc(50% - 96px);
  left: calc(50% - 96px);
  bottom: 16px;
  padding: 0;
}

.news-grid .newsmain-all:hover {
  background: none;
}

.news-grid .newsmain-all a {
  width: 100%;
  text-align: center;
}

.news-grid .newsmain-all a svg {
  top: 9px;
}

@media (max-width: 1360px) {
  .news-grid {
    padding-bottom: 100px;
    padding-top: 0;
    position: relative;
    height: 100%;
  }
  .single-news {
    margin-top: 21px;
    position: relative;
    height: -webkit-calc(100% - 72px);
    height: calc(100% - 72px);
    border-radius: 2px;
  }
}

@media (max-width: 1199px) {
  .main-news .news-grid {
    padding-top: 0;
    height: 504px;
    width: 100%;
    padding-bottom: 70px;
  }
  .main-news .all-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-news .news-grid .newsmain-item{
    height: 504px;
  }
  .main-news .news-grid{
    padding: 0;
  }
  /* .main-news .container-wrapper{
    padding-bottom: 96px;
  } */
  .main-news h2.section-title{
    text-align: center;
  }
}

@media (max-width: 767px) {
 .news-block{
  padding-left: 0px;
 }
  .news-grid {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .departments .newsmain-wrapper{
    padding: 0 32px;
  }
  .departments .slick-slide > div{
    margin: 0 8px;
  }
  .departments .newsmain-item{
    margin: 8px 0;
  }
}

@media (max-width: 576px) {
  .news-grid {
    padding-top: 16px;
    
    width: 100%;
    padding-bottom: 70px;
  }
  .news-block .newsmain-txt .intro-text{
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  .departments .newsmain-wrapper{
    padding: 0;
  }
}

/*Ошибка 404*/
.well blockquote {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 24px;
}

.well a {
  color: var(--main-2);
  text-shadow: 0.3px -0.3px 0.5px var(--main-2);
}

.well a:hover {
  color: var(--main-2);
  text-shadow: 0.3px -0.3px 0.5px var(--main-2);
}

.error {
  border-top: 1px solid #1c5f30;
}

h1.page-header {
  margin-top: 32px;
}

/*Баннеры Интернет-ресурсы*/
section.internet-resourses {
  background: linear-gradient(180deg, #ebfbff 0%, #fff 71.15%);
  width: 100%;
}
.internet-resourses .slick-track{
  -webkit-box-align: center !important; 
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.resourses-banners {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.resourses-banners .section-title {
  margin-bottom: 12px;
}

.resourses-banners-wrapper {
  position: relative;
}

.resourses-banners-carousel.slick-slider {
  /* width: 90%; */
  margin: 0 auto;
}

.resourses-banners-arrow.slick-arrow {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: -webkit-calc(40% - 24px);
  top: calc(40% - 24px);
  z-index: 20;
  padding: 12px;
}

.resourses-banners-arrow.slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}

.resourses-banners-arrow.left {
  left: 0px;
  display: none;
}

.resourses-banners-arrow.right {
  right: 0px;
  display: none;
}

.resourses-banners-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  align-items: center;
  transition: all 0.4s ease;
  margin: 0 16px;
  min-height: 96px;
  border-radius: 4px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  /* border: 1px solid  #F2F4F7; */
  background: #FFF;
  height: 216px;
}

.resourses-banners-item:hover {
  cursor: pointer;
  box-shadow: 8px 8px 26px 0px rgba(29, 29, 32, 0.10), 2px 2px 4px 0px rgba(29, 29, 32, 0.25);
}

.resourses-banners-image {
  width: 136px;
  height: 136px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
    justify-content: center;
}

.resourses-banners-image img {
  width: 136px;
  height: 88px;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.resourses-banners-link {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  text-align: center;
  color: var(--main-3);
}

/* .resourses-banners-link > a {
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: var(--main-3);
  text-decoration: none;
} */

.resourses-banners-item a:hover,
.resourses-banners-item a:focus,
.resourses-banners-item a:active {
  text-decoration: none;
  color: #1b1b1b;
}

@media screen and (max-width: 992px) {
  /* .resourses-banners-carousel.slick-slider {
    width: 86%;
  } */

.resourses-banners-carousel.slick-slider{
  width: 100%;
}
.actual-banners .banners {
    padding-left: 32px;
    padding-right: 32px;
  }
  .actual-banners .banners__item{
    margin-right: 8px;
    margin-left: 8px;
  }
  .actual-banners .item__link a{
    font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; 
letter-spacing: 0.03px;
  }
}
@media screen and (max-width: 850px) {
  .resourses-banners-arrow.slick-arrow {
    top: calc(50% - 24px);
  }
}

@media screen and (max-width: 767px) {
  /* .resourses-banners-carousel.slick-slider {
    width: 83%;
  } */
 
}
/* 
@media screen and (max-width: 576px) {
  .resourses-banners-carousel.slick-slider {
    width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .resourses-banners-carousel.slick-slider {
    width: 72%;
  }

} */
@media screen and (max-width: 400px) {
  
  footer .bannergroup.socials{
    top: 240px;
  }
  .footer-block__bottom {
    padding-top: 44px;
}
}
/*Меню для внутренних страниц*/
.left-inner-sidebar {
  height: 100%;
  min-height: 650px;
  width: 100%;
  padding-right: 32px;
}

.content-part {
  overflow: hidden;
}

.right-inner-sidebar {
  width: 100%;
  height: 100%;
  margin-left: 32px;
  padding: 16px;
  margin-bottom: 32px;
  border-left: 1px solid #E2E2E2;
}
.right-inner-sidebar .nav{
  display: block;
}
@media screen and (max-width: 1199px) {
  .left-inner-sidebar {
    padding-right: 16px;
  }
  .order-3 .right-inner-sidebar {
    padding-top: 0;
    padding-right: 0;
    padding-left: 16px;
    margin-left: 0px;
  }
  .block_item .block_item_image, .catItemImage{
    flex-shrink: 1;
  }
}

@media screen and (max-width: 992px) {
  .right-inner-sidebar {
    padding-top: 16px;
    padding-left: 0;
  }
  .left-inner-sidebar {
    padding-right: 0;
    padding-bottom: 16px;
  }
  .order-3 .right-inner-sidebar {
    padding-top: 0;
    padding-left: 0;
  }
  .block_item, .itemContainer{
    flex-direction: column-reverse;
  }
  .block_item_text{
    padding: 8px;
  }
  .block_item_image{
    width: 100%;
    height: 200px;
  }
  .block_item .block_item_image, .catItemImage{
    flex-shrink: 1;
    width: 100%;
    height: 200px;
  }
}
@media(max-width: 768px){
  .block_social_row {
    position: static;
}
}
.category-list .com-content-category__articles thead{
  display: none !important;
}
.category-list .com-content-category__articles tbody{
  border-color: transparent;
}
.com-content-category__table{
  width: 100%;
}
.category-list .com-content-category__articles .list-title{
  position: relative;
  display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 72px;
padding: 16px 0px 16px 16px;
flex: 1 0 0;
}
.category-list .com-content-category__articles .list-title:hover{
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}
.category-list .com-content-category__articles .list-title a{
  color: #03113A;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 130% */
letter-spacing: 0.03px;
}
.category-list  td,
.category-list  tr
  .category-list  th{
    border-color: transparent !important;
    background-color: transparent !important;
}
/* Афиша на внутренних */
.afisha-page .afisha{
  background-color: #fff;
  border-color: transparent;
}
.afisha-page .afisha-wrapper h2{
  color: #494949;
}
.afisha-page .com-content-article__body ul li::before{
  content: '' ;
 }
/*Стилизация спойлеров*/
p.spojler::after {
  content: url(../images/icons/plus.svg);
  position: absolute;
  right: 16px;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

p.spojler.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

p.spojler.active,
p.spojler:hover {
  background: #eff5fb;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

h2.lenta_news_title {
  margin-top: 0;
}
.lenta_wrap{
  width: 100%;
}
.lenta_wrap .container.uslugi{
  width: 50%;
}
.lenta_news_name{
  color: var(--neitral-2);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.itemFullText .link:first-child {
  margin-top: 16px;
}

.link {
  background: transparent;
  margin-bottom: 24px;
  clear: both;
}

.tel > span {
  font-size: 30px;
  line-height: 38px;
  color: #1f1f1f;
}

.link:last-child {
  margin-bottom: 0;
}

/*Страница Структура*/
.hide_text {
  display: none;
  padding: 16px;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-top: none;
  width: 100%;
}

.hide_text h3 {
  margin-top: 5px;
}

.hide_text > p:first-child {
  margin-top: 0;
}

.link p.spojler {
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding: 14px 16px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.024px;
  color: #1b1b1b;
  padding-right: 44px;
  border: 1px solid var(--main--2, #9BCDFF);
background: var(--main--3, #ECF5FF);
}

/* .link p.spojler:hover {
  
} */

.visible_text > p:first-child {
  display: inline-block;
  width: 208px;
  height: 228px;
  margin-top: 0;
  float: left;
  margin-right: 24px;
  margin-bottom: 0;
}

.visible_text > p:first-child > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 3px;
  object-position: top;
}

.link .visible_text {
  /* min-height: 220px; */
  padding: 0;
}

.link .visible_text h3 {
  padding-top: 5%;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #1b1b1b;
  font-style: normal;
}

.link .visible_text h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #454545;
  margin-top: 4px;
}

.link .visible_text p {
}
@media (max-width: 500px) {
  .visible_text > p:first-child {
    float: none;
  }
}

/*Спойлер на странице Инвестиции*/
.invest .link p.spojler {
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-left: 116px;
}

.invest .link p.spojler img {
  margin: 0;
  float: left;
  width: 112px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/*Анимация*/
.container-wrapper.anim-items {
  opacity: 0;
  -webkit-transform: translate(0, 34px);
  -ms-transform: translate(0, 34px);
  transform: translate(0, 34px);
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.container-wrapper.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

/*Фильтр на внутренних*/
.K2FilterBlock {
  margin-top: 24px;
  margin-bottom: 24px;
}

#k2Container.genericView {
  margin-bottom: 24px;
}

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

.title-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ebeffe;
  border: 1px solid #c5d1fc;
}

.title-table .name {
  width: 30%;
  padding: 16px;
}

.title-table .description {
  width: 70%;
  padding: 16px;
}

.title-table h3 {
  text-align: center;
  font-family: 'Open sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #1b1b1b;
}

.genericItemList .genericItemView {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  border: 1px solid #1c5f30;
  border-radius: 3px;
  position: relative;
}

.genericItemList .genericItemHeader {
  width: 30%;
  padding: 10px;
}

.genericItemList .genericItemBody {
  width: 70%;
  border-left: 1px solid #1c5f30;
  padding: 10px;
}

.genericItemBody ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.genericItemBody ul li {
  margin-bottom: 4px;
}

.genericItemList h3.genericItemTitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
}

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

.K2FilterBlock .inputbox,
.K2FilterBlock .selectize-control.single .selectize-input {
  height: 48px !important;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  display: inline-block !important;
}

.K2FilterBlock .selectize-control.single .selectize-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
}

.K2FilterBlock .selectize-control.single .selectize-input span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
  padding-right: 18px !important;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-calc(100% - 8px);
  max-width: calc(100% - 8px);
}

.k2filter-field-text-date .inputbox:nth-child(2) {
  margin-right: 6px;
}

.k2filter-field-text-date .inputbox:last-child {
  margin-left: 6px;
}

.selectize-input > input {
  width: 100% !important;
}

.K2FilterBlock .selectize-input,
.K2FilterBlock input.inputbox {
  padding: 6px 24px 6px 8px !important;
}

.K2FilterBlock .k2filter-table input {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
}

.selectize-input > input {
  height: 100% !important;
}

.K2FilterBlock .selectize-control.single .selectize-input:after {
  content: url(../images/icons/expand-arrow.svg);
  border: none;
  right: 8px;
  top: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
}

.K2FilterBlock .selectize-control.single .selectize-input.input-active:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.genericItemView:nth-child(2n + 1) {
  background: #f7f7f7;
}

@media screen and (max-width: 800px) {
  .k2filter-cell.k2filter-cell0 {
    width: 100% !important;
  }
  .k2filter-cell.k2filter-cell1,
  .k2filter-cell.k2filter-cell2 {
    width: 100% !important;
  }
}

@media screen and (max-width: 676px) {
  .genericItemList .genericItemHeader,
  .genericItemList .genericItemBody {
    width: 100%;
    border-left: none;
  }
  div.genericItemImageBlock {
    margin-bottom: 30px !important;
  }
  .actual-banners .slick-list{
    width: 100%;
  }
  .actual-banners .banners{
    padding-left: 0;
    padding-right: 0;
    max-height: 640px;
    padding-bottom: 16px;
        padding-top: 16px;
  }
  .actual-banners .banners__item{
    margin-bottom: 16px;
    margin-top: 16px;
    height: 200px;
  }
  .actual-banners .slick-list{
    padding: 12px 0;
  }
  .resourses-banners-item{
    margin-left: 8px;
    margin-right: 8px;
  }
 
  .internet-resources .container-wrapper{
    padding: 18px 8px;
  }
  .main-news .container-wrapper{
    
    padding-top: 8px;
  }
  .main-news .news-subtitle{
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .main-services .mod-list{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .main-rent .block_item_text{
    gap: 19px;
  }
  .main-rent .moduleItemExtraFields ul{
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .main-rent li.price{
    margin-bottom: 8px;
  }
  .departments .section-title{
      padding-top: 8px;
   }
   #department-map{
    height: 672px !important;
   }
   .resourses-banners-link{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
   }
}

body #sp-cookie-consent {
  background: var(--main-2);
  z-index: 9999999;
}
.sp-cookie-consent-action-new {
  width: fit-content;
  position: absolute;
  right: 20px;
  top: calc(56% - 17px);
}
a.sp-cookie-close.sp-cookie-not-allow {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 90%;
  font-weight: bold;
  background: #fff;
  border-radius: 0.25rem;
  line-height: 1.5;
  padding: 9px 15px;
}
@media (min-width: 992px) {
  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
    flex: none !important;
    width: fit-content !important;
    position: absolute;
    right: 170px;
  } 
  .sp-cookie-consent-action-new {
    left: 150px;
    bottom: 27px;
    top: auto;
  }
  
}

.bvi-body .lang-oko .header-menu .bvi-panel-close {
  font-size: 0 !important;
  line-height: 16px !important;
  background: url(../images/icons/eye.svg) center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  bottom: 8px;
}

/*Расширенный поиск по сайту*/
#searchForm {
  padding: 24px 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 800px;
  margin: 16px auto 16px;
  background: #f7f7f7;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.btn-toolbar .btn-group.pull-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-group.pull-left label,
label.ordering {
  margin-right: 4px;
  width: 150px;
  vertical-align: middle;
}

.btn-group.pull-left input,
select.inputbox {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #c3c3c3;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  position: relative;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.search legend {
  margin-bottom: 16px;
}

.search label {
  font-size: 14px;
  line-height: 16px;
}

label.radio {
  margin-right: 16px;
}

.radio input[type='radio'] {
  margin-right: 5px;
}

.ordering-box {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

select.inputbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background-color: #ffffff;
  background: url('/templates/mioryrik_1.0/images/icons/expand-arrow.svg') 97%
      center no-repeat,
    #ffffff;
}

fieldset.only {
  margin-top: 24px;
}

label.checkbox {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .ordering-box,
  .btn-toolbar .btn-group.pull-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btn-group.pull-left label,
  label.ordering {
    margin-bottom: 8px;
  }
}

/*Опрос на главной*/
.moduletableopros {
  padding-top: 8px;
  padding-right: 32px;
}

.fox-container.fox-container-module.opros {
  padding: 16px;
  background: #ebfbff;
  border-radius: 3px;
  margin-top: 16px;
}

.fox-container.fox-container-module .checkbox {
  vertical-align: baseline;
  padding-left: 36px !important;
}

div[id^='fox-container-'].fox-container .fox-form input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -36px;
}

.fox-container .fox-form input[type='checkbox'] {
  margin-left: -36px !important;
  margin-top: 0 !important;
}

.fox-item.fox-item-submit .controls {
  text-align: center;
}

/*Кнопка первостепенная Отправить для форм*/
div#fox-container-m424 .fox-item .btn,
#k2Container div#fox-container-m442 .btn,
#k2Container div#fox-container-m443 .btn,
#k2Container div#fox-container-m441 .btn,
div#fox-container-m436 .fox-item .btn,
div#fox-container-m437 .fox-item .btn {
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  background: #1c5f30;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#fox-container-m424 .fox-item .btn:hover,
#k2Container div#fox-container-m442 .btn:hover,
#k2Container div#fox-container-m443 .btn:hover,
#k2Container div#fox-container-m441 .btn:hover,
div#fox-container-m436 .fox-item .btn:hover,
div#fox-container-m437 .fox-item .btn:hover{
  background: #2a8d48;
}

div#fox-container-m424 .fox-item .btn:active,
#k2Container div#fox-container-m442 .btn:active,
#k2Container div#fox-container-m443 .btn:active,
#k2Container div#fox-container-m441 .btn:active,
div#fox-container-m436 .fox-item .btn:active,
div#fox-container-m437 .fox-item .btn:active{
  background: #2a8d48;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  color: #81d99c;
}

.opros-button {
  text-align: center;
  margin-top: 36px;
  margin-right: 32px;
}

label.checkbox {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.opros-question {
  font-family: 'Noto Serif', sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
}

.moduletableopros div#fox-container-m424 .control-group {
  margin-bottom: 21px;
}

@media (max-width: 1065px) {
 
  .nav-menu > .nav-menu-item{
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .second-banners-wrapper {

  }
  .opros-button {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .moduletableopros {
    padding-left: 0;
    padding-right: 0;
  }
  .main-news .btn_row{
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .moduletableopros {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/***************************/
#fox-container-m443,
#fox-container-m442,
#fox-container-m441 {
  padding-left: 16px;
  padding-right: 16px;
  background: #9fc3e5;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.fox-row p.red {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #594b00;
}

.fox-container.fox-container-module hr {
  margin: 0;
  border-color: #7cafda;
}

.control-label label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #454545;
  width: 100%;
  margin-left: 12px;
  margin-top: 3px;
}

.controls {
  width: 100% !important;
}

.control-label {
  width: 100% !important;
  max-width: 100% !important;
}

div#fox-container-m443.fox-container input[type='text'],
div#fox-container-m442.fox-container input[type='text'],
div#fox-container-m441.fox-container input[type='text'] {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.controls {
  width: 100%;
}

.container-wrapper.error {
  max-width: 1200px;
  min-height: 540px;
}

/*карта сатйа*/
.osmap-items.itemFullText {
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  max-width: 1200px;
  margin-bottom: 16px;
}
.osmap-sitemap .itemListCategory2 h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.085px;
}
.osmap-items ul {
  margin: 0;
}
.osmap-items ul li {
  list-style-type: none;
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
}
.osmap-items ul li a {
  text-decoration: none;
}
.osmap-items ul li:before {
  content: url('/templates/dobrushrik_1.0/images/icons/mark.svg');
  position: absolute;
  left: 0;
  top: 2px;
}
.second-banners-item:nth-child(5) .second-banners-image {
  position: relative;
  width: 116px;
  height: 98px;
}
.second-banners-item:nth-child(2) .second-banners-image {
  position: relative;
  width: 220px;
  height: 80px;
}
/* панель cookies */
.show--consent #cc-main .cc--anim .cm--bar{
  max-width: 60%;
    margin: 0 auto;
}
#cc-main .cm{
  border-radius: 0px !important;
background: var(--main--3) !important;
box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 3px 0px rgba(0, 0, 0, 0.30) !important;
}
#cc-main .cm__btns,
#cc-main .cm__title{
  padding: 0 !important;
}
#cc-main .cm__title{
  color: var(--main-3) !important;
font-family: 'Montserrat', sans serif !important;
font-size: 16px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
}
.cm__btns .cm__btn{
  width: max-content !important;
  
}
#cc-main .cm--bar .cm__btn{
  min-width: unset !important;
  border-radius: 0px !important;
}
.cm__body{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.cm__btns .cm__btn-group:first-child .cm__btn{
text-align: center;
/* button */
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100% */
letter-spacing: 0.175px;
text-transform: uppercase !important;

}
.cm__btns .cm__btn-group:first-child .cm__btn{
  border-radius: 0;
background: var(--main-2) !important;
box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15), 1px 1px 2px 0px rgba(0, 0, 0, 0.30) !important;
color: #fff !important;
}
.cm__btns .cm__btn-group:first-child .cm__btn--secondary{
  color: var(--main-1) !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cm__btns .cm__btn-group:first-child .cm__btn.cm__btn--secondary span{
  position: relative !important;
  padding-left: 27px !important;
}
.cm__btns .cm__btn-group:first-child .cm__btn.cm__btn--secondary span::before{
  content: '' !important;
  background: url(/templates/rinok-uslug_1.0/images/icons/cancel.svg) !important;
  width: 18px !important;
    height: 18px !important;
    position: absolute !important;
    background-size: contain !important;
    left: 0px !important;
}
.cm__btns .cm__btn-group:last-child .cm__btn:last-child{
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  color: var(--main-0) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: none !important;
  letter-spacing: 0.08px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.icon-angle-double-left,
.icon-angle-left,
.icon-angle-right,
.icon-angle-double-right{
  position: relative;
  height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-angle-double-left::before,
.icon-angle-double-right::before,
.icon-angle-left::before,
.icon-angle-right::before{
 
  color: #062274;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-item .page-link,
.page-item.disabled .page-link{
  border-color: transparent !important;
}
.icon-angle-double-right::before{
 
  content: '>>';
}
.icon-angle-double-left::before{
  content: '<<';
}
.icon-angle-left::before{
  content: '<';
}
.icon-angle-right::before{
  content: '>';
}
.page-item.active .page-link{
  background-color: transparent !important;
  color: #ADADAD !important;
}
.page-link{
  color: var(--main-2) !important;
}
/* .home-page .content-part{
  display: none;
} */

.modal-gallery {
  /* display: none;  */
  /* position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); */
  position: fixed;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: -100%;
    width: 50vw;
    height: 80vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: ease 0.7s;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
}
.modal-gallery.active{
  /* display: block; */
  top: 50%;
  opacity: 1;
    visibility: visible;
    transition: ease 0.7s;
}
.modal-gallery .readmore{
  display: none;
}
.modal-gallery .intro-text,
.modal-body,
.modal-gallery .intro-text img{
  height: 100%;
}
.modal-gallery .intro-text iframe{
  width: 100%;
  height: 100%;
}
.modal-gallery .intro-text img{
  width: 100%;
  object-fit: contain;
}
.modal-content {
  background-color: #fefefe;
  /* margin: 15% auto; */
  padding: 20px;
  /* border: 1px solid #888; */
  width: 100%;
  /* max-width: 768px; */
  height: 100%;
  overflow: hidden;
}

.close {
  color: #aaa;
  align-self: flex-end;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Форма "Напишите нам" */
.inner-page .com-content-article #cf_1,
.inner-page .com-content-article #cf_2,
.inner-page .com-content-article #cf_3{
position: static;
 visibility: visible;
 opacity: 1;
}
.internet-resources-page #cf_3{
  margin: 24px auto;
}
#cf_1,
#cf_2{
  position: fixed;
  top: -9999px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
visibility: hidden;
opacity: 0;
transition: ease 5s;
}
.open-form:hover{
  cursor: pointer;
}
#cf_1.open,
#cf_2.open{
  top: 50%;
  visibility: visible;
opacity: 1;
transition: ease 0.5s;
}
.close-modal-btn{
  background-image: url('/templates/rinok-uslug_1.0/images/icons/close.svg');
  background-repeat: no-repeat;
  width: 56px !important;
  height: 56px;
  padding: 12px !important;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1001;

}
.close-modal-btn:hover{
  cursor: pointer;
}
.inner-page #cf_3 .close-modal-btn{
  display: none !important;
}
@media(max-width: 600px){
  .modal-gallery{
    width: 80vw;
    height: 50vh;
  }
  .modal-content,
  .modal-body{
    padding: 8px;
  }
  #cf_1,
#cf_2{
  left: unset;
  transform: translate(0px, 0px);
}
#cf_1.open,
#cf_2.open{
  top: 0;
}
.resourses-banners-carousel{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.resourses-banners-item{
  max-width: 45%;
  width: 100%;
  margin: 0;
  padding: 8px 4px;
  height: auto;
}
.resourses-banners-link{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.014px;
}
}
.resourses-banners-image{
  height: unset;
}
/* .article_wrap:has(.adress) .article_block_image{
  float: none;
} */
.k2PaginationLinksб
.page_pagination{
  margin-top: 16px;
  margin-bottom: 16px;
}
.k2PaginationLinks ul,
.page_pagination ul{
  display: flex;
    padding-left: 0;
    list-style: none;
}
.k2PaginationLinks .list-namber,
.page_pagination .list-namber{
  
  background-color: #fff;
    border: 1px solid transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--main-2) !important;
}
.k2PaginationLinks .list-namber.active,
.page_pagination .list-namber.active{
  color: #ADADAD !important;
}
.k2PaginationLinks .list-namber a,
.k2PaginationLinks .arrow-list a,
.page_pagination .list-namber a,
.page_pagination .arrow-list a{
  color: var(--main-2);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.k2PaginationCounter{
  display: none;
}
.itemImageGallery h3{
  display: none;
}
.inner-page .inner-wrapper ul li {
  list-style-type: none;
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
  display: flex;
  align-items: center;
}
@media(max-width: 768px){
  .inner-page .inner-wrapper ul.sigProContainer li{
    padding-left: 8px;
    padding-right: 8px;
  }
  .lenta_wrap .container.uslugi{
    width: 100%;
  }
  ul.sigProClassic li.sigProThumb a.sigProLink{
    width: 328px !important;
    height: 328px !important;
  }
}
.inner-page .inner-wrapper .article_content ul li:has(a[href*="http"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="https"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="pdf"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="docx"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="doc"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="zip"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="rar"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="jpg"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="jpeg"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="png"]),
.inner-page .inner-wrapper .article_content ul li:has(a[href*="gif"]){
  padding-left: 0px;
}
.inner-page .inner-wrapper ul li a {
  text-decoration: none;
}
.inner-page .inner-wrapper .article_content ul li:before {
  content: url('/templates/rinok-uslug_1.0/images/icons/mark.svg');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-page .inner-wrapper .article_content ul li:has(a[href*="http"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="https"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="pdf"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="docx"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="doc"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="zip"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="rar"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="jpg"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="jpeg"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="png"]):before,
.inner-page .inner-wrapper .article_content ul li:has(a[href*="gif"]):before{
  content: '';
}
/* Иконки документов */
.inner-page .inner-wrapper .article_content a[href$="pdf"],
.inner-page .inner-wrapper .article_content a[href$="doc"],
.inner-page .inner-wrapper .article_content a[href$="docx"],
.inner-page .inner-wrapper .article_content a[href$="zip"],
.inner-page .inner-wrapper .article_content a[href$="rar"],
.inner-page .inner-wrapper .article_content a[href$="jpg"],
.inner-page .inner-wrapper .article_content a[href$="jpeg"],
.inner-page .inner-wrapper .article_content a[href$="png"],
.inner-page .inner-wrapper .article_content a[href$="gif"],
.inner-page .inner-wrapper .article_content a[href*="http"], .inner-page .inner-wrapper .article_content a[href*="https"]{
  position: relative;
  /* display: block; */
  padding-left: 32px;
  margin: 16px 0;
}
.inner-page .inner-wrapper .article_content a[href$="pdf"]::after,
.inner-page .inner-wrapper .article_content a[href$="doc"]::after,
.inner-page .inner-wrapper .article_content a[href$="docx"]::after,
.inner-page .inner-wrapper .article_content a[href$="zip"]::after,
.inner-page .inner-wrapper .article_content a[href$="rar"]::after,
.inner-page .inner-wrapper .article_content a[href$="jpg"]::after,
.inner-page .inner-wrapper .article_content a[href$="jpeg"]::after,
.inner-page .inner-wrapper .article_content a[href$="png"]::after,
.inner-page .inner-wrapper .article_content a[href$="gif"]::after,
.inner-page .inner-wrapper .article_content a[href*="http"]::after, .inner-page .inner-wrapper .article_content a[href*="https"]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*z-index: 555;*/
}
.inner-page .inner-wrapper .article_content a[href$="pdf"]::after {
  background-image: url(../images/icons/pdf.svg);
}
.inner-page .inner-wrapper .article_content a[href$="doc"]::after {
  background-image: url(../images/icons/doc.svg);
}
.inner-page .inner-wrapper .article_content a[href$="docx"]::after {
  background-image: url(../images/icons/docx.svg);
}
.inner-page .inner-wrapper .article_content a[href$="zip"]::after,
.inner-page .inner-wrapper .article_content a[href$="rar"]::after {
  background-image: url(../images/icons/archive.svg);
}
.inner-page .inner-wrapper .article_content a[href$="jpg"]::after {
  background-image: url(../images/icons/jpg.svg);
}
.inner-page .inner-wrapper .article_content a[href$="jpeg"]::after {
  background-image: url(../images/icons/jpeg.svg);
}
.inner-page .inner-wrapper .article_content a[href$="png"]::after {
  background-image: url(../images/icons/png.svg);
}
.inner-page .inner-wrapper .article_content a[href$="gif"]::after {
  background-image: url(../images/icons/video-file.svg);
}
.inner-page .inner-wrapper .article_content a[href*="http"]::after, .inner-page .inner-wrapper .article_content a[href*="https"]::after {
  background-image: url(../images/icons/website_24.svg);
}
/* убираем там, где они не нужны */
ul li a[href$=".pdf"]::after,
ul li a[href$=".doc"]::after,
ul li a[href$="docx"]::after,
ul li a[href$="zip"]::after,
ul li a[href$="rar"]::after,
ul li a[href$=".jpg"]::after,
ul li a[href$="jpeg"]::after,
ul li a[href$="png"]::after,
ul li a[href$="gif"]::after,
ul li a[href*="http"]::after,
ul li a[href*="https"]::after,
.itemImageGallery a[href$=".jpg"]::after,
.itemImageGallery a[href$=".jpeg"]::after,
.itemImageGallery a[href$=".png"]::after {
  content: none;
}
ul li a[href$=".pdf"],
ul li a[href$=".doc"],
ul li a[href$="docx"],
ul li a[href$="zip"],
ul li a[href$="rar"],
ul li a[href$=".jpg"],
ul li a[href$="jpeg"],
ul li a[href$="png"],
ul li a[href*="http"],
ul li a[href*="https"],
.itemImageGallery a[href$=".jpg"],
.itemImageGallery a[href$=".jpeg"],
.itemImageGallery a[href$=".png"],
ul li a[href$="gif"] {
  padding: 0;
  margin: 0;
}
/* google translate */
#google_translate_element{width:300px;float:right;text-align:right;display:block}
.goog-te-banner-frame.skiptranslate { display: none !important;} 
body { top: 0px !important; }
#goog-gt-tt{display: none !important; top: 0px !important; } 
.goog-tooltip .skiptranslate{display: none !important; top: 0px !important; } 
.activity-root { display: hide !important;} 
.status-message { display: hide !important;}
.started-activity-container { display: hide !important;}

.skiptranslate {display: none !important;} 
body > .skiptranslate > iframe,
body > .skiptranslate .skiptranslate,
body > .skiptranslate .skiptranslate body{
 display: none !important;
 opacity: 0 !important;
 visibility: hidden !important;
 position: absolute;
 left: -99999px;
 width: 0px !important;
 height: 0px !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
 display: none !important;
}
body{
  display: flex;
  flex-direction: column;
  align-items: center;
}
main,
.main{
  width: 100%;
  flex-grow: 1;
}
/* формы */
.fox-container{
  border-radius: 8px;
    padding: 16px;
    margin-top: 8px;
    background: var(--main--1);
    width: max-content;
}
.inner-page .inner-wrapper .fox-container ul li:before{
  content: none !important;
}
.fox-container .control-label{
  float: left;
  width: 230px;
  text-align: left;
  padding-right: 16px;
}
.fox-container .btn{
  display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.175px;
    text-align: center;
    text-shadow: none;
    border: none;
    background: var(--accent-0) !important;
    padding: 11px 16px;
    margin: 0;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.4s !important;
    margin-top: 24px;
    margin-bottom: 24px;
}
.fox-container .btn:hover{
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25), 4px 4px 16px 0px rgba(0, 0, 0, 0.10) !important;
}
.fox-container .btn span{
  color: white !important;
}
div.control-group{
  float: none !important;
  width: max-content !important;
}
.inner-page .inner-wrapper .article_content ol li{
  position: relative;
  list-style: none;
  margin: 10px 0;
  padding-left: 32px;
}

.inner-page .inner-wrapper .article_content ol {
  counter-reset: myCounter;
  padding-left: 0;
}
.inner-page .inner-wrapper .article_content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 6px;
  top: -2px;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  color: var(--main-3);
  text-align: center;
}