@charset "UTF-8";
/*Поключение шрифтов*/
@import url("../fonts/stylesheet.css");
@import url("../fonts/robotoslab.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap");
/*////////////////////////////////////*/
/* Цветовые переменные */
:root {
	--neitral-3: #1b1b1b;
	--neitral-2: #454545;
	--neitral-1: #6e6e6e;
	--neitral-0: #a4a4a4;
	--neitral--1: #cfcfcf;
	--neitral--2: #e3e3e3;
	--neitral--3: #f7f7f7;
	--no: #b34f14;
	--yes: #198064;
	--link: #3d319e;
	--main-3: #02213c;
	--main-2: #00437a;
	--main-1: #614e6f;
	--main-0: #ba848d;
	--main--1: #dabec2;
	--main--2: #e9d8db;
	--main--3: #f8f2f3;
	--white: #ffffff;
  --main-05: #3272BE;
}
/* шрифты переменные */
:root {
  --font-family: "PT Sans", sans-serif;
  --second-family: "Roboto Slab", sans-serif;
  --third-family: "Roboto", sans-serif;
}
/*Обнуление стилей*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body, html {
  margin: 0;
  padding: 0;
}

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, a:focus {
  outline: none;
  border: none;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  clear: both;
  border-top: 1px solid var(--main--2);
}

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

body input:focus,
body input:hover,
body input:active {
  outline: none;
  outline: 0;
  outline-offset: 0;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: none;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

body table {
  border-spacing: 0;
  border-collapse: collapse;
  /* border: 1px solid #CBE3F6;*/
  overflow: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: auto;
  border-color: transparent;
}

.article_block table {
  display: block;
  max-width: 100%;
  /* width: 100%;*/
  overflow-x: auto;
  margin: auto;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

table td, table th {
  border: 1px solid #A4A4A4;
  padding: 8px 8px;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

table tr {
  margin: 0 auto;
}

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

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

body {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: var(--neitral-3);
  /* background: #EBF7FD; */
}

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

ul li, ol li {
  list-style: none;
}

.second_page a {
  color: #382B96;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  /* text-decoration: underline; */
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #21589C;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 400;
  color: #153469;
  margin: 0;
}

h1 {
  font-family: 'Roboto Slab',serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 66px;
  color: #02213C;
}

h2 {
  font-size: 34px;
  line-height: 46px;
}

h3, .genericItemTitle {
  font-size: 24px;
  line-height: 30px;
  color: #1B1B1B;
}

h4 {
  font-size: 21px;
  line-height: 28px;
  color: #1B1B1B;
}

h5 {
  font-size: 17px;
  line-height: 22px;
}

h6 {
  font-size: 15px;
  line-height: 18px;
}

span {
  color: #454545;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

p {
  margin: 10px 0;
}

.block_social_row ul li::after, .pagination li::after {
  display: none;
}
header .social_wrap{
float: left;
}
.social_row{
  display: flex;
  gap: 16px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.social_wrap a{
  display: flex;
  width: 24px;
  height: 24px;
}
footer .social_row a{
  background-color: white;
    padding: 4px;
    border-radius: 5px;
}
/*Списки*/
.lenta_news_body .article_row ul li,
#xmap ul li {
  position: relative;
  margin: 16px 0;
  padding-left: 31px;
}

.lenta_news_body .article_row ul li::after,
#xmap ul li::after {
  content: url(../images/icons/mark.svg);
  position: absolute;
  left: 0;
  top: 0px;
}

#xmap ul li a {
  color: #1f1f1f;
  text-decoration: none;
}

.lenta_news_body .article_row ol {
  list-style-type: none;
  counter-reset: num;
  padding-left: 0;
}

.lenta_news_body .article_row ol li {
  text-align: left;
  position: relative;
  margin: 10px 0;
}

.lenta_news_body .article_row ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #21589C;
  font-family: 'Roboto Slab',serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
}

/* .article_row a:hover {
  color: #21589C;
} */

/*style buttons*/
.primary-button {
  padding: 12px 16px;
  background: #9CB93C;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: inline-block;
  text-decoration: none;
  color: #1B1B1B;
}

.primary-button a, .primary-button span {
  text-decoration: none;
  color: #1B1B1B;
}

.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: 12.5px;
  top: 10.5px;
}

.primary-button a:hover, .primary-button a:focus,
.primary-button span:hover, .primary-button span:focus {
  text-decoration: none;
  color: var(--main-1);
}

.primary-button.icon:hover svg path, .primary-button.icon:focus svg path {
  color: var(--main-1);
}

.primary-button a:active {
  text-decoration: none;
}

.primary-button:hover, .primary-button:focus {
  background: #EBF7FD;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: var(--main-1);
  text-decoration: none;
  cursor: pointer;
}

.primary-button:active {
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--main-1);
  text-decoration: none;
}

