@charset "UTF-8";
/*Поключение шрифтов*/
@import url("../fonts/firasans/stylesheet.css");
@import url("../fonts/mako/stylesheet.css");
/*////////////////////////////////////*/
/*Обнуление стилей*/
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 #CBE3F6;
}

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: 8px;
  margin-bottom: 8px;
  overflow: auto;
  border-color: transparent;
}

.article_block table {
  display: block;
  max-width: 100%;
  overflow: auto;
}

table td, table th {
  border: 1px solid #CBE3F6;
  padding: 0px 8px;
}

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

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

body {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1F1F1F;
  background: #FFFFFF;
}

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

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

.second_page a {
  color: #3B38E0;
  -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: #2E8DDC;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Mako', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1F1F1F;
  margin: 0;
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
}

h3, .genericItemTitle {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 21px;
  line-height: 28px;
}

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

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

span {
  color: #525252;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

p {
  margin: 10px 0;
}

.block_social_row ul li::after, .pagination li::after {
  display: none;
}

/*Списки*/
.lenta_news_body .article_row ul li,
#xmap ul li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
}

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

#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;
  /* padding-left: 28px;*/
  margin: 10px 0;
}

.lenta_news_body .article_row ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #2E8DDC;
  font-family: 'Mako', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.0015em;
}

.article_row a:hover {
  color: #2E8DDC;
}

/*style buttons*/
.primary-button {
  padding: 12px 16px;
  background: #185A90;
  -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;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  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: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

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

.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: #113D61;
}

.primary-button.icon:hover svg path, .primary-button.icon:focus svg path {
  fill: #113D61;
}

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

.primary-button:hover, .primary-button:focus {
  background: #CCAA00;
  color: #113D61;
  text-decoration: none;
  cursor: pointer;
}

.primary-button:active {
  background: #96C6ED;
  -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);
  text-decoration: none;
}

a.secondary-button {
  padding: 12px 16px;
  outline: 1px solid #185A90;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: transparent;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  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: #185A90;
}

.secondary-button span {
  color: #185A90;
  position: relative;
}

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

a.secondary-button:hover, a.secondary-button:focus,
.footer .secondary-button:hover {
  background: #FFF8D6;
  cursor: pointer;
  text-decoration: none;
  color: #185A90 !important;
}

.primary-button:active svg path {
  fill: #FFFFFF;
}

a.secondary-button:hover svg path, a.secondary-button:focus svg path {
  fill: #185A90;
}

a.secondary-button:active, .footer .secondary-button:active {
  background: #CBE3F6;
  text-decoration: none;
  color: #185A90;
}

a.thirdy-button {
  padding: 12px 8px;
  background: transparent;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  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: #185A90;
}

a.thirdy-button:hover, a.thirdy-button:focus {
  background: #FFF8D6;
  text-decoration: none;
  cursor: pointer;
  color: #185A90;
}

a.thirdy-button:active {
  background: #CBE3F6;
  text-decoration: none;
  color: #185A90;
}

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

/*убираем лишнее подчеркивание*/
.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: 1420px;
  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%;
  }
}

/*Иконки социальных сетей*/
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* min-height: 72px;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 168px;*/
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  float: left;
  margin: 0;
}

.social li {
  margin-right: 26px;
}

.social li:last-child {
  margin-right: 16px;
}

.social li img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social li img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*Контакты в шапке*/
.contacts {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /*width: 70%;*/
  width: calc(100% - 158px - 154px);
}

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

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

p.adress,
p.mail, p.phone,
p.tel, p.fax {
  padding-left: 26px;
  position: relative;
}

.link a.tel {
  padding-left: 26px;
  position: relative;
  display: inline-block;
  color: #1f1f1f;
  text-decoration: none;
}

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

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

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

.adress::before {
  content: url(../images/icons/address.svg);
  position: absolute;
  left: 0;
  top: 0px;
}

.phone::before {
  content: url(../images/icons/hot_line.svg);
  position: absolute;
  left: 0;
  top: 0px;
}

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

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

.mail::before {
  content: url(../images/icons/email.svg);
  position: absolute;
  left: 0;
  top: 0px;
}

/*Кнопка поиска*/
.button-search {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* background: #DF162D, url(../image/icons/search.svg) center center no-repeat contain;*/
  background-image: url(../image/icons/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-color: #DF162D;
  cursor: pointer;
}

.search {
  position: relative;
}

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

/*Строка поиска*/
.k2SearchBlockForm, .genericSearchForm {
  width: 228px;
  background: #EEF6FC;
  border: 1px solid #185A90;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  height: 48px;
  z-index: 10;
  position: relative;
}

.k2SearchBlockForm input[type="search"], .k2SearchBlockForm input[type="text"],
.genericSearchForm input[type="text"] {
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  border: none;
  outline: none;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #96C6ED;
  height: 46px;
  background: #EEF6FC;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 6px;
  padding-top: 0;
  padding-bottom: 0;
}

.k2SearchBlockForm 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
  /* height: 72px;*/
}

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

.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: #CBE3F6;
  -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);
}

.lang-inline li a:hover svg path {
  /* fill: #F7E5A1;*/
}

.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;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 16px;
  padding-top: 8px;
}

.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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 16px;
  padding-left: 16px;
}

.logo .logo-mt {
  margin-right: 10px;
  background: url(../images/logo.svg) center center;
  width: 86px;
  height: 86px;
}

.logo .gerb {
  margin-left: 10px;
  background: url(../images/gerb.svg) center center;
  width: 86px;
  height: 86px;
}

.logo-title h1 {
  margin: 0;
}

.logo img {
  width: 86px;
  height: 86px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!*/
/*menu style start*/
.menu {
  background: #113D61;
  min-height: 56px;
  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;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 101;
}

.menu > .container-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger-menu, .nav-close {
  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: -webkit-calc(100% - 186px);
  width: calc(100% - 186px);
  max-width: 1120px;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  z-index: 100;
  min-height: 56px;
}

ul.nav-menu a, ul.nav-menu li > span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.005em;
  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;
}

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;
          border-radius: 6px;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