a.secondary-button {
  padding: 12px 16px;
  outline: 1px solid var(--main-1, #614E6F);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: var(--main-1, #614E6F);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  text-decoration: none;
}

.secondary-button span {
  color: var(--main-1);
  position: relative;
}

.secondary-button.icon span svg {
  left: -27px;
  top: -2px;
}

a.secondary-button:hover, a.secondary-button:focus,
.footer .secondary-button:hover {
  background: rgba(233, 216, 219, 0.50);
  cursor: pointer;
  text-decoration: none;
  color: var(--main-1, #614E6F);
}

.primary-button:active svg path {
  color: var(--main-1);
}

a.secondary-button:hover svg path, a.secondary-button:focus svg path {
  color: var(--main-1, #614E6F);
}

a.secondary-button:active, .footer a.secondary-button:active {
  background: #EBF7FD;
  outline: 1px solid var(--main-1);
  text-decoration: none;
  color: var(--main-1);
}


a.thirdy-button {
  padding: 10px 12px;
  background: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  text-decoration: none;
  color: var(--main-1);
}
a.thirdy-button.light{
  color: var(--main--1, #DABEC2);
}

a.thirdy-button:hover, a.thirdy-button:focus,
.back>a:hover, .back>a:focus {
  background: #EBF7FD;
  text-decoration: none;
  cursor: pointer;
  color: var(--main-1);
}

a.thirdy-button:active, a.thirdy-button:active span,
.back>a:active{
  color: var(--main-1);
  text-decoration: none;
}

svg path {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer a.secondary-button:active span {
  color: var(--main--1);
}
.footer .secondary-button:hover{
  border: 1px solid var(--main-1, #614E6F);
background: #DABEC2;
}
.footer .secondary-button:hover svg path{
  stroke:  var(--main-1);
}
.footer .secondary-button:hover svg rect{
  fill: var(--main-1);
}
.footer .secondary-button:hover span{
  color: var(--main-1);
}
.footer .secondary-button{
  border: 1px solid #DABEC2;
}
.footer .secondary-button span{
  color: #DABEC2;
}
.footer .secondary-button svg path{
  stroke:  #DABEC2;
}
.footer .secondary-button svg rect{
  fill: #DABEC2;
}
.btn-appeal {
  width: fit-content;
  border-radius: 4px;
  border: 1px solid var(--neitral--3);
  background: #FFF;
  color: var(--main-1);
  font-size: 15px;
  /* font-weight: 500; */
  line-height: 15px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-weight: 700;
  border-radius: 20px;
  padding: 10px 24px 10px 16px;
  gap: 8px;
  text-decoration: none;
}
.btn-appeal a{
  text-decoration: none;
}
/*убираем лишнее подчеркивание*/
.navbar a, .header a, .main-content a,
.banner-main a, .menu-sidebar a, .primary-button,
.secondary-button, .thirdy-button, .breadcrumb a, h3 a {
  text-decoration: none;
}

.navbar a:hover, .header a:hover, .main-content a:hover,
.banner-main a:hover, .menu-sidebar a:hover, .primary-button:hover,
.secondary-button:hover, .thirdy-button:hover,
.navbar a:active, .header a:active, .main-content a:active,
.banner-main a:active, .menu-sidebar a:active, .primary-button:active,
.secondary-button:active, .thirdy-button:active,
.navbar a:focus, .header a:focus, .main-content a:focus,
.banner-main a:focus, .menu-sidebar a:focus, .primary-button:focus,
.secondary-button:focus, .thirdy-button:focus, .breadcrumb a:hover,
.breadcrumb a:focus, .breadcrumb a:active, h3 a:hover, h3 a:focus, h3 a:active {
  text-decoration: none;
}

.container-wrapper {
  max-width: 1528px;
  width: 100%;
  padding: 0 16px;
  margin: 0 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: 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;
}

.content-part {
  margin: 0;
  width: -webkit-calc(100% - 236px - 32px);
  width: calc(100% - 236px - 32px);
}

.inner-menu {
  width: 236px;
}

@media screen and (max-width: 767px) {
  .content-part, .inner-menu {
    width: 100%;
  }
}

/*Кнопка поиска*/
.menu .container-wrapper {
  position: relative;
}

.button-search {
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.search {
  max-width: 328px;
    min-width: 208px;
    width: 100%;
  position: relative;
  bottom: -webkit-calc(100% + 16px);
  bottom: calc(100% + 16px);
  right: 0;
  border-radius: 4px;
    border: 1px solid var(--neitral--2);
    background: var(--white, #FFF);
}

form.genericSearchForm {
  position: relative;
  width: 250px;
}

/*Строка поиска*/
form.form-search, .genericSearchForm {
  width: 340px;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  height: 48px;
  z-index: 10;
  position: relative;
}

form input[type="search"], form input[type="text"],
.genericSearchForm input[type="text"] {
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  border: none;
  outline: none;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #A4A4A4;
  height: 46px;
  background: transparent;
  padding-left: 16px;
  padding-right: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

form input.button {
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  right: 10px;
}

.genericSearchForm input[type="submit"] {
  border: none;
  outline: none;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-image: url(../images/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.genericView {
  padding-top: 24px;
  padding-bottom: 24px;
}

.genericItemView {
  margin: 32px 0;
  position: relative;
}

.genericItemView::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -18px;
  left: 0;
  border-top: 1px solid #CBE3F6;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!*/
/*Языковое меню*/
.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-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 8px;
  /* height: 72px;*/
}

.lang-inline li {
  margin-left: 20px;
}

.lang-inline li a {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #113D61;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 3.5px;
}

.lang-inline li a:hover {
  background: #EBF7FD;
}

.lang-inline li:last-child a {
  padding: 2.5px 3.5px 0px;
  line-height: 16px;
  margin-top: 2px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*section header style start*/
.header {
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 0;
  padding-top: 16px;
}
.header .container-wrapper{
  align-items: center;
  padding: 0 32px;
}
.header-right{
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
.header-right,
.header-left{
  max-width: 638px;
    width: 100%;
}
.logo {
  /* 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* padding-right: 16px; */
}

.logo .logo-gm {
  width: 152px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-right: 10px; */
  display: inline-block;
}

.logo .gerb {
  width: 88px;
  height: 88px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.logo-title h1 {
  margin: 0;
}

.logo img {
  width: 86px;
  height: 86px;
}
.header-buttons{
  display: flex;
  align-items: center;
  gap: 24px;
}
.hot-line{
  padding-left: 24px;
    position: relative;
    display: flex;
    gap: 8px;
    align-content: center;
    align-items: center;
}
.hot-line.mobile{
  display: none;
}
.hot-line p{
  font-size: 15px;
  font-weight: 400;
line-height: 18px;
}
.hot-line::before{
  content: url(../images/icons/phone.png);
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 1200px) {
  ul.nav-menu > li.nav-menu-item {
    padding: 0 4px;
  }
  form.form-search, .genericSearchForm {
    width: 240px;
  }
  h1 {
    font-size: 42px;
    line-height: 62px;
  }
  .logo {
    padding-right: 0;
  }
}
.main{
  background: var(--main--3, #F8F2F3);
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*menu style start*/
.menu {
  background: var(--main-3);
  /* -webkit-border-radius: 6px;
          border-radius: 6px; */
  min-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;
  top: 12px;
  z-index: 20000;
  width: 100%;
  position: relative;
}

nav.navbar {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: -8px;
  height: 36px;
  background: #FFFFFF;
  z-index: 20000;
}

.container-wrapper > .menu {
  padding: 4px;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-menu, .nav-close {
  display: none;
}
.mobile-home{
  display: none;
}
ul.nav-menu {
  padding-left: 0;
  height: 100%;
  margin: 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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  width: 100%;
  z-index: 1000;
  min-height: 48px;
}

ul.nav-menu a, ul.nav-menu li > span {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.188px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  text-align: center;
  text-transform: uppercase;
}

ul.nav-menu span {
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

ul.nav-menu > li {
  -webkit-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

ul.nav-menu li:hover > a {
  color: var(--white);
}
ul.nav-menu li:hover > svg path{
  fill: var(--white);
}
ul.nav-menu a:hover, ul.nav-menu span:hover {
  color: #1B1B1B;
}

ul.nav-menu > li:hover > .nav-menu-item > a.activity,
li.nav-menu-item.current > a {
  color: #B7C6E1;
}

ul.nav-menu > li.nav-menu-item.drop-down .drop-down-menu a {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1B1B1B;
  text-transform: none;
}

ul.nav-menu > li.nav-menu-item.drop-down .drop-down-menu li:hover a {
  color: #21589C;
}

ul.nav-menu > li.nav-menu-item {
  padding: 0 8px;
  width: 240px;
  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-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  gap: 8px;
}

ul.nav-menu > li.nav-menu-item:last-child {
  margin-right: 0;
}

.nav-menu > .nav-menu-item.drop-down {
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/*Выпадающее меню*/
.drop-down-menu {
  position: absolute;
  /* left: 0; */
  top: 47px;
  width: 240px;
  /* width: -webkit-calc(100vw - 50px);
  width: calc(100vw - 50px);
  max-width: 1408px; */
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  display: none;
  background: #ffff;
  /* filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1)) drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));*/
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  z-index: 100;
  border: 4px solid var(--main-3, #02213C);
}

.nav-menu > .nav-menu-item.drop-down:hover .drop-down-menu {
  display: block;
  opacity: 1;
}

.nav-menu > .nav-menu-item.drop-down:hover {
  /* position: static; */
  position: relative;
  background: var(--main-2);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  /* filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.1)) drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));*/
}

svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-arrow {
  /* position: absolute; */
  right: 8px;
  z-index: 110;
  top: 50%;
    /* transform: translateY(-50%); */
}
@media(hover: hover){
  .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
    transform: rotateX(180deg);
    transition: ease 0.5s;
  }
}
.drop-down-list {
  /* min-height: 304px; */
  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: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin: 0;
  padding: 0;
}

.drop-down-list:after {
  /* content: ""; */
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background-image: url(../images/menu_1.jpg);
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  max-width: 720px;
  -webkit-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.drop-down-list::before {
  /* content: ""; */
  overflow: hidden;
  z-index: 20;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#EBF7FD), to(rgba(235, 247, 253, 0)));
  background: -webkit-linear-gradient(left, #EBF7FD 0%, rgba(235, 247, 253, 0) 100%);
  background: -o-linear-gradient(left, #EBF7FD 0%, rgba(235, 247, 253, 0) 100%);
  background: linear-gradient(90deg, #EBF7FD 0%, rgba(235, 247, 253, 0) 100%);
  -webkit-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

/* .drop-down:nth-child(4) .drop-down-list:after {
  background-image: url(../images/menu_2.jpg);
}

.drop-down:nth-child(5) .drop-down-list:after {
  background-image: url(../images/menu_3.jpg);
}

.drop-down:nth-child(6) .drop-down-list:after {
  background-image: url(../images/menu_4.jpg);
}

.drop-down:nth-child(7) .drop-down-list:after {
  background-image: url(../images/menu_5.jpg);
}

.drop-down:nth-child(8) .drop-down-list:after {
  background-image: url(../images/menu_6.jpg);
}

.drop-down:nth-child(9) .drop-down-list:after {
  background-image: url(../images/menu_7.jpg);
} */

.drop-down-list li {
  /* width: 100%;*/
  padding: 18px 10px;
  /* width: 50%; */
  text-align: start;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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;
}

.drop-down-list li > a {
  display: inline-block;
  text-align: start;
  white-space: inherit;
}

/* Пункт меню Главная страница*/
ul.nav-menu > .nav-menu-item.icon-to-text {
  width: 48px;
  height: 48px;
  /* background: #153469;
  -webkit-border-radius: 6px;
          border-radius: 6px; */
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.nav-menu-item.icon-to-text > a {
  display: inline-block;
  font-size: 0;
  background: url(../images/icons/home.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
}

.home .icon-to-text {
  width: 48px;
  height: 48px;
  padding: 15px 12px 13px;
  display: block;
  background: url(../image/icons/home.svg) center center no-repeat;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  ul.nav-menu > li.nav-menu-item {
    padding: 0 4px;
  }
}

@media screen and (max-width: 1030px) {
  .logo .logo-gm,
  .logo .gerb {
    /* width: 60px;
    height: 60px; */
    -webkit-background-size: contain;
            background-size: contain;
  }
  .language_row {
    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;
  }
  .lang-inline{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lang-inline {
    margin-bottom: 0;
  }
  .search {
    bottom: 4px;
    /* right: 16px; */
  }
  /* form.form-search, .genericSearchForm {
    height: 40px;
  }
  form input[type="search"],form input[type="text"],  form {
    height: 38px;
  } */
   .menu{
    justify-content: space-between;
   }
  .mobile-home{
    display: flex;
    padding: 12px;
    margin: 0;
  }
 
  .nav-arrow{
    position: absolute;
  }
  ul.nav-menu > li.nav-menu-item.drop-down > a, ul.nav-menu > li.nav-menu-item > a {
    padding-top: 18px;
    padding-bottom: 18px;
    height: auto;
    width: 100%;
    text-align: left;
  }
  ul.nav-menu > li {
    height: auto !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  ul.nav-menu > li.nav-menu-item.drop-down {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
  }
  .drop-down-menu {
    overflow-x: hidden;
  }
  .drop-down-list li {
    margin: 0;
  }
  ul.nav-menu > li.nav-menu-item:hover,
  ul.nav-menu > li.nav-menu-item > a:hover {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #FFFFFF;
    position: relative;
  }
  ul.nav-menu > li.nav-menu-item.drop-down > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
    opacity: 1;
    position: static;
    width: 100%;
    padding-left: 0;
    background: #EEF6FC;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 120;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .drop-down-list li {
    width: 100%;
    text-align: left;
  }
  .nav-menu > .nav-menu-item.drop-down > .menu-visible + svg + .drop-down-menu {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0) !important;
  }
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu::after,
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu::before,
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu .drop-down-list::before,
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu .drop-down-list:after {
    display: none;
  }
  .drop-down-list {
    min-height: 250px;
  }
  /*отменяем наведение*/
  .drop-down-list li > a {
    display: inline-block;
    text-align: left;
    white-space: inherit;
  }
  .drop-down-list li {
    border: none;
  }
  ul.nav-menu > li {
    width: 100%;
  }
  .nav-arrow {
    display: block;
    left: auto;
    right: 16px;
    top: 18px;
    z-index: 10000;
    /*  display: none;*/
    width: 24px;
    height: 24px;
  }
  ul.nav-menu > li.nav-menu-item{
    width: 100%;
  }
  .nav-menu > .nav-menu-item.drop-down:hover .nav-arrow {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .nav-arrow.active {
    -webkit-transform: rotateX(180deg) translateY(-2px);
    transform: rotateX(180deg) translateY(-2px);
  }
  .hamburger-menu, .nav-close {
    display: block;
    z-index: 10;
    cursor: pointer;
  }
  .container-wrapper .hamburger-menu {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    background: transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 12px 15px;
  }
  .nav-close {
    display: block;
    width: 100%;
    text-align: right;
  }
  .nav-close:hover {
    cursor: pointer;
  }
  .hamburger-menu:hover {
    cursor: pointer;
  }
  ul.nav-menu > li.nav-menu-item.drop-down .drop-down-menu li:hover a {
    color: #1F1F1F;
  }
  ul.nav-menu {
    padding: 16px;
    display: block;
    width: 360px;
    background: #21589C;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
  }
  ul.nav-menu > li.nav-menu-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 14px 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  ul.nav-menu > li.nav-menu-item.drop-down {
    padding: 0;
    position: relative;
  }
  ul.nav-menu.menu-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-radius: 0px 4px 4px 0px;
    background: var(--main-3, #02213C);
    width: 304px;
/* тень */
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.10), 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  }
  /*Скрываем пункт домашней страницы*/
  .nav-menu > .nav-menu-item.icon-to-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
    display: none;

  }
  .nav-close{
    display: none;
  }
  .nav-menu .nav-menu-item.icon-to-text > a {
    font-size: 0;
  }
  ul.nav-menu > .nav-menu-item.icon-to-text {
    background: transparent;
  }
  .nav-menu > li.nav-menu-item > a {
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    text-align: left;
  }
  ul.nav-menu > li.nav-menu-item.drop-down .drop-down-menu a {
    font-size: 16px;
    line-height: 20px;
  }
  ul.nav-menu > li.nav-menu-item.current, ul.nav-menu > li.nav-menu-item.active.active.dropdown,
  ul.nav-menu > li.nav-menu-item {
    background: transparent;
  }
  .contacts {
    width: 76%;
  }
  ul.social {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .lang-inline li {
    margin-left: 10px;
  }
  .logo .logo-gm,
  .logo .gerb {
    /* width: 40px;
    height: 40px; */
    -webkit-background-size: contain;
            background-size: contain;
  }
  .lang-inline li a {
    font-size: 14px;
    line-height: 16px;
  }

}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 600px) {
  div.logo{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:  flex-start;
  }
  .language.lang-inline{
    position: absolute;
    right: 16px;
  }
/*  ul.lang-inline.language {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.lang-inline .language__img.language__img_active{
    display: none;
  }
  ul.lang-inline{
    margin-top: 0;
    margin-left: 0;
  }*/
/*  .logo > div {
    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;
  }
  .logo .logo-gm {
    margin-right: 8px;
    margin-top: 5px;
  }
  .header {
    padding-top: 6px;
  }
  .lang-inline li {
    margin-top: 4px;
  }
  .lang-inline li:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }*/
}

@media screen and (max-width: 430px) {
  ul.nav-menu {
    width: 100vw;
  }
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

/*Слайдер-фото на главной*/
.header-slider-wrapper {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  position: relative;
  margin-top: 48px;
  /* margin-bottom: 16px; */
  border-radius: 4px;
}

.header-slider-item::after{
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.71%, rgba(21, 52, 105, 0)), to(rgba(21, 52, 105, 0.8)));
  background: -webkit-linear-gradient(top, rgba(21, 52, 105, 0) 47.71%, rgba(21, 52, 105, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(21, 52, 105, 0) 47.71%, rgba(21, 52, 105, 0.8) 100%);
  background: linear-gradient(180deg, rgba(21, 52, 105, 0) 47.71%, rgba(21, 52, 105, 0.8) 100%);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  display: block;
}

.header-slider {
  width: 100%;
  height: 504px;
  z-index: -1 !important;
}

.header-image {
  width: 100%;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: -1 !important;
  position: relative;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.header-slider-item.slick-slide {
  z-index: 10 !important;
}

.slogan-slider,
.header-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 30;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
          top: 0;
}

.slogan-slider h2,
.item-content-titles h4{
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 44px;
  opacity: 1;
  width: 400px;
  display: block;
}
.item-content-titles{
  display: flex;
    text-align: center;
    padding-bottom: 36px;
    flex-direction: column;
    align-items: center;
}
.item-content-titles h4{
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  width: 100%;
    padding-left: 72px;
    padding-right: 72px;
}
.item-content-titles h4 a{
  width: 100%;
  display: flex;
  text-decoration: none;
}
.item-content-titles span{
  color: var(--neitral--3, #F7F7F7);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.slogan-slider h2.anim-items {
  opacity: 0;
  -webkit-transform: translate(0, -50px) scale(0.75);
      -ms-transform: translate(0, -50px) scale(0.75);
          transform: translate(0, -50px) scale(0.75);
  -webkit-transition: all 1.7s ease-in 0.1s;
  -o-transition: all 1.7s ease-in 0.1s;
  transition: all 1.7s ease-in 0.1s;
  overflow: hidden;
  color: #FFFFFF;
}

/*@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}*/
.slogan-slider h2.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  /*animation: typing 1s forwards;*/
}

.header-slider-wrapper .header-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 90;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
background: rgba(2, 33, 60, 0.50);
  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;
  z-index: 40 !important;
}

.header-slider-wrapper .header-slider-arrow:hover {
  /* background: #9CB93C; */
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}

.header-slider-wrapper .header-slider-arrow.right {
  right: 16px;
}
.header-slider-wrapper .header-slider-arrow.left{
  left: 16px;
}
.header-slider-wrapper .header-slider-arrow svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 576px) {
  .slogan-slider h2 {
    max-width: 350px;
    font-size: 28px;
    line-height: 38px;
  }
}

/*Контакты и услуги на главной*/
.main .container-wrapper {
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.about-us {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-top: 62px;
  /* max-height: 488px; */
  /* margin-bottom: 32px; */
}

.about-us h5 {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: var(--main-3);
  font-weight: 500;
}

.about-us p {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #454545;
  margin: 8px 0;
}

.about-us p.mail {
  display: block;
}

/*Контакты*/
.contacts {
  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;
  width: 100%;
  align-items: flex-start;
}

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

/*кнопка контакты руководства*/
.contacts p.tel,
.contacts p.fax,
.about-us p {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.085px;
  /* text-transform: uppercase; */
  background: transparent;
  
}
.contacts p.tel{
  float: left;
}
.contacts p.fax{
  float: right;
}
.contacts p.tel > a {
  display: inline-block;
  /* color: #4E5B20; */
  text-transform: uppercase;
  /* border-radius: 6px;*/
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 24px;
}
.phones h5{
  color: var(--neitral-2);
  /* Подзаголовок 2 */
  font-family: "Roboto Slab";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.014px;
  padding-right: 16px;
  margin-top: 10px;
}
/* .contacts p.phone:hover {
  background: #EBF7FD;
} */

.contacts p.tel > a:active {
  color: var(--main-3);
}

/* .contacts p.phone::before {
  top: -2px;
} */

.header .contacts .mail a:hover {
  text-decoration: none;
}

.adress,
.mail, .tel,
.tel, .fax {
  padding-left: 32px;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  display: flex;
    align-items: center;
}

.link a.tel,
.link a.fax {
  padding-left: 32px;
  position: relative;
  display: inline-block;
  color: #1b1b1b;
  text-decoration: none;
}

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

.adress > a,
.mail > a, .tel > a,
.tel > a, .fax > a, .mail a {
  color: #1b1b1b;
  text-decoration: none;
}

.tel > a:hover, .fax > a:hover, .mail > a:hover,
.adress>a:hover {
  text-decoration: underline;
}

.adress::before {
  content: url(../images/icons/address.svg);
  position: absolute;
  left: 0;
  top: 50%;
    transform: translateY(-50%);
}

.tel::before {
  content: url(../images/icons/phone.svg);
  position: absolute;
  left: 0;
  top: 50%;
    transform: translateY(-50%);
  width: 24px;
    height: 24px;
}

/* .tel::before, a.tel::before {
  content: url(../images/icons/tel.svg);
  position: absolute;
  left: 0;
  top: 0px;
} */

.fax::before {
  content: url(../images/icons/fax.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
    height: 24px;
}

.mail::before {
  content: url(../images/icons/email.svg);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.work-time span {
  color: #B7C6E1;
  font-size: 20px;
  font-weight: 400;
}

/*Режим работы*/
.work-wrapper {
  max-width: 224px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.work-wrapper h6 {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #454545;
  font-weight: 500;
}

.work-time p {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1B1B1B;
}

.work-day {
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 224px;
}

.work-day-item {
  border: 1px solid #D4DDED;
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  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;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #7CAAE4;
  padding: 3px 2px 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: uppercase;
}

.work-day-item.active {
  background: #FFFFFF;
  color: #1B1B1B;
}

.uslugi,
.poleznoe {
  margin-top: 16px;
  background: var(--main-2);
  padding-top: 21px;
}

.uslugi-wrapper {
  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;
  margin-top: 10px;
}

.uslugi h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #454545;
}

.usludi-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 10px;
}
.usludi-item a{
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .work-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-us p {
    margin: 4px 0;
  }
  .contacts {
    -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;
  }
  .contacts p {
    margin-top: 8px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .main .container-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .container-wrapper{
    flex-direction: column-reverse;
    gap: 16px;
  }
  .header-right{
    justify-content: center;
  }
  .header-right, .header-left{
    max-width: unset;
    width: 100%;
  }
  #specialButton{
    display: none;
  }
  .header-slider-wrapper {
    width: 100%;
    margin-bottom: 0;
  }
  .about-us {
    width: 100%;
    margin-top: 24px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .work-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .about-us p {
    margin: 8px 0;
  }
  .contacts p {
    padding-right: 16px;
  }
  .usludi-item {
    padding-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header-image {
    height: 400px;
  }
  .header-slider {
    height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .header-image {
    height: 350px;
  }
  .header-slider {
    height: 350px;
  }
  .uslugi h6 {
    text-align: center;
    margin-bottom: 16px;
  }
  .uslugi-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .usludi-item {
    padding-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .usludi-item:last-child {
    margin-bottom: 0;
  }
  .uslugi-image {
    text-align: center;
  }
  .usludi-item > p {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .header-image {
    height: 328px;
  }
  .header-slider {
    height: 328px;
  }
}
/* услгуги */
.inner-page .uslugi,
.inner-page .poleznoe{
  display: none;
  
}
.uslugi .news_title,
.poleznoe .news-block .section-title{
  display: none;
}
.uslugi_title,
.poleznoe .poleznoe_title{
  color: var(--neitral--3, #F7F7F7);
  /* Заголовок 4 */
  font-family: "Roboto Slab";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 135.294% */
  letter-spacing: 0.085px;
}
.uslugi .container-wrapper,
.poleznoe .container-wrapper{
  flex-direction: column;
}
.uslugi .structura_block{
  /* display: flex;
  justify-content: space-between;
  gap: 32px; */
}
.uslugi .structura_block .slick-list li,
.poleznoe .news-wrapper .news-item{
  background: var(--white, #FFF);
  border-radius: 4px;
    outline: 2px solid transparent;
    /* max-width: 477px;
    width: 100%; */
    position: relative;
    margin-right: 16px;
    margin-left: 16px;
}

/* .uslugi .structura_block .slick-list{
  margin-top: 8px;
  margin-bottom: 8px;
  
} */
.uslugi .structura_block .slick-list,
.poleznoe .slick-list{
  margin-left: -16px;
  margin-right: -16px;
}
.uslugi .structura_block .slick-list li::after{
  content: url('/templates/cherven-zhkh_1.0/images/icons/forward.svg');
  width: 48px;
  height: 48px;
  padding: 12px;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.uslugi .structura_block .slick-dots,
.poleznoe .slick-dots{
  position: static;
 
}
.uslugi .structura_block .slick-dots{
  margin-top: 16px;
}
.uslugi .structura_block .slick-list li a{
  border-radius: 4px;
  height: 104px;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 12px 48px 12px 16px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 2px solid transparent;
    color: var(--main-3, #02213C);
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 130% */
    letter-spacing: 0.03px;
    text-decoration: none;

}

.poleznoe .news-wrapper .slick-list div.news-item-img{
  width: 160px;
  padding: 16px;
  padding-right: 0;
}
.poleznoe .news-item .news-item-img img{
  width: 128px !important;
  height: 128px !important;
  min-height: 128px !important;
    max-height: none;
}
.poleznoe h3.item-title{
  font-size: 20px;
  font-weight: 500;
line-height: 26px;

}
.poleznoe h3.item-title a,
.poleznoe .news-item-prev a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poleznoe h3.item-title a{
  -webkit-line-clamp: 2;
}
.poleznoe .news-item-prev a{
  -webkit-line-clamp: 3;
}
.poleznoe .news-item-prev{
  padding-right: 48px;
}
.poleznoe .news-item{
  justify-content: flex-start;
  height: 160px;
}
.poleznoe .news-item-content{
  padding: 21px 16px 12px 0px;
  width: 100%;
}
.poleznoe .item-date{
  display: none;
}
.poleznoe .news-item-more a.thirdy-button{
  background: url(../images/icons/forward.svg) right top no-repeat;
}
.poleznoe .news-wrapper{
  padding-bottom: 0px;
}
.main-news .news-item .news-item-img{
  min-height: 160px;
  height: 160px;
}
@media(max-width: 880px){
  .poleznoe .news-item{
    display: flex;
    gap: 16px;
  }
  .poleznoe h3.item-title{
    font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  }
  .poleznoe .news-item-prev{
    font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 18px;
  }
  .poleznoe .news-item-prev a{
    -webkit-line-clamp: 4;
  }
  .poleznoe .news-wrapper .slick-list div.news-item-img{
    width: 80px;
  }

  .poleznoe .news-item .news-item-img img,
  .poleznoe .news-item .news-item-img{
    width: 80px !important;
    height: 80px !important;
    min-height: 80px !important;

  }
  .poleznoe .news-item-content{
    padding: 21px 16px 12px 16px;
  }
  .poleznoe .news-item-prev{
    padding-right: 32px;
  }
}
/*Слайдер Актуальных новостей*/
/*ограничивающая оболочка*/
.slick-slider {
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

.skick-slide {
  min-width: 0;
}

/*лента слайдов*/
.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;
}

/*section news style start*/
.main-news .container-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 31% - 32px) 31%;
      grid-template-columns: -webkit-calc(100% - 31% - 32px) 31%;
      grid-template-columns: calc(100% - 31% - 32px) 31%;
}

/*правые баннеры*/
.first-banners {
  width: 100%;
  height: 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding-bottom: 24px; */
  padding-top: 16px;
}

.first-banners-wrapper {
  margin-left: 1px;
  height: 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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.first-banners-item {
  width: 100%;
  position: relative;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid var(--main-3, #02213C);
  
}

.first-banners-item:hover {
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.first-banners-image {
  width: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
          height: 218px;
}

.first-banners-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 6px;
          border-radius: 6px;
          height: 218px;
}

.first-banners-link {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* width: 70%; */
  padding: 16px 0px 16px 24px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 20;
  background: linear-gradient(90deg, #F8F2F3 0%, rgba(248, 242, 243, 0.70) 52.87%, rgba(248, 242, 243, 0.00) 75.72%);
  
}

.first-banners-link a {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--main-3);
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  
  width: 70%;
}

.first-banners-link:hover a {
  color: #00437A;
}

/***********************/
.main-news{
  background: var(--neitral--3, #F7F7F7);
}
.news-block {
  width: 100%;
  height: 100%;
  margin-top: 21px;
  
}
.poleznoe .news-block{
  margin-top: 0;
}
.news-wrapper {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 21px;
  padding-bottom: 86px;
  gap: 16px;
}

.all-news {
  position: absolute;
  bottom: 23px;
  left: 0;
}

.news .section-title {
  margin-top: 28px;
}

.news-item {
  width: 100%;
  /* margin: 16px 0 0 0; */
  clear: both;
  min-height: 165px;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  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;
          gap: 16px;
}

.news-item:hover {
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.news-item span {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: #454545;
}

.news-item-content {
  height: 100%;
  min-height: 100%;
  padding-right: 48px;
  padding-top: 16px;
  width: -webkit-calc(100% - 264px);
  width: calc(100% - 264px);
  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;
}

.news-item .news-item-img {
  width: 264px !important;
  /*  float: left;*/
  height: 165px;
  /* margin-right: 16px; */
  /* height: 100%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-item .news-item-img img {
  width: 264px !important;
  /* width: 344px!important; */
  height: 100% !important;
  /* min-height: 192px; */
  /* max-height: 200px; */
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-item-prev a {
  text-decoration: none;
}

.news-item-more {
  text-align: right;
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
}

.news-item-more a.thirdy-button {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 0;
  background: url(../images/icons/forward.svg) right top no-repeat;
}

.news-item-more a.thirdy-button:hover {
  opacity: 0.7;
}

.news-item-prev a:hover, .item-title a:hover {
  color: #1B1B1B;
}

h3.item-title {
  color: #1B1B1B;
}

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

.news-item.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.news-item.anim-items:nth-child(2) {
  -webkit-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}

.news-item.anim-items:nth-child(3) {
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.news-item.anim-items:nth-child(4) {
  -webkit-transition: all 1s ease 0.3s;
  -o-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

@media screen and (max-width: 1280px) {
  .news-item .news-item-img {
    width: 30%;
  }
  .news-item .news-item-img img {
    width: 100%!important;
  }
  .news-item-content {
    width: -webkit-calc(100% - 30%);
    width: calc(100% - 30%);
    padding-right: 40px;
  }
  .first-banners-link a {
    font-size: 21px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  .main-news .container-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;
  }
  .news-block {
    width: 100%;
    margin-top: 16px;
  }
  .first-banners {
    width: 100%;
    padding-top: 0;
    padding-bottom: 8px;
  }
  .first-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: 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;
  }
  .first-banners-item {
    margin-bottom: 16px;
    width: 450px;
    max-width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .news-item {
    /* padding-left: 16px; */
    /* padding-top: 16px; */
    display: block;
  }
  .news-item .news-item-img {
    width: 100%;
    height: 200px;
    min-height: 70px;
    float: left;
  }
  .main-news .news-item .news-item-img{
    width: 100% !important;
    min-height: 200px;
    height: 200px;
  }
  .news-item .news-item-img a{
    display: flex;
    width: 100%;
  }
  .news-item .news-item-img img {
    width: 100%;
    /* height: 70px; */
    min-height: 70px;
  }
  .news-item-content {
    /* width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); */
    width: 100%;
    padding-bottom: 16px;
  }
  .news-item-content {
    /* padding-top: 0; */
    padding-left: 16px;
  }
  h3, .genericItemTitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .all-news{
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .first-banners-item{
    margin-bottom: 0;
  }
  .first-banners-image,
  .first-banners-item img{
    height: 192px;
  }
  .first-banners-link a{
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px;
  }
}

.slick-slider {
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

/*************************************/
/*Новости на главной*/
h2.section-title, .fox-container > h1 {
  position: relative;
  display: inline-block;
}

.second_page h2.section-title {
  margin-bottom: 10px;
}

.second_page .lenta_wrap h2.section-title {
  margin-top: 11px;
  margin-bottom: 5px;
}

.fox-container > h1 {
  margin-top: 0;
}

.news_wrap {
  padding-bottom: 32px;
}

.btn_row {
  margin-top: 32px;
}

.news_column {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_column .block_item {
  width: 31.5%;
  background: #FFFFFF;
  -webkit-border-radius: 16px;
  border-radius: 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;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news_column .block_item img {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
  object-fit: cover;
}

h3.news-title, p.h2 {
  margin-top: 16px;
  /* font-family: 'Fira Sans';*/
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #1b1b1b;
  margin-bottom: 6px;
}

h3.news-title a,
.news-subtitle a {
  color: #1b1b1b;
  text-decoration: none;
}

.info_data {
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.004em;
  color: #454545;
}

.news_column .block_item_text {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 40px;
  min-height: 160px;
}

.read_more {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.block_item {
  position: relative;
}

.block_item:hover {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.25);
  background: #EEF6FC;
}

@media screen and (max-width: 1200px) {
  .block_item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
}

@media screen and (max-width: 850px) {
  .news_column {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .news_column .block_item {
    width: 47%;
  }
  .news_column .block_item {
    margin-bottom: 16px;
  }
  .news_column .block_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .news_column .block_item {
    width: 100%;
  }
}

.resourses-banners {
  width: 100%;
  padding: 12px 0 0;
  position: relative;
}

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

.resourses-banners-carousel.slick-slider {
  width: 100%;
  margin: auto;
}

.resourses-banners-carousel.slick-slider .slick-list {
  padding: 12px 0;
}

.resourses-banners-arrow.slick-arrow {
  width: 24px;
  height: 24px;
  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(50% - 12px);
  top: calc(50% - 12px);
  z-index: 20;
}

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

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

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

.resourses-banners-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 8px;
  min-height: 120px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  padding: 16px;
  outline: 2px solid transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.resourses-banners-item:hover {
  outline: 2px solid #CBDC93;
}

.resourses-banners-image {
  width: 64px;
  height: 40px;
  margin-top: 12px;
}

.resourses-banners-image img {
  max-width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.resourses .section-title,
.uslugi_title,
.poleznoe_title,
.news-block .section-title{
padding-left: 20px;
}
.resourses-banners-link {
  text-align: left !important;
  line-height: 15px;
  width: 100%;
  height: 60%;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.resourses-banners-link > a {
  width: 100%;
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.004em;
  color: #454545;
  text-decoration: none;
  text-align: left;
  height: 100%;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

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

.slick-dotted.slick-slider {
  margin-bottom: 24px;
}

.slick-dots {
  position: absolute;
  bottom: -24px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background: #EBF7FD;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* .slick-dots li button:hover {
  background: #7CAAE4;
} */
.resourses-banners .slick-dots li button{
  background-color: var(--neitral--1, #CFCFCF);
}
.slick-dots li.slick-active button {
  background: var(--main-0);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 530px) {
  .block_item_image img {
    min-height: 170px;
  }
}

@media screen and (max-width: 480px) {
  .block_item_image img {
    min-height: 140px;
  }
}

@media screen and (max-width: 400px) {
  .block_item_image img {
    min-height: 120px;
  }
  .resourses-banners-carousel.slick-slider .slick-list{
    margin-right: -8px;
    margin-left: -8px;
  }
}

/*Кнопка вверх к началу страницы*/
a.scrollUp {
  padding: 16px 17px 11.5px 15px;
  background: #96C6ED;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 32px;
  border-radius: 32px;
  position: fixed;
  z-index: 120;
  bottom: 16px;
  right: 16px;
  display: none;
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

a.scrollUp:hover {
  background: #FFE770;
  cursor: pointer;
}

/*Баннеры социальных иконок на внутренних*/
.bannergroup-inner-icons {
  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;
}

.bannergroup-inner-icons .banneritem {
  margin-right: 8px;
}

.bannergroup-inner-icons img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bannergroup-inner-icons img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.bannergroup-inner-icons .bannerheader {
  margin-right: 16px;
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #4F4F4F;
}

#k2Container div.itemToolbar .share-icons {
  display: inline-block;
  text-align: left;
  float: left;
}

/*Страница с ошибкой*/
h1.page-header {
  margin-top: 24px;
}

.well {
  margin-bottom: 24px;
}

.well blockquote {
  font-size: 34px;
  line-height: 40px;
}
blockquote {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 6px;
  background: var(--Main--3, #F8F2F3);
}
blockquote >p:first-child{
  color: var(--main-3, #02213C);

/* Подзаголовок 1 */
font-family: "Roboto Slab";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.024px;

}
blockquote >p{
  margin-top: 3px;
  margin-bottom: 3px;
}
.well .search {
  margin-bottom: 16px;
}

/*Новости на главной странице*/
/*Внутренние страницы*/
.block_item a.thirdy-button {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 0;
  background: url(../images/icons/forward.svg) right top no-repeat;
}

a.mail {
  color: #1B1B1B;
  text-decoration: none;
}

a.mail:hover {
  text-decoration: underline;
}

.hide_text {
  display: none;
  padding: 8px 16px;
}

p.spojler {
  margin-bottom: 0;
  padding: 14px 40px 14px 16px;
  background: #EEF6FC;
  outline: 1px solid #CBE3F6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Mako', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #1F1F1F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 48px;
  letter-spacing: 0.0015em;
  position: relative;
}

/*Крестик*/
p.spojler::after {
  content: url(../images/icons/expand-arrow.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: rotateX(180deg);
          transform: rotateX(180deg);
}

p.spojler.active, p.spojler:hover {
  background: #D4DDED;
  cursor: pointer;
}

h2.lenta_news_title, .second_page h2 {
  margin-top: 0;
}

.link {
  outline: 1px solid var(--main--2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: transparent;
  margin-top: 24px;
}
/* Спойлер "Электронные обращения" */
.link.important .spojler {
  background: var(--neitral--3);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}
.link.important .spojler .button {
  position: absolute;
  right: 8px;
  top: 12px;
  padding: 10px 8px;
}
.link.important .spojler .hide,
.link.important .spojler.active .show {
  display: none;
}
.link.important .spojler.active .hide {
  display: block;
}
.link.important .spojler::after {
  content: '';
}
.link.important .hide_text {
  background: var(--neitral--3);
  padding-bottom: 16px;
  border-radius: 0 0 6px 6px;
}
.link.important .hide_text--inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 16px;
}
@media (max-width: 992px) {
  .link.important {
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .link.important .spojler .button {
    bottom: 8px;
    top: auto;
  }
  .link .spojler p {
    width: 100%;
    padding-bottom: 40px;
  }
}
/* Стилизация блоков "Спойлеры" ------------------------------- */
.link {
  background: transparent;
  margin: 12px 0 24px;
  border: 1px solid var(--main-0);
  border-radius: 6px;
  clear: both;
}
.link:last-child {
  margin-bottom: 0;
}
/* .itemFullText .link:first-child {
  margin-top: 16px;
} */
.link .spojler {
  font-family: 'PT Serif', serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.032px;
  position: relative;
  padding: 14px 16px;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--neitral-2);
  padding-right: 44px;
  transition: all 0.5s ease;
}

.link .spojler p{
  margin: 0;
  width: calc(100% - 60px);
}
.spojler::after {
  content: url(../images/icons/expand-arrow_18.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.link .spojler.active {
  border-radius: 6px;
}
.spojler.active::after {
  transform: rotateX(180deg);
}
.spojler.active,
.spojler:hover {
  cursor: pointer;
}
.link:first-child .visible_text {
  margin-top: 16px;
}
.visible_text {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 24px 0;
  position: relative;
}
.visible_text > p:first-child {
  display: inline-block;
  min-width: 208px;
  max-width: 208px;
  height: 208px;
  margin: 0 32px 0 0;
}
.visible-text__block p:nth-child(2) {
  margin: 0;
}
.visible_text > p:first-child > img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 3px;
}
.visible_text h3 {
  /* color: #73573F; */
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.026px;
  margin-bottom: 8px;
}
.visible_text h6 {
  /* color: #73573F; */
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
  margin-top: 24px;
}
.visible_text h6.visible-text__title {
  margin-bottom: 0px;
}
.hide_text {
  display: none;
  padding: 0 16px 16px;
  width: 100%;
}
.hide_text h3 {
  margin-top: 5px;
}
.hide_text p > img {
  margin: 16px;
  margin-left: 0;
  position: relative;
  bottom: 12px;
}
.hide_text > p:first-child {
  margin-top: 4px;
}
.hide_text p > span {
  color:#294A66;
}
.link .hide_text ul li:before {
  content: '';
  position: static;
}
/* .link .hide_text ul li {
  list-style-type: disc;
  padding: 0;
  margin: 0;
  margin-left: 28px;
} */
.article_content .hide_text ol:nth-child(3) {
  counter-increment: num 2 !important;
}
.article_content .hide_text ol:nth-child(5) {
  counter-increment: num 3 !important;
}
.article_content .hide_text ol:nth-child(6) {
  counter-increment: num 4 !important;
}

@media (max-width: 768px) {
  .visible_text > p:first-child {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    margin-left: 16px;
  }
  .visible-text__block {
    width: calc(100% - 96px);
  }
}
a.tel {
  text-decoration: none;
  color: #1B1B1B;
}

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

.tel > span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #525252;
}

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

/*Страница Структура*/
.article_wrap .lenta_news_body .visible_text > p:first-child {
  display: inline-block;
  width: 205px;
  height: 264px;
  margin-top: 0;
  float: left;
  padding: 0 16px 16px 0;
}

.article_wrap .lenta_news_body .link p > img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: 100% !important;
}

.link .visible_text {
  min-height: 280px;
  padding: 16px;
}

@media screen and (max-width: 576px) {
  .article_wrap .lenta_news_body .visible_text > p:first-child {
    display: inline-block;
    width: 112px;
    height: 139px;
    margin-top: 0;
    float: left;
    padding: 16px;
  }
  .link .visible_text {
    min-height: 129px;
  }
}

@media screen and (max-width: 350px) {
  .link h3 {
    font-size: 21px;
    line-height: 25px;
  }
}

/*Хлебные крошки*/
.second_page {
  width: 100%;
}

.second_page .article_wrap {
  padding-bottom: 16px;
  min-height: 200px;
}

.breadcrumb_row .container {
  margin-top: 56px;
}

.breadcrumb_row, .breadcrumb_row .container {
  width: 100%;
}

.breadcrumb_row .breadcrumb {
  padding-left: 0;
  width: 100%;
  /* text-align: center; */
  margin-bottom: 0;
  margin-top: 0;
  padding: 16px 0;
  /* background: #EEF6FC;*/
  /* max-width: 1420px; */
  /* padding-left: 16px;
  padding-right: 16px; */
  margin: 24px auto 0;
}

.breadcrumb_row {
  background: transparent;
  position: relative;
  z-index: 0;
}

.breadcrumb_row .breadcrumb li {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #153469;
  position: relative;
}

span.divider {
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb_row .breadcrumb li:first-child span.divider{
  margin: 0;
}
.breadcrumb_row .breadcrumb li span {
  font-size: 15px;
  line-height: 18px;
  color: #153469;
}

.breadcrumb li a {
  color: #153469;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.breadcrumb li a:hover {
  opacity: 0.7;
}

.breadcrumb_row .breadcrumb li:last-child::after,
.breadcrumb_row .breadcrumb li.active:after {
  display: none;
  content: "";
}

/*footer style start*/
.footer {
  background: var(--main-3);
  min-height: 72px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--white);
  font-weight: 400;
}

.footer .secondary-button.icon span svg {
  left: -27px;
  top: 1px;
}

.footer .primary-button svg {
  position: absolute;
  left: -24px;
  top: 1px;
  width: 18px;
  height: 18px;
}

.footer .secondary-button {
  display: inline-block;
  margin-right: 16px;
}

.footer .primary-button span {
  display: inline-block;
  position: relative;
}

.footer .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-row{
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /* min-height: 58px; */
}
.footer-row.row-lower{
  justify-content: center;
}
.footer p.copy {
  /* margin-bottom: 16px; */
  padding-right: 16px;
  
}
.copyright{
  position: relative;
  padding-left: 48px;
}
.copyright::after{
  content: '';
    background: url(../images/gerb_cherven.png);
    position: absolute;
    left: 0;
    top: 0;
    /* top: 50%;
    transform: translateY(-50%); */
    width: 32px;
    height: 37.5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.footer .e-message{
  /*margin-left: 94px;*/
  margin-left: 124px;
}
.footer h6 {
  color: #454545;
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

.razrab {
  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;
}

.footer .razrab p a {
  text-decoration: none;
  color: #454545;
}

.razrab p a:hover {
  text-decoration: underline;
}

.footer p {
  margin: 0;
}
.footer .sitemap{
  margin-left: auto;
  width: max-content;
}

.copyright {
  /* width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px); */
  height: 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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.copyright img {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

@media screen and (max-width: 992px) {
  /* .footer .container-wrapper  */
  .footer-row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
  .copyright-cvr{
    max-width: 202px;
  }
  .copyright {
    width: 100%;
  }
  .footer {
    padding-bottom: 48px;
    position: relative;
  }
  .razrab {
    position: absolute;
    bottom: 16px;
    left: 16px;
  }
  .footer .e-message{
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .resourses .section-title{
    padding-left: 16px;
  }
  .footer div, .footer .social {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer div a.primary-button {
    display: inline-block;
    margin-bottom: 10px;
  }
  .footer div a.secondary-button {
    /* margin-bottom: 16px; */
    display: inline-block;
    /* margin-top: 6px; */
  }
  .footer div.razrab {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer div.razrab > p {
    text-align: left;
  }
  p.copy {
    text-align: left;
  }
  .footer .sitemap{
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer .e-message .btn-appeal, .footer .sitemap a{
    margin: 0 auto;
  }
  .copyright{
    padding-left: 56px;
  }
  .footer p.copy{
    margin-right: 0;
  }
  .copyright::after{
    top: 0;
    transform: none;
  }
  .footer{
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 430px) {
  .footer {
    /* padding-bottom: 60px; */
  }
  .footer div a.primary-button, .footer div a.secondary-button {
    width: 100%;
  }
  .footer div.razrab > p {
    width: 100%;
  }
}

/*Тематические страницы*/
.lenta_news_wrap {
  padding-bottom: 32px;
}

/*Страница лента*/
.events_column .block_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-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;
  /* min-height: 224px; */
  max-height: 165px;
  margin-bottom: 16px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #FFFFFF;
  gap: 16px;
}

/*Страница лента для метео*/
.events_column .block_item.meteo,
.events_column .block_item.agro,
.events_column .block_item.hydro,
.events_column .block_item.radio {
  min-height: 96px;
  padding-left: 56px;
  position: relative;
}

.block_item.meteo h3.news-title,
.block_item.agro h3.news-title,
.block_item.hydro h3.news-title,
.block_item.radio h3.news-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #1B1B1B;
  margin-top: 20px;
}

.meteo .info_data,
.agro .info_data,
.hydro .info_data,
.radio .info_data {
  margin-top: 16px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #454545;
  margin-bottom: 0;
}

/*Иконки для погодных лент*/
.events_column .block_item.meteo::after {
  content: url(/templates/gidromet_1.0/images/hygrometer.svg);
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  width: 40px;
  height: 40px;
}

.events_column .block_item.agro::after {
  content: url(/templates/gidromet_1.0/images/greenhouse.svg);
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  width: 40px;
  height: 40px;
}

.events_column .block_item.hydro::after {
  content: url(/templates/gidromet_1.0/images/climate.svg);
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  width: 40px;
  height: 40px;
}

.events_column .block_item.radio::after {
  content: url(/templates/gidromet_1.0/images/radioactive.svg);
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  width: 40px;
  height: 40px;
}

.events_column .meteo .block_item_text,
.events_column .agro .block_item_text,
.events_column .hydro .block_item_text,
.events_column .radio .block_item_text {
  width: -webkit-calc(100% - 56px);
  width: calc(100% - 56px);
  min-height: 96px;
}

/**************************************/
.events_column .block_item .news-subtitle {
  /* padding-bottom: 32px; */
}

.events_column .block_item:last-child {
  margin-bottom: 0;
}

.events_column .block_item_image {
  height: 165px;
  width: 264px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 100%;
  max-height: 100%;
  min-height: 240px; */
}

.events_column .block_item_image > img {
  width: 264px !important;
  height: 100% !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 240px; */
}

.events_column .block_item_text {
  width: 100%;
  /* width: -webkit-calc(100% - 323px);
  width: calc(100% - 323px); */
  /* padding-left: 16px; */
  padding-right: 16px;
  padding-bottom: 16px;
  height: 100%;
  /* min-height: 240px; */
}
.events_column .block_item_text .news-title a,
.events_column .block_item_text .news-subtitle a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  
  overflow: hidden;
}
.events_column .block_item_text .news-title a{
  -webkit-line-clamp: 2;
}
.events_column .block_item_text .news-subtitle a{
  -webkit-line-clamp: 2;
}
.lenta_wrap {
  padding-bottom: 32px;
}

.events_row {
  padding-top: 8px;
}

/*Страница Новости статичная*/
.article_wrap {
  margin-bottom: 32px;
}

.article_block_image img {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.lenta_news_body .article_row img {
  max-width: 100%;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.article_block_image {
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  /* width: 323px;
  min-height: 240px; */
  width: 334px;
  height: 208px;
}

h3.lenta_news_title {
  color: #02213C;
}

.lenta_wrap {
  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;
          gap: 32px;
}

.article_wrap {
  max-width: 1200px;
  padding: 10px 16px;
  background: #FFFFFF;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.article_wrap.content {
  max-width: 1048px;
  /* width: calc(100% - 360px);*/
}

.second_page .container-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          background: var(--main--3);
}

.lenta_wrap, .article_wrap {
  width: 100%;
  /*max-width: 1034px;*/
}

.lenta_wrap .container {
  max-width: 1048px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .events_column .block_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: 1000px;
  }
  .events_column .block_item .news-subtitle{
    padding-right: 32px;
  }
  .events_column .block_item_image {
    width: 100%;
    min-height: 200px;
    height: 200px;
  }
  .events_column .block_item_image > img{
    width: 100% !important;
    min-height: 200px;
    height: 200px;
  }
  .events_column .block_item_text {
    width: 100%;
    min-height: 50px;
    padding-left: 16px;
  }
  /* .events_column .block_item_image > img {
    min-height: 100px;
  } */
  h2.lenta_news_title {
    font-size: 28px;
    line-height: 36px;
  }
  .article_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article_block_image {
    float: none;
    /* width: 100%; */
    margin-left: 0;
  }
  .article_block_image img {
    width: 100%;
    margin-left: 0;
  }
  .article_block {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  h2.lenta_news_title {
    font-size: 26px;
    line-height: 34px;
  }
  .events_column .block_item{
    gap: 0;
  }
  .lenta_wrap .block_item .read_more{
    bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  h2.lenta_news_title {
    font-size: 24px;
    line-height: 32px;
  }
}

/*Иконки социальных сетей*/
.itemSocialSharing {
  padding-top: 15px;
  border-top: 1px solid var(--main--2, #E9D8DB);
  margin-top: 16px;
}

.block_social_row ul li {
  display: inline-block;
  margin-right: 10px;
}

.block_social_row ul {
  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;
}

.second-page .block_social_row > ul > li {
  margin-right: 8px !important;
  padding-right: 24px;
}

.block_social_row > ul > li:first-child {
  display: none;
}

.block_social_row #__utl-buttons-1 .uptl_toolbar > ul > li > .sn-icon {
  /* background: #DF162D !important;*/
  margin-right: 8px;
}

.itemImageGallery ul li::after {
  display: none;
}

ul.sigProClassic li.sigProThumb span.sigProLinkWrapper,
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper,
ul.sigProClassic li.sigProThumb a.sigProLink {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  display: inline-block;
  padding: 0 !important;
  border: none;
}

.itemImageGallery ul.sigProClassic {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.itemImageGallery ul.sigProClassic li.sigProThumb {
  margin: 16px;
  padding: 0;
}

ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.itemImageGallery {
  clear: both;
}

@media screen and (max-width: 400px) {
  .itemImageGallery ul.sigProClassic li.sigProThumb {
    margin: 0px;
    padding: 0;
  }
}

/*Меню для внутренних страниц*/
.inner-main {
  width: 100%;
  max-width: 1100px;
}

/*Анимация*/
/*.inner-main.anim-items {
  opacity: 0;
  -webkit-transform: translate(-32px, 40px);
      -ms-transform: translate(-32px, 40px);
          transform: translate(-32px, 40px);
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

.inner-main.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}*/
.lenta_wrap.anim-items, .article_wrap.anim-items,
.container.anim-items {
  opacity: 0;
  -webkit-transform: translate(-32px, 40px);
  -ms-transform: translate(-32px, 40px);
  transform: translate(-32px, 40px);
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
}

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

/**************************/
.menu-wrapper {
  /* margin-right: 32px; */
  width: 223px;
}

.menu-sidebar {
  margin-top: 0;
  padding-left: 0;
  background: var(--main--2);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-bottom: 32px;
  padding: 8px;
  width: 100%;
}

.menu-sidebar li {
  list-style-type: none;
  margin-bottom: 8px;
}

.menu-sidebar li:last-child {
  margin-bottom: 0;
}

.menu-sidebar ul {
  margin-bottom: 0;
  padding-left: 0;
}

.menu-sidebar li:last-child {
  border-bottom: none;
}

.menu-sidebar li a {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.005em;
  color: #1B1B1B;
  padding: 14px 8px 14px 14px;
  display: inline-block;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.menu-sidebar li a:hover {
  background: #fff;
}

.menu-sidebar li.current.active > a,
.menu-sidebar li.deeper.active {
  background: #fff;
}

.menu-sidebar li.deeper.active > ul > li > a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
}

.menu-sidebar li.deeper.active > ul > li > a:hover {
  color: #185A90;
}

.menu-sidebar li.deeper.active .current.active a {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #185A90;
  position: relative;
  /* border-bottom: 1px solid #185A90;*/
}

.menu-sidebar li.deeper.active .current.active a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 14px;
  width: -webkit-calc(100% - 28px);
  width: calc(100% - 28px);
  height: 0px;
  border-top: 2px solid #185A90;
}

ul.mainmenu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
}

ul.mainmenu li {
  list-style-type: none;
}

@media screen and (max-width: 992px) {
  .second_page .container-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .inner-main, .inner-sidebar, .menu-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .lenta_wrap {
    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-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
  .menu-sidebar {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .second_page .lenta_wrap h2.section-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .breadcrumb_row .breadcrumb li.active:first-child {
    display: none;
  }
}

/*Иконки ссылок для внутренних*/
.lenta_news_body a[href$="form"], .lenta_news_body a[href$="docx"], .lenta_news_body a[href$="zip"],
.lenta_news_body a[href$="rar"], .lenta_news_body a[href$="pdf"], .lenta_news_body a[href$="PDF"],
.lenta_news_body a[href$="ppt"],
.lenta_news_body a[href$="pptx"], .lenta_news_body a[href$="xls"], .lenta_news_body a[href$="xlsx"],
.lenta_news_body a[href$="gif"], .lenta_news_body a[href^="http://www.pravo.by"],
.lenta_news_body a[href^="https://yadi"], .lenta_news_body a[href^="http://pravo.by/document"], .lenta_news_body a[href^="http://tnpa.by/"], .lenta_news_body a[href^="http://www.gto.by"],
.lenta_news_body a[href$="doc"], .lenta_news_body a[href^="http://pravo.by"], .lenta_news_body a[href^="https://drive.google.com/"] {
  padding-left: 32px;
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 28px;
  margin-top: 6px;
  color: #382B96;
}

/* .lenta_news_body a:hover {
  color: #2E8DDC;
} */

.lenta_news_body a[href$="doc"] {
  background-image: url("../images/icons/files/doc.svg");
}

.lenta_news_body a[href$="docx"] {
  background-image: url("../images/icons/files/DOCX.svg");
}

.lenta_news_body a[href$="zip"] {
  background-image: url("../images/icons/files/ZIP/.svg");
}

.lenta_news_body a[href$="rar"] {
  background-image: url("../images/icons/files/RAR.svg");
}

.lenta_news_body a[href$="pdf"], .lenta_news_body a[href$="PDF"] {
  background-image: url("../images/icons/files/PDF.svg");
}

/*.lenta_news_body a[href$="jpeg"], .lenta_news_body a[href$="jpg"], .lenta_news_body a[href$="pjpeg"] {
  background-image: url("../images/icons/files/JPG.svg");
}*/
.lenta_news_body a[href$="ppt"], a[href$="pptx"] {
  background-image: url("../images/icons/files/PPT.svg");
}

.lenta_news_body a[href$="xls"] {
  background-image: url("../images/icons/files/XLS.svg");
}

.lenta_news_body a[href$="xlsx"] {
  background-image: url("../images/icons/files/XLS.svg");
}

.lenta_news_body a[href^="http://www.pravo.by"], .lenta_news_body a[href^="http://pravo.by"],
.lenta_news_body a[href^="https://yadi"], .lenta_news_body a[href^="http://pravo.by/document"],
.lenta_news_body a[href^="https://drive.google.com/"] {
  background-image: url("../images/icons/files/HTML.svg");
}

/*Пагинация страниц нумерация*/
.page_pagination ul, .k2Pagination ul {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_pagination ul > li, .k2Pagination ul > li {
  font-family: 'PT Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #153469;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.0025em;
  padding: 4px 8px 3px 8px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /*border-radius: 50%;*/
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 12px 8px 0 8px;
}

@media screen and (max-width: 576px) {
  .page_pagination ul > li, .k2Pagination ul > li {
    margin: 10px 8px;
  }
}

.page_pagination ul > li a, .k2Pagination ul > li a {
  text-decoration: none;
  color: #153469;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page_pagination ul > li:hover, .k2Pagination ul > li:hover {
  color: #6E6E6E;
}

.k2Pagination ul > li:hover a, .page_pagination ul > li:hover a {
  color: #6E6E6E;
}

.page_pagination ul > li.active a, .k2Pagination ul > li.active a {
  color: #6E6E6E;
  display: inline-block;
}

.page_pagination ul > li.active, .k2Pagination ul > li.active {
  color: var(--neitral-0, #A4A4A4);
  /* background:#96C6ED;*/
}

.page_pagination ul > li.arrow-list, .k2Pagination ul > li.arrow-list {
  background: transparent !important;
}

.page_pagination ul > li.arrow-list, .k2Pagination ul > li.arrow-list {
  font-size: 0;
  width: 32px;
  height: 32px;
  padding: 4px;
}

.page_pagination ul > li a .icon-first,
.k2Pagination ul > li a .icon-first {
  font-size: 0;
  background: url(../images/icons/double-chevron-left.svg) center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.page_pagination ul > li a .icon-last,
.k2Pagination ul > li a .icon-last {
  font-size: 0;
  background: url(../images/icons/double-chevron-right.svg) center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.page_pagination ul > li a .icon-previous,
.k2Pagination ul > li a .icon-previous {
  font-size: 0;
  background: url(../images/icons/chevron-left.svg) center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.page_pagination ul > li a .icon-next,
.k2Pagination ul > li a .icon-next {
  display: inline-block;
  font-size: 0;
  background: url(../images/icons/chevron-right.svg) center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.k2Pagination {
  margin-bottom: 24px;
}

.arrow-list svg path {
 /* stroke: #21589C;*/
}

/*Внутренняя страница Контакты*/
.article_content .inner-contacts {
  width: 41%;
  margin-right: 4%;
  display: inline-block;
  float: left;
}

.article_content .map {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  width: 55%;
}

.article_content iframe {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #CBE3F6;
}

.article_content > .map {
  margin-top: 16px;
}

.inner-contacts p {
  margin-bottom: 16px;
}

.inner-contacts p > a, .inner-contacts span > a {
  text-decoration: none;
  color: #1F1F1F;
}

.inner-contacts .secondary-button {
  display: inline-block;
  margin-top: 10px;
}

.page-contacts {
  width: 100%;
  max-width: 1034px;
}

.inner-contacts .secondary-button {
  position: relative;
}

.inner-contacts .secondary-button::after {
  position: absolute;
  content: url(../images/icons/phone.svg);
  width: 18px;
  height: 18px;
  top: 9px;
  left: 11px;
}

@media screen and (max-width: 650px) {
  .article_content .inner-contacts {
    width: 100%;
    margin-left: 0;
    float: none;
    max-width: 100%;
  }
  .article_content .map {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}

/*Слайдер информационные ресурсы*/
/*Карусель интернет-ресурсы*/
section.resourses {
  background: var(--neitral--3, #F7F7F7);
  padding: 20px 0;
}

/**************************/
.arrow_up {
  background: var(--main-05);
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 5000;
  right: 16px;
  bottom: 68px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  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;
  text-align: center;
  vertical-align: middle;
}

/* .arrow_up svg {
  margin-top: 16px;
} */

.arrow_up:hover {
  background:#21589C;
}

#scrollTopBtn {
  display: none;
}

/*Таблицы для внутренних страниц*/
table.hydro-change,
table.radio-change {
  width: 500px;
  margin: 16px auto;
}

table.radio-change {
  /* float: right;*/
}

table td {
  min-height: 52px;
}

td.arrow {
  font-size: 42px;
  line-height: 38px;
  color: #7CAAE4;
  font-weight: 900;
}

.arrow {
  color: #7CAAE4;
}

.hydro-change tr > td:nth-child(2) {
  min-width: 100px;
  border-left: none;
}

.radio-change tr > td:nth-child(2) {
  min-width: 130px;
  border-left: none;
}

.hydro-change tr:nth-child(2) > td:nth-child(1) {
  min-width: 260px;
}

.radio-change tr:nth-child(2) > td:nth-child(1) {
  min-width: 250px;
}

.hydro-change tr > td:nth-child(1),
.radio-change tr > td:nth-child(1) {
  border-right: none;
}

.hydro-change tr:first-child > td:first-child,
.radio-change tr:first-child > td:first-child {
  border-right: 1px solid #A4A4A4;
}

.hydro-change tr:first-child > td:nth-child(2),
.radio-change tr:first-child > td:nth-child(2) {
  border-left: 1px solid #7CAAE4;
  border-right: none;
}

.hydro-change tr:first-child > td:nth-child(3),
.radio-change tr:first-child > td:nth-child(3) {
  border-left: none;
}

.hydro-change tr:first-child > td:first-child > p,
.hydro-change tr:first-child > td:last-child > p,
.radio-change tr:first-child > td:first-child > p,
.radio-change tr:first-child > td:last-child > p {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 100px;
  left: -86px;
  width: 220px;
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #02213C;
}

.hydro-change tr:first-child > td:first-child,
.hydro-change tr:first-child > td:last-child,
.radio-change tr:first-child > td:first-child,
.radio-change tr:first-child > td:last-child {
  background: var(--main--3);
  width: 52px;
  position: relative;
}

.radio-change td {
  padding: 14px 8px;
}

/*таблица прогноз погоды*/
.prognoz tr:first-child {
  background: var(--main--3);
}

/*.prognoz tr td:nth-child(1)
{
  background: #B7C6E1;
}*/
/*Баннер Внимание на главной*/
section.attencion .container-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.attencion {
  width: 100%;
  background: #D4DDED;
}

section.attencion .info {
  padding: 20px 0 24px;
}

.attencion .info-item {
  width: 100%;
  text-align: center;
}

.info-item-title {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #153469;
}

.info-item-title a {
  text-decoration: none;
  color: #153469;
}

.attencion h3 {
  color: #02213C;
}

.attencion span.anim-items {
  opacity: 0;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 1.4s ease-in 0.3s;
  -o-transition: all 1.4s ease-in 0.3s;
  transition: all 1.4s ease-in 0.3s;
}

.attencion span.anim-items.animActive {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 576px) {
  section.attencion h3 {
    font-size: 21px;
    line-height: 24px;
  }
}

/*Погодный информер на главной странице*/
.weather-news {
  width: 100%;
  background: url(../images/osen.jpg) top left;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.weather-news.zima {
  width: 100%;
  background: url(../images/zima.jpg) top left;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.weather-news.vesna {
  width: 100%;
  background: url(../images/vesna.jpg) top left;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.weather-news.leto {
  width: 100%;
  background: url(../images/leto.jpg) top left;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.weather-news.osen {
  width: 100%;
  background: url(../images/osen.jpg) top left;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.weather-news::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(60.62%, #FFFFFF), color-stop(82.26%, rgba(255, 255, 255, 0))), radial-gradient(30.47% 94.11% at 14.01% 5.89%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, #FFFFFF 60.62%, rgba(255, 255, 255, 0) 82.26%), -webkit-radial-gradient(30.47% 94.11% at 14.01% 5.89%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, #FFFFFF 60.62%, rgba(255, 255, 255, 0) 82.26%), -o-radial-gradient(30.47% 94.11% at 14.01% 5.89%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFFFFF 60.62%, rgba(255, 255, 255, 0) 82.26%), radial-gradient(30.47% 94.11% at 14.01% 5.89%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.weather-news .container-wrapper {
  z-index: 10;
}

.weather-news .container-wrapper.anim-items {
  /*opacity: 0;
   transition: all 1.6s ease!important;*/
}

.weather-news .container-wrapper.animActive.anim-items {
  /*opacity: 1;*/
}

.city-container {
  width: 33%;
  min-width: 370px;
  position: relative;
  z-index: 20;
}

.weather-container {
  /* width: calc(67% - 32px);*/
  width: 100%;
  position: relative;
  z-index: 20;
}

.select-container {
  margin-top: 32px;
  background: #21589C;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  width: 100%;
  padding: 8px;
  position: relative;
}

.weather-mogilev {
  background: #153469;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 14px 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.weather-mogilev p,
.weather-regions p {
  margin: 0;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.weather-mogilev p:hover,
.weather-regions p:hover {
  color: #B7C6E1;
}

.weather-regions {
  padding: 14px 16px;
  cursor: pointer;
}

.regions-container {
  display: none;
  background: #EBF7FD;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 120;
}

.regions-container ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.regions-container ul li {
  margin: 12px 0;
  width: 33.33%;
  text-align: center;
}

.regions-container ul li > a {
  text-decoration: none;
}

/*Погода по дням*/
.k2CustomCodeBlock {
  width: -webkit-calc(67% - 32px);
  width: calc(67% - 32px);
  max-width: -webkit-calc(100% - 370px - 32px);
  max-width: calc(100% - 370px - 32px);
}

.weather-container {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 32px;
  /* padding-bottom: 64px;*/
}
.weather-container p{
  margin: 0;
 display: inline;
}

.weather-part {
  width: 50%;
  max-width: 50%;
  padding-left: 72px;
  position: relative;
  margin-top: 16px;
  padding-bottom: 16px;
}

.weather-part h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #153469;
}

.weather-part h6 {
  margin-top: 12px;
  /* margin-bottom: 3px;*/
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #454545;
}

/*Иконки для погодных явлений*/
div.snow, div.snow-6 {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/snow.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}
div.light-snow, div.light-snow-2 {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/light-snow.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.snow-rain {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/snow-rain.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.rain {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/rain.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}
div.light-rain, div.light-rain- {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/light-rain.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.metel {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/metel.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.hail-rain {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/hail-rain.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.heavy-rain {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/heavy-rain.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}
div.heavy-rain-6 {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/heavy-rain-6.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}
div.heavy-rain-8 {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/heavy-rain-8.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.cloud {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/cloud.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.fog,
div.haze {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/fog.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

/*div.haze{
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/cloud.png) center no-repeat;
  background-size: contain;
  z-index: 10;
}*/
.night div.haze,
.night div.fog {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/night-haze.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.cloudy {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/cloudy-day.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

.night div.cloudy {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/cloudy-night.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

div.sun {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/sun-day.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

.night div.sun {
  position: absolute;
  top: 0;
  left: 16px;
  width: 40px;
  height: 40px;
  background: url(../images/icons/moon-night.png) center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

/*Погода сегодня*/
.weather-today {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EBF7FD;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 0px 16px;
  padding-right: 160px;
}

.today.tab > .weather-today:first-child {
  padding-right: 24px;
}

.phenomen {
  font-size: 0;
  line-height: 0;
 margin: 0;
 padding: 0;
  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;
}

.weather-today div.icon {
  width: 72px;
  height: 72px;
  position: relative;
  z-index: 10;
}

/*Спойлер из погоды на 5 дней*/
.tab {
  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;
}

.tab.today {
  padding-bottom: 64px;
  /*margin-top: 16px;*/
}

.tab.week {
  display: none;
}

div.weather-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
          display: block!important;
          
}

div.weather-week:nth-child(2) {
  display: block;
}

.weather-today.week-day {
  margin-bottom: 16px;
  cursor: pointer;
}

.weather-week .weather-part.day {
  float: left;
}

.weather-week .weather-part.night {
  float: right;
}

.weather-today.week-day::after {
  content: url(../images/icons/expand-arrow.svg);
  position: absolute;
  right: 16px;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}

/*Табы*/
.tab-title {
  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;
}

.tab-title > div {
  padding: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.visible.active h6,
.hidden.active h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #153469;
}

.visible.active,
.hidden.active {
  padding: 16px;
  border-bottom: 2px solid #153469;
}

.hidden, .visible {
  border-bottom: 2px solid transparent;
}

.hidden h6,
.visible h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #A4A4A4;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hidden h6:hover, .visible h6:hover {
  color: #153469;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  h2.now-date {
    font-size: 24px;
    line-height: 28px;
  }
  .weather-today {
    padding-right: 72px;
  }
  .weather-today div.icon {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .weather-container {
    padding-top: 16px;
  }
  .weather-news .container-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .city-container {
    width: 100%;
  }
  .k2CustomCodeBlock {
    width: 100%;
    max-width: 100%;
  }
  .regions-container {
    z-index: 200;
  }
  .tab.today {
    padding-bottom: 0;
  }
  .select-container {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 576px) {
  h3.now-date, h2.now-date {
    font-size: 17px;
    line-height: 20px;
  }
  .weather-part {
    padding-left: 56px;
  }
  div.weather-part .icon {
    left: 0;
  }
}

@media screen and (max-width: 430px) {
  .city-container {
    min-width: 100%;
  }
  .regions-container ul li {
    width: 50%;
  }
}

/*карта сайта*/
.osmap-items{
  margin-bottom: 30px;
}
.osmap-items li a{
  text-decoration: none;
  color: #1b1b1b;
  line-height: 22px;
}
.osmap-items li a:hover{
  color:#7CAAE4;
}
/*Переключение языков*/
/*.language {
  display: flex;
  flex-direction: row;
  justify-content: start;
}*/

.language__img {
 margin: 2px;
  cursor: pointer;
  width: 25px;
  height: 24px;
 

}

.language__img:hover,
.language__img_active {
  opacity: 1;
}
.language__img_active{

}
.custom-gtranslate {
  position: relative;
  display: inline-block;
 
}

.gtranslate-icon {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid var(--neitral--2);
  background: var(--neitral--3)
}
.gtranslate-icon.open > .expand-arrow{
  transform: rotateX(180deg);
  transition: ease 0.5s;
}
.gtranslate-icon img {
  width: 24px;
  height: 24px;
}

.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;
}
.gt_switcher_wrapper{
  position: static !important;
  display: flex;
    flex-direction: column;
}
.gtranslate-dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.gtranslate-dropdown a:hover {
  background-color: #f1f1f1;
}

.gtranslate-dropdown.hidden {
  display: none;
}
@media(max-width: 560px){
  .search{
    max-width: 328px;
    width: 100%;
    min-width: 240px;
  }
  .gtranslate-icon img{
    width: 22px;
    height: 22px;
  }
  .gtranslate-icon{
    padding: 8px;
  }
  form input[type="search"], form input[type="text"], .genericSearchForm input[type="text"]{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    height: 56px;
min-height: 56px;
  }
  .search{
    bottom: 0;
    height: 56px;
min-height: 56px;
  }
  .header-right{
    gap: 16px;
  }
  .item-content-titles h4 a{
    color: var(--white, #FFF);
text-align: center;

/* Заголовок 6 */

-webkit-text-stroke: 1px var(--neitral-1, #6E6E6E);
font-family: "Roboto Slab";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 130% */
letter-spacing: 0.03px;
  }
  .item-content-titles h4{
    padding-left: 56px;
    padding-right:56px;
  }
  a.thirdy-button{
    height: 40px;
    min-height: 40px;
    padding: 10px 12px;
    font-size: 15px;
  }
  .item-content-titles{
    padding-bottom: 8px;
  }
  .slogan-slider h2, .item-content-titles h4{
    margin-bottom: 8px;
  }
  .header .container-wrapper{
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-slider-wrapper .header-slider-arrow.right{
    right: 8px;
  }
  .header-slider-wrapper .header-slider-arrow.left{
    left: 8px;
  }
  .header-image{
    background-position: center;
  }
  .about-us{
    margin-top: 16px;
  }
  .phones{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
  .uslugi, .poleznoe{
    margin-top: 0;
  }
  .news-block{
    margin-top: 13px;
  }
  .news-wrapper{
    padding-bottom: 80px;
  }
  .first-banners{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .poleznoe{
    padding-top: 13px;
  }
  .poleznoe .news-block{
    margin-top: 0;
  }
  .resourses .section-title, .uslugi_title, .poleznoe_title, .news-block .section-title{
    padding-left: 0;
  }
  .hot-line{
    display: none;
  }
  .hot-line.mobile{
    display: flex;
  }
  .main{
    padding-bottom: 16px;
  }
  .main-news .news-item .news-item-img{
    width: 100% !important;
  }
}