ul.nav-menu li:hover > a {
  color: #96C6ED;
}

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

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

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

.drop-down > .drop-down-menu > .drop-down-list li:hover {
  background: #96C6ED;
}

ul.nav-menu > li.nav-menu-item.drop-down {
  padding: 6px 24px 6px 10px;
}

ul.nav-menu > li.nav-menu-item {
  padding: 6px 8px 6px 8px;
  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;
  height: 56px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.nav-menu > .nav-menu-item.drop-down {
  position: relative;
  cursor: pointer;
}

/*Выпадающее меню*/
.drop-down-menu {
  position: absolute;
  left: 0;
  top: 56px;
  padding-left: 0;
  -webkit-transition: opacity 0.1s linear, visibility 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.1s linear, visibility 0.2s ease, -webkit-transform 0.4s ease;
  -o-transition: opacity 0.1s linear, transform 0.4s ease, visibility 0.2s ease;
  transition: opacity 0.1s linear, transform 0.4s ease, visibility 0.2s ease;
  transition: opacity 0.1s linear, transform 0.4s ease, visibility 0.2s ease, -webkit-transform 0.4s ease;
  opacity: 1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  -webkit-transform: translate(15px, 20px);
  -ms-transform: translate(15px, 20px);
  transform: translate(15px, 20px);
  opacity: 0;
  background-color: #EEF6FC;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.nav-menu > .nav-menu-item.drop-down:hover .drop-down-menu {
  visibility: visible;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

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

.nav-arrow {
  position: absolute;
  right: 9px;
  z-index: 110;
  top: 16px;
}

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

.drop-down-list, .drop-down-menu {
  padding-left: 0;
  width: auto;
}

.drop-down-list li {
  /* width: 100%;*/
  padding: 14px 10px;
  width: 100%;
  text-align: left;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.drop-down-list li > a {
  display: block;
  text-align: left;
  white-space: nowrap;
}

.drop-down:last-child .drop-down-menu {
  left: auto;
  right: 0;
}

/* Пункт меню Главная страница*/
.nav-menu-item.icon-to-text.current.active {
  display: none;
}

.nav-menu > .nav-menu-item.icon-to-text {
  min-width: 48px;
  padding: 12px 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: 1420px) {
  .logo {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1150px) {
  .nav-arrow {
    right: 3px;
  }
}

@media screen and (max-width: 1330px) {
  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;
    position: relative;
    z-index: 100;
  }
  .nav-arrow{
    z-index: 50;
  }
  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;
  }
  .drop-down-menu {
    overflow-x: hidden;
  }
  .drop-down-list li {
    margin: 0;
  }
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
    opacity: 1;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%) !important;
    visibility: visible;
    display: block;
    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;
  }
  .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:hover .drop-down-menu {
    -webkit-transform: translate(-110%);
    -ms-transform: translate(-110%);
    transform: translate(-110%);
  }
  .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 {
    left: auto;
    right: 44px;
    /*  display: none;*/
  }
  .nav-menu > .nav-menu-item.drop-down:hover .nav-arrow {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .nav-menu > .nav-menu-item.drop-down .menu-visible + .nav-arrow {
    -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;
  }
  .hamburger-menu svg path {
    fill: #96C6ED;
  }
  .nav-close {
    display: block;
    width: 100%;
    text-align: right;
  }
  .nav-close:hover {
    cursor: pointer;
  }
  .hamburger-menu svg path {
    fill: #96C6ED;
    cursor: pointer;
  }
  .hamburger-menu:hover {
    cursor: pointer;
  }
  .hamburger-menu:hover svg path {
    fill: #96C6ED;
  }
  ul.nav-menu > li.nav-menu-item.drop-down .drop-down-menu li:hover a {
    color: #1F1F1F;
  }
  .drop-down > .drop-down-menu > .drop-down-list li:hover {
    background: #EEF6FC;
  }
  ul.nav-menu {
    padding: 16px;
    display: block;
    width: 360px;
    background: #113D61;
    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;
  }
  ul.nav-menu.menu-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /*Скрываем пункт домашней страницы*/
  .nav-menu > .nav-menu-item.icon-to-text {
    display: none;
  }
  .nav-menu > li.nav-menu-item > a {
    font-family: 'Fira sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    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: 980px) {
  .contacts {
    display: none;
  }
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .header {
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .logo {
    position: relative;
    padding-left: 54px;
    padding-top: 6px;
  }
  .logo .logo-mt, .logo .gerb {
    width: 40px;
    height: 40px;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .logo .gerb {
    background: url(../images/gerb_small.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 0;
  }
  .logo .logo-mt {
    background: url(../images/logo_small.svg) center center no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

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

/*Фоновое изображение на главной*/
.header-image {
  width: 100%;
  position: relative;
}

.header-banner {
  width: 100%;
  height: 554px;
  position: relative;
  z-index: -1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-banner::after {
  content: "";
  background: #092134;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*Баннеры верхние на главной*/
.top-banners {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banners-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 32px;
  /*padding-bottom: 32px;*/
}

.banners-one {
  margin-bottom: 26px;
  width: -webkit-calc(33.333% - 20px);
  width: calc(33.333% - 20px);
  height: 232px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.banners-one .banners-wrapper {
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  height: 100%;
  /* overflow: hidden;*/
  position: relative;
}

/*Анимация*/
.anim-items .banners-wrapper {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  transition: all 1.1s ease;
}

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

/*.anim-items .banners-wrapper h3{
  z-index: 99!important;
  transform: translateX(-100%);
  display: block;
}
.anim-items.animActive .banners-wrapper h3{
  z-index: 100!important;
  display: block;
  transform: translateX(0);
}*/
.anim-items.banners-one::after {
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 0 !important;
}

.anim-items.animActive.banners-one::after {
  opacity: 0.8;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 0 !important;
}

.banners-one.anim-items:nth-child(2) .banners-wrapper {
  -webkit-transition: all 1.1s ease 0.3s;
  -o-transition: all 1.1s ease 0.3s;
  transition: all 1.1s ease 0.3s;
}

.banners-one.anim-items:nth-child(3) .banners-wrapper {
  -webkit-transition: all 1.1s ease 0.6s;
  -o-transition: all 1.1s ease 0.6s;
  transition: all 1.1s ease 0.6s;
}

.banners-one.anim-items:nth-child(4) .banners-wrapper {
  -webkit-transition: all 1.1s ease 0.9s;
  -o-transition: all 1.1s ease 0.9s;
  transition: all 1.1s ease 0.9s;
}

.banners-one.anim-items:nth-child(5) .banners-wrapper {
  -webkit-transition: all 1.1s ease 1.2s;
  -o-transition: all 1.1s ease 1.2s;
  transition: all 1.1s ease 1.2s;
}

.banners-one.anim-items:nth-child(6) .banners-wrapper {
  -webkit-transition: all 1.1s ease 1.5s;
  -o-transition: all 1.1s ease 1.5s;
  transition: all 1.1s ease 1.5s;
}

/*.banners-one.anim-items:nth-child(2)::after{
  transition: all 1s ease 0.3s;
}
.banners-one.anim-items:nth-child(3)::after{
  transition: all 1s ease 0.6s;
}
.banners-one.anim-items:nth-child(4)::after{
  transition: all 1s ease 0.9s;
}
.banners-one.anim-items:nth-child(5)::after{
  transition: all 1s ease 1.2s;
}
.banners-one.anim-items:nth-child(6)::after{
  transition: all 1s ease 1.5s;
}*/
/************************/
/*.banners-one.anim-items{
transform: scale(0);
transition: all 1.5s ease;
opacity: 0;
}
.banners-one.anim-items.animActive{
  transform: scale(1);
  opacity: 1;
  }
  .banners-one.anim-items:nth-child(2){
    transition: all 1.5s ease 0.3s;
  }
  .banners-one.anim-items:nth-child(3){
    transition: all 1.5s ease 0.6s;
  }
  .banners-one.anim-items:nth-child(4){
    transition: all 1.5s ease 0.9s;
  }
  .banners-one.anim-items:nth-child(5){
    transition: all 1.5s ease 1.2s;
  }
  .banners-one.anim-items:nth-child(6){
    transition: all 1.5s ease 1.5s;
  }
*/
/*******************************/
.banners-one .banners-single {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-repeat: no-repeat !important;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
  -webkit-transform: translateX(-webkit-calc(-100% + 17px)) scale(1);
      -ms-transform: translateX(calc(-100% + 17px)) scale(1);
          transform: translateX(calc(-100% + 17px)) scale(1);
  z-index: -10;
}

.banners-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: -webkit-calc(100%);
  width: calc(100%);
  height: 100%;
  background: #113D61;
  opacity: 0.8;
  z-index: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.banners-one:hover .banners-single {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  cursor: pointer;
}

.banners-one h3 {
  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;
  position: absolute;
  font-family: 'Mako', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #FFFFFF;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  top: -webkit-calc(50% - 32px);
  top: calc(50% - 32px);
  min-height: 64px;
  left: 32px;
  z-index: 2000 !important;
  -webkit-transform: translateZ(1);
          transform: translateZ(1);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 1100px) {
  .banners-one h3 {
    font-size: 23px;
    line-height: 30px;
  }
}

@media screen and (max-width: 992px) {
  .banners-one {
    margin-bottom: 26px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    height: 150px;
  }
  div.banners-container {
    padding-top: 26px;
  }
}

@media screen and (max-width: 576px) {
  .banners-one {
    width: 100%;
    margin-bottom: 16px;
    height: 72px;
  }
  div.banners-container {
    padding-top: 22px;
  }
  .banners-one h3 {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.0015em;
  }
}

/*Слайдер Актуальных новостей*/
/*ограничивающая оболочка*/
.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 main start*/
.main {
  width: 100%;
  height: auto;
}

.main .news {
  width: -webkit-calc(100% - 323px - 32px);
  width: calc(100% - 323px - 32px);
  position: relative;
}

.main .sidebar {
  width: 323px;
}

/*.main .sidebar.anim-items{
  opacity: 0;
  transition: all 1.4s linear;
}
.main .sidebar.anim-items.animActive{
  opacity: 1;
}*/
/***********************************/
/*section news style start*/
.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;
}

.all-news {
  position: absolute;
  top: -45px;
  right: 0;
}

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

.news-item {
  width: 100%;
  margin: 16px 0;
  border-bottom: 1px solid #CBE3F6;
  clear: both;
  min-height: 156px;
  position: relative;
  width: 100%;
}

.news-item span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #525252;
}

.news-item-content {
  height: 100%;
  min-height: 100%;
  padding-right: 18%;
}

.news-item:first-child .news-item-content {
  padding-right: 0;
}

.news-item:first-child {
  min-height: 256px;
}

.news-item:first-child .news-item-img {
  width: 323px;
  float: left;
  min-height: 240px;
  margin-right: 16px;
}

.news-item:first-child .news-item-img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.news-item .news-item-img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 16px;
  margin-bottom: 10px;
}

.news-item .news-item-img img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.news-item-more {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 0;
}

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

h3.item-title {
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
}

/*Последние 3 новости*/
.news-item:nth-child(7),
.news-item:nth-child(8),
.news-item:nth-child(9) {
  width: 33.333%;
  border-bottom: none;
  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: static;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #CBE3F6;
  min-height: 196px;
}

.news-item:nth-child(9) {
  border-right: none;
}

.news-item:nth-child(7) .news-item-img,
.news-item:nth-child(7) .news-item-prev,
.news-item:nth-child(8) .news-item-img,
.news-item:nth-child(8) .news-item-prev,
.news-item:nth-child(9) .news-item-img,
.news-item:nth-child(9) .news-item-prev {
  display: none;
}

.news-item:nth-child(7) .news-item-content,
.news-item:nth-child(8) .news-item-content,
.news-item:nth-child(9) .news-item-content {
  padding-right: 28px;
}

.news-item:nth-child(7) .news-item-more,
.news-item:nth-child(8) .news-item-more,
.news-item:nth-child(9) .news-item-more {
  bottom: 8px;
  right: 16px;
  background: url(../images/icons/forward.svg);
  /*width: 24px;
  height: 24px;*/
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.news-item:nth-child(7) .news-item-more:hover,
.news-item:nth-child(8) .news-item-more:hover,
.news-item:nth-child(9) .news-item-more:hover {
  opacity: 0.7;
}

.news-item:nth-child(7) .news-item-more {
  /* right: auto;
  left: 29.4%;*/
  right: 16px;
}

.news-item:nth-child(8) .news-item-more {
  right: 16px;
}

.news-item:nth-child(7) .news-item-more a,
.news-item:nth-child(8) .news-item-more a,
.news-item:nth-child(9) .news-item-more a {
  font-size: 0;
  padding: 0;
  width: 24px;
  height: 24px;
}

.news-item:nth-child(7) .news-item-more a:hover,
.news-item:nth-child(8) .news-item-more a:hover,
.news-item:nth-child(9) .news-item-more a:hover,
.news-item:nth-child(7) .news-item-more a:focus,
.news-item:nth-child(8) .news-item-more a:focus,
.news-item:nth-child(9) .news-item-more a:focus,
.news-item:nth-child(7) .news-item-more a:active,
.news-item:nth-child(8) .news-item-more a:active,
.news-item:nth-child(9) .news-item-more a:active {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
}

/*Анимация*/
.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.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

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

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

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

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

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

.news-item.anim-items:nth-child(8) {
  -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(9) {
  -webkit-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

/*Актуальные баннеры*/
.actual-item {
  width: 100%;
  height: 96px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-position: center !important;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.actual-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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 32px;
  padding-top: 32px;
}

.banners-actual {
  height: 100%;
 /* display: flex;*/
  width: 32%;
  background-color: #73B0ED;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 16px;
  text-align: center;
  /*transition: all 0.5s ease;*/
  -webkit-transition: opacity 1s ease 0.1s, background-color 1s ease 0s, -webkit-transform 1s ease 0.1s;
  transition: opacity 1s ease 0.1s, background-color 1s ease 0s, -webkit-transform 1s ease 0.1s;
  -o-transition: transform 1s ease 0.1s, opacity 1s ease 0.1s, background-color 1s ease 0s;
  transition: transform 1s ease 0.1s, opacity 1s ease 0.1s, background-color 1s ease 0s;
  transition: transform 1s ease 0.1s, opacity 1s ease 0.1s, background-color 1s ease 0s, -webkit-transform 1s ease 0.1s;
}

.banners-actual:nth-child(2) {
  -webkit-transition: opacity 1s ease 0.3s, background-color 1s ease 0s, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, background-color 1s ease 0s, -webkit-transform 1s ease 0.3s;
  -o-transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background-color 1s ease 0s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background-color 1s ease 0s;
  transition: transform 1s ease 0.3s, opacity 1s ease 0.3s, background-color 1s ease 0s, -webkit-transform 1s ease 0.3s;
}

.banners-actual:nth-child(3) {
  -webkit-transition: opacity 1s ease 0.5s, background-color 1s ease 0s, -webkit-transform 1s ease 0.5s;
  transition: opacity 1s ease 0.5s, background-color 1s ease 0s, -webkit-transform 1s ease 0.5s;
  -o-transition: transform 1s ease 0.5s, opacity 1s ease 0.5s, background-color 1s ease 0s;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s, background-color 1s ease 0s;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s, background-color 1s ease 0s, -webkit-transform 1s ease 0.5s;
}

.banners-actual.anim-items.animActive:hover {
  /* background: linear-gradient(180deg, #96C6ED 0%, #2E8DDC 100%);*/
  background-color: rgba(115, 176, 237, 0.74);
  /* transform: translate(0,-15px);*/
}

.banners-actual.anim-items {
  opacity: 0;
  -webkit-transform: translate(0, -40px);
      -ms-transform: translate(0, -40px);
          transform: translate(0, -40px);
}

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

.banners-actual h5 {
  font-family: 'Mako', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.0015em;
  color: #1F1F1F;
  margin-bottom: 26px;
  margin-top: 10px;
  text-decoration: none;
}

.banners-actual a {
  text-decoration: none;
}

/**********************************/
/*Приветствие*/
.news .hello-wrapper {
  display: none;
}

.hello-wrapper {
  width: 100%;
  background: #EEF6FC;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-top: 28px;
}

/*Анимация*/
.hello-wrapper.anim-items {
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  opacity: 0;
}

.hello-wrapper.anim-items.animActive {
  opacity: 1;
}

.hello-image {
  width: 100%;
}

.hello-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.hello-words {
  padding: 12px 16px 16px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hello-words p {
  margin: 9px 0 4px;
}

.hello-words span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #525252;
}

.hello-words h6 {
  margin-bottom: 5px;
}

/****************************/
/*Правые баннеры на главной*/
.right-container {
  width: 100%;
  margin: 32px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
          padding-right: 20px;
          position: relative;
          
}
.right-container .slick-list{

}

/*Анимация*/
.right-container.anim-items {
  -webkit-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  opacity: 0;
}

.right-container.anim-items.animActive {
  opacity: 1;
}

.right-container .slick-track {
  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;
}

.right-banners {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEF6FC;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  min-height: 107px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 15px;
  margin-top: 1px;
}

.right-banners:hover .right-wrapper {
  background-color: #EEF6FC;
}

.right-banners:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.right-banners a {
  text-decoration: none;
}

.right-banners h6 {
  padding-left: 16px;
  padding-right: 8px;
}

.right-wrapper {
  background-color: #96C6ED;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  min-height: 72px;
  padding: 33.5px 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-item {
  width: 40px;
  height: 40px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
  padding-top: 34px;
}

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

.slick-list {
  overflow: hidden;
}
@media screen and (max-width: 1265px){
.banners-actual{
  min-height: 204px;
}
}
@media screen and (max-width: 1024px) {
  .right-container{
    padding-right: 30px;
  }
  .news .hello-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;
  }
  .news .hello-wrapper .hello-image {
    width: 323px;
    float: none;
  }
  .news .hello-wrapper .hello-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main > .container-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main .news, .main .sidebar {
    width: 100%;
  }
  .sidebar > .hello-wrapper {
    display: none;
  }
  .right-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-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;*/
    margin-bottom: 16px;
    margin-top: 0;
    width: 70%;
    margin-left: 15%;
  }
  .right-container .slick-track {
    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-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100vw !important;
    max-width: 100vw !important;*/
  }
  .right-banners {
    width: 100%!important;
  }
}

@media screen and (max-width: 992px) {
  .right-banners {
    width: 49%;
  }
  .right-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banners-actual:hover {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .main .news-item-content {
    padding-bottom: 32px;
  }
  .news-item-prev {
    margin-bottom: 24px;
  }
  .news-item-more {
    bottom: 16px;
  }
  .news-item:nth-child(7), .news-item:nth-child(8), .news-item:nth-child(9) {
    width: 100%;
    border-bottom: 1px solid #CBE3F6;
    border-right: none;
    min-height: 90px;
    position: relative;
  }
  .news-item:nth-child(9) {
    border-bottom: none;
  }
  .news-item:nth-child(7) .news-item-more,
  .news-item:nth-child(8) .news-item-more,
  .news-item:nth-child(9) .news-item-more {
    right: 8px;
    bottom: 16px;
    left: auto;
  }
  .news-item:nth-child(7) .item-date, .news-item:nth-child(8) .item-date,
  .news-item:nth-child(9) .item-date {
    display: inline-block;
    padding-bottom: 16px;
    margin-top: 0;
  }
  .banners-actual {
    min-height: 204px;
  }
  .news-item {
    margin: 10px 0;
  }
}
@media screen and (max-width: 850px){
  .right-container {
    width: 80%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 667px) {
  .right-container {
    width: 100%;
    margin-left: 0%;
    padding-right: 0;
  }
  .banners-actual{
    min-height: 150px;
  }
  .actual-container {
    padding-bottom: 24px;
  }
  .slider-vertical.right-container {
    width: 100%;
    max-width: 100%;
    max-height: 353px;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
  }
  .right-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .slider-vertical .slick-track {
    display: block;
  }
  .slider-vertical .slick-list {
    overflow: hidden;
  }
  .slider-vertical, .slick-slide {
    min-width: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .right-banners {
    width: 100%;
    height: auto;
    /*  margin: 0;*/
    min-height: auto;
    z-index: 0;
    max-width: -webkit-calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
  .banners-actual {
    width: 100%;
    margin-bottom: 16px;
  }
  .banners-actual:last-child {
    margin-bottom: 0;
  }
  .main .news-item:first-child .news-item-img {
    width: 100%;
    float: none;
  }
  .news-item-content {
    padding-right: 0;
  }
  .news-item:nth-child(7) .news-item-content, .news-item:nth-child(8) .news-item-content, .news-item:nth-child(9) .news-item-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  .news .hello-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news .hello-wrapper .hello-image {
    width: 100%;
  }
  .news .hello-wrapper .hello-words {
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .news-item:first-child {
    padding-top: 50px;
  }
  .all-news {
    width: 100%;
    right: auto;
    left: 0;
    top: 8px;
  }
  .all-news .secondary-button {
    width: 100%;
    text-align: center;
  }
}

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

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

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

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

.news_wrap, .news_row, .container {
  width: 100%;
}

.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: #1F1F1F;
  margin-bottom: 6px;
}

h3.news-title a {
  color: #1F1F1F;
}

.info_data {
  margin-top: 5px;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #525252;
}

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

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

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

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

.block_item:last-child::after {
  display: none;
}

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

@media screen and (max-width: 1200px) {
  .news-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 74px;
  }
  .single-news {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 850px) {
  .single-news {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
  .news-grid .newsmain-all {
    bottom: 24px;
  }
}

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

/*Карусель интернет-ресурсы*/
section.resourses {
  background: #EEF6FC;
  mix-blend-mode: normal;
  -webkit-box-shadow: -2px -2px 16px rgba(0, 0, 0, 0.2);
          box-shadow: -2px -2px 16px rgba(0, 0, 0, 0.2);
}

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

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

.resourses-banners-carousel.slick-slider {
  width: 90%;
  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 16px;
  min-height: 120px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  padding: 16px 16px 13px;
  outline: 2px solid transparent;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.resourses-banners-item:hover {
  /* -webkit-box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;*/
  outline: 2px solid #CCAA00;
}

.resourses-banners-image {
  width: 86px;
  height: 40px;
  margin-top: 16px;
}

.resourses-banners-image img {
  max-width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.resourses-banners-link {
  text-align: left !important;
  line-height: 14px;
  width: 100%;
  height: 50%;
  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-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: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #333333;
  text-decoration: none;
  text-align: left;
  height: 100%;
}

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

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

@media screen and (max-width: 767px) {
  .resourses-banners-carousel.slick-slider {
    width: 83%;
  }
}

@media screen and (max-width: 576px) {
  .resourses-banners-carousel.slick-slider {
    width: 78%;
  }
}

/*section media*/
section.media {
  background: #FFFFFF;
}

.row-media {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
}

.media h2.section-title:before {
  background: #E3E3E3;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

/*Фото на главной*/
.material_column {
  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;
}

.material_column .block_item {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.material_row .material_column .block_item:hover {
  -webkit-box-shadow: -4px 4px 16px black, 0px 2px 8px black;
          box-shadow: -4px 4px 16px black, 0px 2px 8px black;
  cursor: pointer;
}

.material_column .block_item_image {
  position: relative;
  z-index: 1;
}

.material_column .block_item_image::after {
  content: url(../image/icons/gallery.svg);
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  z-index: 10;
}

.material_wrap {
  padding-bottom: 32px;
}

.media .btn_row {
  margin-top: 0px;
}

.material_column .block_item {
  width: -webkit-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-bottom: 32px;
}

.block_item_image img {
  width: 100%;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  min-height: 212px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hiddenbl {
  opacity: 0;
}

.visiblebl {
  opacity: 1;
}

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

/*Кнопка вверх к началу страницы*/
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;
}

@media screen and (max-width: 576px) {
  /* a.scrollUp {
    padding: 10px 10px 5px 10px;
  }*/
}

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

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

/*Новости на главной странице*/
/*Новости на главной*/
.container.novosti {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(49.85%, #F1F8F8), to(#F1F8F8));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F1F8F8 49.85%, #F1F8F8 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #F1F8F8 49.85%, #F1F8F8 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F8F8 49.85%, #F1F8F8 100%);
}

.title-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}

/*Внутренние страницы*/
/*Оформление внутренних спойлеров*/
p.sum {
  text-align: center;
}

p.sum > span {
  display: inline-block;
  padding: 8px 12px;
  background: #FEC49A;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #4D070F;
}

.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, p.spojler:hover {
  background: #CBE3F6;
  cursor: pointer;
}

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

.link {
  outline: 1px solid #CBE3F6;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: transparent;
  margin-bottom: 24px;
}

.link h6 {
  padding-top: 15px;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  color: #525252;
}

.link h3 {
  font-family: 'Mako', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
}

.tel > span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  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: 16px;
}

.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: 254px;
}

@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: 32px;
  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: left;
  margin-bottom: 0;
  margin-top: 0;
  padding: 16px 0;
  background: #EEF6FC;
  max-width: 1420px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.breadcrumb_row {
  background: #EEF6FC;
}

.breadcrumb_row .breadcrumb li.active {
  /*  display: none;*/
}

.breadcrumb_row .breadcrumb li {
  display: inline-block;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0025em;
  color: #1F1F1F;
  /* margin: 0 20px;*/
  position: relative;
}

span.divider {
  display: inline-block;
  margin: 0 8px;
}

.breadcrumb_row .breadcrumb li span {
  font-size: 14px;
  line-height: 16px;
}

.breadcrumb li a {
  color: #1F1F1F;
  -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: #092134;
  min-height: 86px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #FFFFFF;
  font-weight: 400;
}

.footer .primary-button svg {
  /*content: url(../images/icons/new-letter.svg);*/
  position: absolute;
  left: -24px;
  top: -3px;
  width: 18px;
  height: 18px;
}

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

.footer .footer-block {
  display:flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: 86px;
}
.footer .container-wrapper {
  flex-direction:column;
}
.footer h6 {
  color: #FFFFFF;
}

.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: #FFFFFF;
}

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

.footer p {
  margin: 0;
}

.copyright {
  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: 1200px) {
  .copyright {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  .footer .footer-block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .copyright {
    width: 100%;
  }
  .footer {
    position: relative;
  }
}

@media screen and (max-width: 576px) {
  .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: 16px;
  }
  .footer div a.secondary-button {
    margin-bottom: 16px;
    display: inline-block;
    margin-top: 6px;
  }
  p.copy {
    text-align: left;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 430px) {
  .footer {
    padding-bottom: 68px;
  }
  .footer div a.primary-button, .footer div a.secondary-button {
    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: 350px;*/
  margin-bottom: 32px;
  -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;
}

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

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

.events_column .block_item_image {
  width: 323px;
  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: 100% !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: -webkit-calc(100% - 323px);
  width: calc(100% - 323px);
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  height: 100%;
  min-height: 240px;
}

.lenta_wrap {
  padding-bottom: 32px;
}

.events_row {
  padding-top: 8px;
}

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

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

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

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

@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_image {
    width: 100%;
    min-height: 100px;
  }
  .events_column .block_item_text {
    width: 100%;
    min-height: 50px;
  }
  .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;
  }
}

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

/*Иконки социальных сетей*/
.itemSocialSharing {
  padding-top: 15px;
  border-top: 1px solid #CBE3F6;
  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;
}

/*
.article_content {
  clear: both;
}*/
.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: -webkit-calc(100% - 264px - 32px);
  width: calc(100% - 264px - 32px);*/
  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 {
  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 {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

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

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

.menu-wrapper {
  width: 264px;
  margin-right: 32px;
}

.menu-sidebar {
  margin-top: 0;
  padding-left: 0;
  background: #EEF6FC;
  -webkit-border-radius: 0px 0px 6px 6px;
          border-radius: 0px 0px 6px 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: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1f1f1f;
  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: 4px;
  border-radius: 4px;
}

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

.menu-sidebar li.deeper.active ul {
  /*padding-left: 10px;*/
}

.menu-sidebar li.deeper.active ul a {
  /*color: #6E6E6E;*/
}

.menu-sidebar li.current.active > a,
.menu-sidebar li.deeper.active {
  background: #CBE3F6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

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

/*
.participants_row {
  display: 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;
  }
  ul.breadcrumb {
    margin-top: 0;
  }
  .breadcrumb_row .container {
    margin-top: 40px;
  }
  .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^="http://government.by/ru/solutions/"] {
  padding-left: 32px;
  display: inline-block;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 28px;
  margin-top: 6px;
  color: #3B38E0;
}

.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$="png"] {
  background-image: url("../images/icons/files/PNG.svg");
}*/
.lenta_news_body a[href$="gif"] {
  background-image: url("../images/icons/files/GIF.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^="http://tnpa.by/"], .lenta_news_body a[href^="http://www.gto.by"],
.lenta_news_body a[href^="http://government.by/ru/solutions/"] {
  background-image: url("../images/icons/files/HTML.svg");
}

/*
.lenta_news_body a {
  color: #3B38E0;
  text-decoration: underline;
  transition: all 0.4s ease;
}*/
/*Стилизация формы обратной связи*/

.fox-container {
  margin-bottom: 32px;
  margin-top: 16px;
  max-width: 912px;
}

.fox-container > form {
  background: #EEF6FC;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding-left: 16px;
  padding-top: 16px;
  padding-right: 16px;
}

.fox-container > form hr {
  margin: 4px 0;
  border-color: #CBE3F6;
  width: 100%;
}
.fox-item-html.fox-item-html-labels{
  display: block!important;
  width: 100%!important;
}
.fox-container > form ul li::after{
  display: none;
}
.fox-item-board{
  margin-bottom: 0!important;
}
.fox-container .fox-item p>span{
  color: #B94F4E;
  font-weight: 600;
  font-size: 20px;
}
.fox-container input::placeholder,
.fox-container textarea::placeholder{
  color: #333333;
}

.inner-main div#fox-container-m556 .fox-form-stacked .fox-item-dropdown.control-group .control-label,
.inner-main div#fox-container-m558 .fox-form-stacked .fox-item-dropdown.control-group .control-label,
.inner-main div#fox-container-m559 .fox-form-stacked .fox-item-dropdown.control-group .control-label {
 /* display: none;*/
}

div#fox-container-m556 .fox-form-stacked .control-group.fox-item-dropdown,
div#fox-container-m558 .fox-form-stacked .control-group.fox-item-dropdown,
div#fox-container-m559 .fox-form-stacked .control-group.fox-item-dropdown {
  width: 50%;
  float:left;
}
div#fox-container-m556 .fox-form-stacked div.control-group, div#fox-container-m558 .fox-form-stacked div.control-group,
div#fox-container-m559 .fox-form-stacked div.control-group{
  display: flex;
  float: none;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-attachments-box, 
div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-attachments-box,
div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-attachments-box{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-attachments-box .control-label, 
div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-attachments-box .control-label,
div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-attachments-box .control-label,
div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-captcha-box .control-label, 
div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-captcha-box .control-label,
div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-captcha-box .control-label{
width: 220px;
}
div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-attachments-box .control-label label, 
div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-attachments-box .control-label label,
div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-attachments-box .control-label label,
div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-captcha-box .control-label label, 
div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-captcha-box .control-label label,
div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-captcha-box .control-label label{
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}



.inner-main div#fox-container-m556 .fox-form-stacked .control-label,
.inner-main div#fox-container-m558 .fox-form-stacked .control-label,
.inner-main div#fox-container-m559 .fox-form-stacked .control-label {
  width: 100%;
  padding-left: 16px;
  float: left;
}

div#fox-container-m556 .controls,
div#fox-container-m558 .controls,
div#fox-container-m559 .controls {
  /*width: -webkit-calc(100% - 80px) !important;
  width: calc(100% - 80px) !important;*/
  width: 100%;
  color: #333333;
}

div#fox-container-m556 .fox-item-dropdown .controls,
div#fox-container-m558 .fox-item-dropdown .controls,
div#fox-container-m559 .fox-item-dropdown .controls {
  width: -webkit-calc(98%) !important;
  width: calc(98%) !important;
}

div#fox-container-m556 .chzn-container .chzn-single.chzn-default,
div#fox-container-m558 .chzn-container .chzn-single.chzn-default,
div#fox-container-m559 .chzn-container .chzn-single.chzn-default {
  width: 100% !important;
  height: 48px;
  background: #FFFFFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #8F8F8F;
  outline: none;
}

.inner-main div#fox-container-m556 .fox-item-dropdown .controls select,
.inner-main div#fox-container-m558 .fox-item-dropdown .controls select,
.inner-main div#fox-container-m559 .fox-item-dropdown .controls select {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #333333;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100% !important;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.inner-main div#fox-container-m556 textarea,
.inner-main div#fox-container-m558 input[type="text"], .inner-main div#fox-container-m556 input[type="email"],
.inner-main div#fox-container-m559 textarea,
.inner-main div#fox-container-m556 input[type="text"], .inner-main div#fox-container-m558 input[type="email"],
.inner-main div#fox-container-m558 textarea,
.inner-main div#fox-container-m559 input[type="text"], .inner-main div#fox-container-m559 input[type="email"] {
  border: 1px solid #8F8F8F;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100% !important;
  padding: 24px 16px 24px 16px;
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #333333;
}

.inner-main div#fox-container-m556 textarea, .inner-main div#fox-container-m558 textarea,
.inner-main div#fox-container-m559 textarea {
  padding-top: 15px;
}

.control-label > label {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;  
  color: #525252;
}

/*.inner-main div#fox-container-c311 .fox-item-dropdown .controls select,
.inner-main div#fox-container-c381 .fox-item-dropdown .controls select,*/
.inner-main div#fox-container-m556 .chzn-container-single .chzn-single,
.inner-main div#fox-container-m558 .chzn-container-single .chzn-single,
.inner-main div#fox-container-m559 .chzn-container-single .chzn-single {
  height: 48px;
  background: #FFFFFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #8F8F8F;
  outline: none;
  background-image: none;
}

.inner-main .chzn-container-single .chzn-single span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #333333;
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
}

.inner-main div#fox-container-m556 .chzn-container-single .chzn-single abbr,
.inner-main div#fox-container-m558 .chzn-container-single .chzn-single abbr,
.inner-main div#fox-container-m559 .chzn-container-single .chzn-single abbr {
  width: 0;
  height: 0;
  opacity: 0;
  background: none;
}

div#fox-container-m556 div b, div#fox-container-m558 div b,
div#fox-container-m559 div b {
  background: none !important;
  background-image: none !important;
}

.inner-main div#fox-container-m556 .chzn-container-single .chzn-single div b,
.inner-main div#fox-container-m558 .chzn-container-single .chzn-single div b,
.inner-main div#fox-container-m559 .chzn-container-single .chzn-single div b {
  background: url(/templates/mintransgovby_1.0/images/icons/expand-arrow.svg) 50% 50% no-repeat !important;
  width: 38px !important;
}

span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-main div#fox-container-m556 .chzn-container-single .chzn-single div,
.inner-main div#fox-container-m558 .chzn-container-single .chzn-single div,
.inner-main div#fox-container-m559 .chzn-container-single .chzn-single div {
  width: 38px;
}

.inner-main div#fox-container-m556 .qq-upload-button.btn,
.inner-main div#fox-container-m558 .qq-upload-button.btn,
.inner-main div#fox-container-m559 .qq-upload-button.btn {
  background: transparent;
  background-image: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #185A90;
}

.inner-main div#fox-container-m556 .qq-upload-button.btn:hover ,
.inner-main div#fox-container-m558 .qq-upload-button.btn:hover ,
.inner-main div#fox-container-m559 .qq-upload-button.btn:hover  {
  background: #FFF8D6;
}

.inner-main div#fox-container-m556 .qq-upload-button.btn:active,
.inner-main div#fox-container-m558 .qq-upload-button.btn:active,
.inner-main div#fox-container-m559 .qq-upload-button.btn:active {
  background: #CBE3F6;
  -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);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: none;
}

.inner-main div#fox-container-m556 .qq-upload-button.btn span,
.inner-main div#fox-container-m558 .qq-upload-button.btn span,
.inner-main div#fox-container-m559 .qq-upload-button.btn span {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #185A90;
}

div#fox-container-m556 .controls .btn.btn-primary,
div#fox-container-m558 .controls .btn.btn-primary,
div#fox-container-m559 .controls .btn.btn-primary {
  background: #185A90;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div#fox-container-m556 .controls .btn.btn-primary:hover,
div#fox-container-m558 .controls .btn.btn-primary:hover,
div#fox-container-m559 .controls .btn.btn-primary:focus,
div#fox-container-m556 .controls .btn.btn-primary:focus,
div#fox-container-m558 .controls .btn.btn-primary:hover,
div#fox-container-m559 .controls .btn.btn-primary:focus {
  background: #CCAA00;  
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.25);
}

div#fox-container-m556 .controls .btn.btn-primary:active span,
div#fox-container-m558 .controls .btn.btn-primary:active span,
div#fox-container-m559 .controls .btn.btn-primary:active span,
div#fox-container-m556 .controls .btn.btn-primary:hover span,
div#fox-container-m558 .controls .btn.btn-primary:hover span,
div#fox-container-m559 .controls .btn.btn-primary:hover span{
  color: #113D61;
}

div#fox-container-m556 .controls .btn.btn-primary span,
div#fox-container-m558 .controls .btn.btn-primary span,
div#fox-container-m559 .controls .btn.btn-primary span {
  font-family: 'Rira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-main div#fox-container-m556 img.fox-item-captcha-img,
.inner-main div#fox-container-m558 img.fox-item-captcha-img,
.inner-main div#fox-container-m559 img.fox-item-captcha-img {
  border-color: #8F8F8F;
}

.inner-main div#fox-container-m556 #fox-m556-captcha-answer,
.inner-main div#fox-container-m558 #fox-m558-captcha-answer,
.inner-main div#fox-container-m559 #fox-m559-captcha-answer {
  border: 1px solid #8F8F8F;
}

@media screen and (max-width: 767px) {
  div#fox-container-m556 .fox-form-stacked .control-group.fox-item-dropdown,
  div#fox-container-m558 .fox-form-stacked .control-group.fox-item-dropdown,
  div#fox-container-m559 .fox-form-stacked .control-group.fox-item-dropdown {
    width: 100%;
  }
  div#fox-container-m556 .fox-item-dropdown .controls,
  div#fox-container-m558 .fox-item-dropdown .controls,
  div#fox-container-m559 .fox-item-dropdown .controls {
    width: 100% !important;
  }
}

@media screen and (max-width: 576px){
  div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-attachments-box, 
  div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-attachments-box,
  div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-attachments-box,
  div#fox-container-m556 .fox-form-stacked div.control-group, div#fox-container-m558 .fox-form-stacked div.control-group,
div#fox-container-m559 .fox-form-stacked div.control-group{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  }
  div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-attachments-box .control-label, 
  div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-attachments-box .control-label,
  div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-attachments-box .control-label,
  div#fox-container-m556 .fox-form-stacked div.control-group#fox-m556-captcha-box .control-label, 
  div#fox-container-m558 .fox-form-stacked div.control-group#fox-m558-captcha-box .control-label,
  div#fox-container-m559 .fox-form-stacked div.control-group#fox-m559-captcha-box .control-label{
  width: 100%;
  margin-bottom: 14px;
  }
}


.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: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #333333;
  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: #333333;
  -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: #2E8DDC;
}

.k2Pagination ul > li:hover a, .page_pagination ul>li:hover a {
  color: #2E8DDC;
}

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

.page_pagination ul > li.active, .k2Pagination ul > li.active {
  color: #2E8DDC;
  /* 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;
}

/*Внутренняя страница Контакты*/
.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;
  }
}
/*dots*/
.right-container .slick-dots {
  display: block;
  -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;
  position: absolute;
 /* bottom: -webkit-calc(50% - 78px);
  bottom: calc(50% - 78px);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  top: 0;
  right: 0px;
  text-align: center;
}

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

.slick-dots li {
  display: block;
  margin: 4px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.slick-dots button {
  font-size: 0;
  width: 14px !important;
  height: 14px;
  -webkit-border-radius: none;
  border-radius: none;
  padding: 0 !important;
  background:#EEF6FC;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: none!important;
  border-radius: 50%;
}
.slick-dots button:hover{
  background: #96C6ED; 
}

.slick-active button {
  background: #96C6ED;
   -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.banner-custom {
  overflow:hidden;
}