@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {  
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer
}

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

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

a {
  font-family: inherit;
  color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 700
}

p {
  margin-bottom: 0
}

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url(../fonts/Ubuntu-Bold.woff) format("woff"), url(../fonts/Ubuntu-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: bold
}

@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url(../fonts/Ubuntu-Regular.woff) format("woff"), url(../fonts/Ubuntu-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

.news-desc {
  font-size: 11px;
  line-height: 14px;
  -webkit-font-feature-settings: 'liga' off;
  font-feature-settings: 'liga' off;
  color: #94908c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.news-desc__date {
  margin-right: 5px
}

.lock {
  overflow: hidden!important
}

body {
  font-family: Ubuntu
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  max-width: 1556px;
  margin: 0 auto;
/*  padding-right: 0px !important;*/
}
.wrapper.long{
/*  padding-right: 40px*/
}
.page-body__wrapper {
  padding-right: 0
}

.page-body {
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.page-body__wrapper {
  padding: 0 40px;
  padding-right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  overflow: hidden
}

.rubrica {
  padding: 0
}

.rubrica .rubric__title {
  color: #f2994a;
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 20px
}

.rubrica .news-big:first-child {
  border-top: none
}

.rubrica .sidebar-sda{
  padding-top: 84px;
}
.rubrica.article-page__long .sidebar-sda{
  padding-top: 46px
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 0
}

.content .rubric__body {
  display: flex
}
.rubrica .rubric__body{
  display: block
}
.content__body {
  padding: 46px 40px;
  margin-right: 10px;
  width: 70%;
  overflow: hidden
}

.bread-crumb {
  font-size: 11px;
  color: #94908c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.bread-crumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bread-crumb li::after {
  margin: 0 5px;
  content: '/'
}

.bread-crumb li:last-child::after {
  display: none
}

.limit-width {
  max-width: 1480px;
  margin: 0 auto
}

.fixed {
  position: fixed;
  top: 0
}

.flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: auto!important
}

.social {
  width: 33px;
  height: 33px;
  background: #585858;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.social:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}

.orange {
  color: #f59921
}

.simplebar-track {
  background-color: #c4c4c4!important;
  overflow: visible !important
}

.simplebar-track.simplebar-vertical {
  width: 3px !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  width: 9px!important;
  left: -3px !important;
}

.simplebar-track.simplebar-horizontal {
  height: 3px!important;
  display: none;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: -3px !important;
  height: 7px!important
}

.simplebar-scrollbar:before {
  cursor: pointer;
  border-radius: 2px;
  background-color: #f59921;
  opacity: 1!important
}

.header {
  position: relative;
  z-index: 100;
  width: 100%
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px
}

.header__date {
  font-size: 12px
}

.header__sticy {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4
}

.header__sticy.sticy {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  border-bottom: none;
}
.header__sticy.sticy nav {
  border-bottom: 1px solid #c4c4c4;
  max-width: 1556px;
  margin: 0 auto;

}
.header__logo {
  -webkit-transform: translate(31%, 0);
  -ms-transform: translate(31%, 0);
  transform: translate(31%, 0)
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 328px;
  flex: 0 1 328px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

.header__contacts p {
  margin-right: 14px;
  font-size: 11px;
  color: #2d2d2a
}

.header__contacts a {
  margin-right: 20px
}

.header__contacts a:last-child {
  margin-right: 0
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.header__search p {
  margin-right: 12px;
  color: #2d2d2a;
  font-size: 11px
}

.navbar {
  padding: 0 40px
}

.navbar__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px
}
.sublinks{
  cursor: pointer;
}
.navbar__wrapper>li {
  height: 70px;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  padding: 0 20px
}

.navbar__wrapper>li.active{
    background-color: #f59921 !important;
    color: #fff !important;
}
.navbar__wrapper>li.active .submenu__body li{
  color: #000 !important;
}
.navbar__wrapper>li.active::after{
  border-top: 5px solid #fff
}
.navbar__wrapper>li:nth-child(2) {
  display: none
}

.navbar__wrapper>li>a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.navbar__wrapper>li .active {
  background-color: #fbf5ed
}

.navbar__wrapper>li:hover {
  background-color: #fbf5ed
}

.submenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.submenu::after {
  content: '';
  margin-top: 5px;
  margin-left: 10px;
  left: 20px;
  bottom: -20px;
  border: 6px solid transparent;
  border-top: 5px solid #000;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

.submenu__body {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fbf5ed;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .3);
  box-shadow: 0 0 9px rgba(0, 0, 0, .3);
  min-width: 237px;
  padding: 20px 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}



.open-sub.submenu {
    background-color: #fbf5ed
  }
  .open-sub.submenu:after {
    -webkit-transform: rotate(180deg) translateY(5px);
    -ms-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px)
  }
  .open-sub.submenu .submenu__body {
    top: calc(100%);
    opacity: 1;
    visibility: visible
  }


.submenu__body li {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  margin-bottom: 15px;
  font-weight: 400
}

.submenu__body li:last-child {
  margin-bottom: 0
}

.submenu__body li:hover {
  color: #f59921
}

.burger-icon {
  display: none
}

.burger-menu {
  max-height: 100vh;
  overflow: auto;
  display: none;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 101;
  width: 100%;
  background-color: #2d2d2a;
  padding: 90px 0 24px 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.burger-menu.open {
  top: 0
}

.burger-menu__nav {
  overflow: auto
}

.burger-menu__wrapper>li {
  width: 100%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px
}

.burger-menu__wrapper>li a {
  padding: 10px 0;
  padding-left: 20px;
  height: 100%;
  display: block;
  width: 90%
}

.burger-menu__submenu {
  overflow: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.burger-menu__submenu::after {
  border-top: 5px solid #fff;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.burger-menu__submenu.active {
  background-color: #585858;
  color: #f59921
}

.burger-menu__submenu.active .burger-menu__submenu-body {
  padding: 10px 0;
  max-height: 900px
}

.burger-menu__submenu.active::after {
  -webkit-transform: rotate(-180deg) translateY(3px);
  -ms-transform: rotate(-180deg) translateY(3px);
  transform: rotate(-180deg) translateY(3px);
  border-top: 5px solid #f59921
}

.burger-menu__submenu-body {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s
}

.burger-menu__submenu-body li {
  font-weight: 400;
  color: #f59921;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s
}

.burger-menu__submenu-body li.active {
  background-color: #f59921;
  color: #585858
}

.burger-menu__submenu-body li:active {
  background-color: #f59921;
  color: #585858
}

.subnav {
  width: 100%;
  padding: 23px 10px;
  border-bottom: 1px solid #c4c4c4
}

.subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.subnav li {
  font-weight: 700;
  font-size: 15px;
  margin-right: 20px;
  margin-bottom: 5px
}

.subnav li .active {
  color: #f59921
}

.subnav li:hover {
  color: #f59921;
  text-decoration: underline
}

.extra-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

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

.extra-menu__icon::after,
.extra-menu__icon::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%
}

.extra-menu__icon span {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin: 5px 0
}

.extra-menu__body {
  position: absolute;
  top: 105%;
  right: 0;
  padding: 10px 20px;
  background-color: #fbf5ed;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .3);
  box-shadow: 0 0 9px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.extra-menu__body li {
  font-weight: 3;
  font-size: 14px;
  margin-bottom: 15px
}


.extra-menu.open-extra .extra-menu__body{
    top: 100%;
  opacity: 1;
  visibility: visible
}
li.active {
  color: #f59921
}

.sidebar-mask {
  background-color: #fbf5ed;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 50%;
  height: 100%
}

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sidebar .simplebar-track {
/*  background-color: transparent!important*/
}

.sidebar__wrapper {
  width: 100%;
  padding: 46px 0;
  height: 100%
}

.sidebar__wrapper.fixed {
  padding-top: 98px;
  width: 300px;
  padding-right: 40px
}

.sidebar__header {
  width: 100%
}

.sidebar__arrow {
  display: none;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  background-color: transparent
}

.sidebar__arrow::after,
.sidebar__arrow:before {
  content: '';
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.sidebar__arrow:before {
  right: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sidebar__arrow:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sidebar__title {
    color: #2d2d2a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-top: 7px;
}

.sidebar__body {
  overflow: auto;
  height: 80vh;
  width: 260px;
  padding-right: 20px;
  overflow-x: hidden ;
}

.sidebar__item {
  margin-bottom: 35px
}

.sidebar-item {
  max-width: 267px
}

.sidebar-item__header {
  margin-bottom: 6px
}

.sidebar-item__body {
  font-size: 15px;
  line-height: 20px;
  color: #2d2d2a
}

.sidebar-item__body h4 {
  font-weight: 700
}

.news {
  margin-bottom: 50px;
  border-top: 1px solid #c4c4c4;
  padding-top: 40px;
  display: block
}

.news_bg {
  background-color: #fbf5ed;
  padding: 40px
}

.news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.news__body h3 {
  margin: 12px 0;
  font-weight: 700;
  font-size: 26px
}

.news__body p {
  color: #2d2d2a;
  font-size: 20px
}

.news__img {
  margin-left: 40px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 46%;
  flex: 1 0 46%;
  overflow: hidden
}

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

.main-news {
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 50%!important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.main-news__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.main-news__img img {
  width: 100%;
  height: 100%
}

.main-news__content {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .7);
  width: 100%;
  padding: 13px 35px 20px 35px
}

.main-news h2 {
  font-size: 30px;
  color: #2d2d2a;
  font-weight: 700;
  max-width: 556px
}

.rubric__title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 2px solid #2d2d2a
}

.rubric__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.rubric .news {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42%;
  flex: 1 1 42%;
  margin-right: 20px
}

.rubric .news h3 {
  font-size: 22px
}

.rubric .news-big {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0
}

.rubric .news-big h3 {
  font-size: 26px
}

.rubrica .content__body {
  width: 70%;
  margin-right: 0
}

.rubrica .news {
  margin-right: 0
}

.sidebar-sda {
  padding-top: 46px;
  width: 30%;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative
}
.sda-slider_mob{
  margin-bottom: 20px
}
.sidebar-sda__wrapper {
  width: 100%
}

.sidebar-sda__body {
  padding-right: 5px;
  overflow: hidden;
}

.sidebar-sda__item {
  margin-bottom: 40px
}

.sidebar-sda .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sidebar-sda .fixed {
  top: auto;
  bottom: 0
}

.sda-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #2d2d2a;
  width: 100%;
  overflow: hidden;
  padding: 43px 0 50px 0;
  min-height: 440px;
  transition-duration: 0.5s;
}

.sda-slider__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.sda-slider__footer {
  position: relative;
  width: 90px;
  height: 40px;
  margin: 0 auto
}

.sda-slider__footer .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sda-slider__footer div {
  width: 31px;
  height: 31px
}

.sda-slider__footer div::after {
  content: none
}

.sda-slider[data-theme="dark"] path {
  stroke: #fff
}

.sda-slider[data-theme="dark"] rect {
  fill: #fff
}

.sda-slider[data-theme="dark"] circle {
  stroke: #fff
}


.sda-slider[data-theme="light"] {
  border: solid 10px #f59921;
  background-color: transparent
}

.sda-slider[data-theme="light"] .sda-slide__header {
  color: #000
}



.sda-slider[data-theme="light"] .sda-slide__sub-text{
  color: #000
}

.sda-slider_mob {
  display: none;
  padding: 32px 20px;
  min-height: 200px;
  position: relative
}

.sda-slider_mob .sda-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto
}

.sda-slider_mob .sda-slider__footer {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 20
}

.sda-slider_mob .sda-slide__header {
  margin-bottom: 12px
}

.sda-slider_mob .sda-slide__body {
  max-width: 420px;
  margin-bottom: 0
}

.sda-slider_mob .sda-slide__main-text {
  font-size: 52px
}

.sda-slider_mob .sda-slide__sub-text {
  font-size: 20px
}

.sda-slide {
  text-align: center;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.sda-slide__header {
  font-size: 14px;
  font-weight: 700;
  color: #fff
}

.sda-slide__body {
  max-width: 226px;
  margin: 0 auto;
  margin-bottom: 70px
}

.sda-slide__main-text {
  font-weight: 700;
  font-size: 50px;
  color: #f59921;
  margin-bottom: 5px
}

.sda-slide__sub-text {
  font-size: 15px;
  font-weight: 700;
  color: #fff
}

.footer {
  background-color: #2d2d2a;
  padding: 40px 40px 30px 40px;
  color: #fff
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px
}

.footer__row_mob {
  display: none
}

.footer__row:nth-child(2) {
  max-width: 366px
}

.footer__row:nth-child(2) li {
  margin-bottom: 10px
}

.footer__row:nth-child(2) p {
  line-height: 1.4
}

.footer__row_first {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 290px;
  flex: 0 1 290px;
  padding-right: 40px
}

.footer__row_first p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4
}

.footer__row h3 {
  font-weight: 700;
  margin-bottom: 7px
}

.footer__row a {
  display: block;
  margin-bottom: 5px
}

.footer__row nav li {
  margin-bottom: 15px
}

.footer__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 285px;
  flex: 0 1 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer__footer {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__footer p {
  color: #efeae4;
  opacity: .5;
  font-size: 11px
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer__socials .social {
  margin-right: 10px
}

.article .bread-crumb {
  margin-bottom: 30px
}

.article .main-news {
  margin-bottom: 25px
}

.article__body>p {
  font-size: 16px;
  color: #2d2d2a;
  line-height: 1.3;
  margin-bottom: 20px
}

.article__body ol {
  list-style-type: none;
  counter-reset: my-counter
}

.article__body ol p {
  font-size: 16px;
  line-height: 1.3;
  width: 90%
}

.article__body ol li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-weight: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.article__body ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 13px;
  margin-top: 2px;
  margin-right: 20px;
  background-color: #fbf5ed;
  padding: 5px;
  border-radius: 50%
}

.article__body ol li ol {
  margin-top: 20px;
  margin-left: 20px
}

.article__body ol li ol li::before {
  background-color: transparent
}

.article__body ul p {
  font-size: 16px;
  line-height: 1.3
}

.article__body ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bg_fbf5ed {
    background-color: #fbf5ed;
    padding: 30px 50px;
    font-weight: 700;
    font-size: 18px;
	line-height: 28px;
    border-left: 3px solid #f59921;
}

.bg_fbf5ed blockquote {font-style: italic;
font-weight: 300;
font-size: 16px;
line-height: 28px;
color: #E00303;
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;}


.article__body .bg_fbf5ed ol li, .article__body .bg_fbf5ed ul li {
font-size: 16px;
font-weight: 400;
}
.article__body ul li::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5px;
  flex: 0 0 5px;
  margin-top: 7px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 20px
}

.article h1,
.article h2,
.article h3,
.article h4 {
  margin-bottom: 8px
}

.article h1 {
  font-size: 30px
}

.article h2 {
  font-size: 26px
}

.article h3 {
  font-size: 22px
}

.article h4 {
  font-size: 18px
}

.article__title {
  margin-bottom: 15px!important
}

.article__img {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.article__img-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px
}

.article__img-title a {
  font-weight: 400;
  color: #f59921
}

.article__img-title a:hover {
  text-decoration: underline
}

.article__img-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  margin-bottom: 13px
}

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

.article__img-desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.article__img-quote {
  color: #94908c;
  font-size: 12px;
  max-width: 440px;
  margin-bottom: 5px
}

.article__img-author {
  font-size: 11px
}

.article__accor {
  margin-bottom: 20px
}

.article .socials {
  margin-top: 40px;
  margin-bottom: 20px
}

.article .social {
  background-color: transparent;
  border: solid 1px #94908c
}

.article .social path {
  fill: #94908c!important
}

.article-cover {
  width: 100%;
  overflow: hidden;
  padding-top: 41%
}

.article-cover__img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  overflow: hidden;
  top: 0;
  left: 0
}

.article-cover__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0
}

.article-cover__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.article-cover__body {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, .7);
  padding: 2% 4%;
  padding-top: 24px!important;
  padding-bottom: 24px!important
}

.article-cover__body h1{
  font-size: 30px;
}

.article-cover__body h4 {
  font-size: 18px
}

.article-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative
}

.article-slider .open-gallery {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10
}

.article-slider__btns {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 41px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.article-slider__btns>div {
  position: static;
  margin: 0;
  width: 50%;
  height: 100%;
  background-color: #fbf5ed
}

.article-slider__btns>div::after {
  display: none
}

.article-slider__btns .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.text-bg {
  background-color: #fbf5ed;
  padding: 30px 50px;
  font-weight: 700;
  font-size: 18px;
  border-left: 3px solid #f59921
}

.text-bg__quote {
  font-style: italic;
  font-weight: 400;
  line-height: 1.4
}

.text-bg__quote .author {
  margin-top: 40px
}


.text-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0
}

.text-rows p {
  font-size: 16px;
  line-height: 1.3
}

.time-open{

}
.text-rows>div {
  width: 47%
}

.text-rows>div:first-child {
  margin-right: 10px
}

.text-rows>div p {
  margin-bottom: 8px
}

.text-rows__img {
  min-height: 440px;
  position: relative;
  margin-bottom: 10px
}

.text-rows__img-desc .article__img-quote {
  font-size: 12px!important;
  margin-right: 10px
}

.text-rows__img img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}

.block {
  margin-bottom: 30px
}

.block p {
  font-size: 16px;
  line-height: 1.3
}

.requisites {
  float: right;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #000;
  width: 230px
}

.requisites__wrapper {
  min-height: 210px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.requisites__title {
  color: #f59921!important;
  font-size: 13px!important
}

.requisites__date {
  font-size: 13px;
  color: #2d2d2a;
  margin: 8px 0 13px 0
}

.requisites__author {
  font-size: 13px;
  margin-bottom: 21px
}

.requisites__author p {
  color: #2d2d2a;
  margin-bottom: 4px
}

.requisites__author h2 {
  font-weight: 700;
  font-size: 13px
}

.tags p {
  color: #94908c;
  font-size: 11px
}

.accordion {
  padding: 26px 39px;
  border: 1px solid #f59921
}

.accordion p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3
}

.accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f59921
}

.accordion__title:after {
  content: '';
  margin-top: 5px;
  margin-left: 10px;
  left: 20px;
  bottom: -20px;
  border: 6px solid transparent;
  border-top: 5px solid #000;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.accordion__body {
  overflow: hidden;
  padding-top: 0;
  max-height: 0;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.accordion.active .accordion__body {
  max-height: 700px;
  padding-top: 20px
}

.accordion.active .accordion__title::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 3px
}

.another-article {
  color: #f59921;
  display: block;
  padding: 20px 40px;
  margin-bottom: 10px
}

.another-article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.another-article__left {
  margin-right: 20px
}

.another-article__img {
  margin-right: 10px
}

.another-article .tags p {
  color: #f59921!important
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.socials a {
  margin-right: 10px
}

.advisable {
  margin-top: 50px
}

.advisable__title {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000
}

.advisable__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.advisable-item {
  width: 47%;
  margin-bottom: 40px
}

.advisable-item__img {
  display: block;
  overflow: hidden;
  width: 100%
}

.advisable-item__img img {
  width: 100%
}

.advisable-item__body {
  padding-top: 20px;
  border-top: 1px solid #c4c4c4
}

.advisable-item__date {
  font-size: 11px;
  color: #94908c
}

.advisable-item__title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0
}

.advisable-item__text {
  font-size: 16px;
  line-height: 1.3
}

.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .274);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.modal.open {
  visibility: visible;
  opacity: 1
}

.modal.open .modal__wrapper {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.modal__close {
  position: absolute;
  right: 20px;
  top: 20px
}

.modal__wrapper {
  opacity: 1;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1160px;
  flex: 0 1 1160px;
  min-height: 563px;
  position: relative;
  background-color: #fff;
  padding: 80px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.modal__wrapper.anim {
  opacity: 0!important;
  -webkit-transform: translateY(100px)!important;
  -ms-transform: translateY(100px)!important;
  transform: translateY(100px)!important
}

.modal__body {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  min-height: 450px;
  max-height: 755px
}

.modal__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px
}

.modal__header {
  width: 100%
}

.modal-search__filter {
  margin-top: 13px;
  font-size: 11px;
  padding: 12px 0
}

.modal-search__filter button {
  background-color: transparent;
  margin-right: 20px
}

.modal-search__filter button.active {
  color: #f59921
}

.modal-search__filter button:hover {
  text-decoration: underline
}

.modal-search__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.modal-search__footer p {
  color: #94908c;
  font-size: 14px
}

.modal-search__pagination {
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #585858;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.modal-search__pagination button {
  background-color: transparent;
  margin-right: 20px
}

.modal-search__pagination button:last-child {
  margin-right: 0
}

.modal-search__pagination span {
  cursor: pointer;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 3px dotted #585858
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

.search input {
  text-transform: uppercase;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: solid 1px #c4c4c4;
  margin-right: 20px;
  padding: 0 20px;
  color: #f59921;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.search input:focus {
  border-color: #f59921
}

.search button {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 143px;
  flex: 0 0 143px;
  background-color: #f59921;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #f59921;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.search button:hover {
  background-color: transparent;
  color: #f59921
}

.search-list__body {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  max-height: 540px;
  min-height: 540px;
  width: 100%;
  padding-right: 20px;
  -ms-overflow-style: none
}

.search-list .simplebar-track.simplebar-vertical {
  top: -5px!important;
  background-color: #fff!important
}

.search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px
}

.search-item:last-child {
  margin-bottom: 0
}

.search-item__date {
  font-size: 11px;
  color: #94908c
}

.search-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0 12px 0
}

.search-item__text {
  font-size: 16px;
  color: #2d2d2a;
  line-height: 1.2
}

.search-word {
  color: #fff;
  background-color: #f59921
}

.open-gallery-link {
  color: #f59921!important;
  font-weight: 400!important
}

.open-gallery {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .178);
  padding: 3px;
  border-radius: 1px
}

.close-gallery {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 16px;
  right: 37px;
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #efeae454;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.close-gallery svg path {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s
}

.close-gallery:hover {
  background-color: #2d2d2a
}

.close-gallery:hover svg path {
  stroke: #fff
}

.swiper-gallery {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .548);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.swiper-gallery.remove {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: remove;
  animation-name: remove
}

.swiper-gallery__desc {
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: rgba(255, 255, 255, .802);
  padding: 42px 10px
}

.swiper-gallery__slide {
  min-height: 100%;
  height: auto
}

.swiper-gallery .swiper-wrapper {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0
}

.swiper-gallery .article-slide__img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.swiper-gallery .article-slide__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-gallery__btn {
  width: 57px;
  height: 57px;
  border: 2px solid #2d2d2a;
  background: rgba(255, 255, 255, .644);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s
}

.swiper-gallery__btn svg path {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s
}

.swiper-gallery__btn::after {
  display: none
}

.swiper-gallery__btn:hover {
  background-color: #2d2d2a
}

.swiper-gallery__btn:hover svg path {
  fill: #fff
}

.swiper-gallery .swiper-button-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}


.gallery-desc{
  position: relative;
  transition-duration: 0.5s;
}
.gallery-desc.active{
  transform: translateY(calc(100% - 30px))
}
.gallery-desc__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.gallery-desc__header{
  width: 100%;
  height: 30px;
  position: absolute;
  position: absolute;
  top: 0px;
  left: 0px;
}
.gallery-desc__icon{
  position: relative;
  width: 16px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.gallery-desc__icon::after,
.gallery-desc__icon:before {
  content: '';
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s
}

.gallery-desc__icon:before {
  right: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.gallery-desc__icon:after {
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}


.gallery-desc.active .gallery-desc__icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
.gallery-desc.active .gallery-desc__icon:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.gallery-desc h2 {
  font-size: 18px;
  margin-bottom: 10px
}

.gallery-desc__text {
  font-size: 16px
}

.gallery-desc__author {
  font-size: 13px
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes show {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes remove {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
}

@keyframes remove {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
}

.article-page__long .content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.article-page__long .content__body {
  width: 67%
}

.simplebar-content-wrapper {
  min-height: 540px!important;
  max-width: 100%!important;
  overflow: auto!important
}

.not-found__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 371px;
  margin: 0 auto
}


.banner{

  width: 100%;
}
.banner img{
  width: 100%;
}

.not-found .content{
  padding: 0px 10px;
  padding-top: 20px;
}

.not-found__icon {
  height: 130px;
  margin-right: 20px
}

.not-found__icon svg {
  width: 100%;
  height: 100%
}

.not-found__text {
  font-size: 18px;
  line-height: 1.3
}

.not-found__text p {
  margin-bottom: 10px
}

.not-found__text a {
  text-decoration: underline
}

.not-found__text a:hover {
  color: #f59921
}

@media(min-width:900px) {
/*
  .extra-menu:hover .extra-menu__body {
  top: 100%;
  opacity: 1;
  visibility: visible
}
  .simplebar-track.simplebar-horizontal{
    display: block;
  }
  .
  .submenu:hover {
    background-color: #fbf5ed
  }
  .submenu:hover:after {
    -webkit-transform: rotate(180deg) translateY(5px);
    -ms-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px)
  }
  .submenu:hover .submenu__body {
    top: calc(100%);
    opacity: 1;
    visibility: visible
  }
*/
}

@media (max-width:1244px) {
  .sidebar-sda {
    display: none
  }
  .footer__row_desktop{
    display: none;
  }

  .footer__row_mob{
    display: block;
    margin-top: 20px

  }
  .content__body {
    width: 100% !important;
    padding-right: 40px !important;
  }
  .rubrica .content__body{
    padding-right: 40px
  }
  .article-page__long .content__body{
    width: 100% ;
  }
}

@media (max-width:1140px) {
  .header__logo {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
  }
  .header__contacts {
    display: none
  }
  .header__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .navbar__wrapper {
    font-size: 13px
  }


  .navbar__wrapper>li:nth-child(2) {
    display: block
  }
  .navbar__wrapper>li:nth-child(8),
  .navbar__wrapper>li:nth-child(9) {
    display: none
  }
  .extra-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .sidebar-ads {
    display: none
  }
  .home {
    overflow: hidden;
    padding-right: 0
  }
  .sda-slider_mob {
    display: block
  }
  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__row_desktop {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: block
  }
  .footer__row_mob {
    margin-top: 10px;
    display: block
  }
  .footer__row_desktop{
    display: none;
  }
  .content__body {
    padding-right: 0
  }
  .content__body {
    width: 100%!important
  }
  .not-found .content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
  }
  .not-found .content__body {
    padding: 0;
    margin-bottom: 100px
  }
  .not-found__body {
    margin-bottom: 30px
  }
}

@media (max-width:1080px) {
  .gallery-desc__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .gallery-desc__wrapper div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .gallery-desc__author {
    margin-bottom: 10px
  }
}

@media (max-width:1013px) {
  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .footer__nav {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 366px;
    flex: 0 1 366px
  }
  .footer__row_desktop {
    margin-top: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: block;
    min-width: 300px
  }
  .footer__row_mob {
    margin-top: 10px;
    display: none
  }
}
.rubric-next .rubric__body{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap
}
.rubric-next .rubric__title{
  color: #000;
  border-bottom: solid 2px #000;
}
.rubric-next.rubric .news{
  margin-right: 20px
}
@media (max-width:1010px) {
  .sidebar .simplebar-track.simplebar-vertical{
    right: 13px;
  }
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
  }
  .sidebar__wrapper {
    width: 200px
  }
  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .news__img {
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

@media (max-width:980px) {
  .navbar li:nth-child(5) {
    display: none
  }
}

@media (max-width:760px) {
  .sidebar__body{
    overflow-x: visible !important;
    width: 100%;
  }
  .footer__row_desktop{
    flex: 0 1 410px;
    margin-bottom: 10px
  }
  .footer__row:nth-child(2){
    order: 1;
  }
  .footer__nav{
    order: 2;
  }
  .simplebar-track.simplebar-horizontal{
    display: block;
  }
  .header__left{
    flex: 0 1 144px;
  }
  .header__left{
    margin: 0px 10px
  }
  .content__body{
    padding-right: 0px !important;
  }
  .burger-menu {
    display: block
  }
  .subnav {
    display: none
  }
  .article-cover{
    min-height: calc(100vh - 80px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;

  }
  .burger-icon {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    width: 26px;
    height: 19px
  }
  .burger-icon span {
    height: 3px;
    background-color: #000;
    width: 100%
  }
  .burger-icon::after,
  .burger-icon:before {
    content: '';
    height: 3px;
    background-color: #000;
    width: 100%
  }
  .header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 102
  }
  .header__top {
    height: 79px;
    padding: 0 40px;
    margin-bottom: 0
  }
  .header__logo {
    width: 200px;

  }
  .header__logo svg {
    width: 100%;
    height: 100%
  }
  .navbar {
    display: none
  }
  .sidebar {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 300px;
    overflow: hidden;
    left: 0;
    bottom: -256px;
    top: auto;
    background-color: rgba(36, 34, 34, .158);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
  }
  .sidebar.active {
    bottom: -80px
  }
  .sidebar.active .sidebar__arrow:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .sidebar.active .sidebar__arrow:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .sidebar__wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #fbf5ed;
    min-height: 0;
    padding: 10px 40px 27px 40px
  }
  .sidebar__header {
    margin-bottom: 20px
  }
   .sidebar__title {
    	text-align: center;
  } 
.sidebar__arrow {
    display: none;
}
  .sidebar__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto
  }
  .sidebar__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 20px
  }
  .sidebar .fixed {
    position: static
  }
  .sidebar .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .sidebar .simplebar-track.simplebar-horizontal {
    bottom: auto;
    top: 135px
  }
  .sidebar-mask {
    display: none
  }
  .sidebar.time-open{
    bottom: -256px
  }

  .news_bg{
    margin-top: 30px  ;
  }
  .active.time-close.time-open{
    bottom: -80px;
  }
  .home {
    padding-left: 0
  }
  .home .content {
    margin-right: 0;
    padding: 0 40px
  }
  .home .content__body {
    margin-right: 0;
    padding-top: 107px
  }
  .news__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .news__img {
    margin-left: 10px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .footer {
    padding: 27px 40px 60px 40px
  }
  .article-cover {
    position: relative
  }
  .article-cover__img {
    height: 100%!important;
    top: 0!important;
    left: 0!important
  }
  .content__body {
    padding-left: 0
  }
  .page-body__wrapper {
    padding: 0
  }
  main {
    padding: 0 40px
  }
  main.rubrica {
    padding: 0 40px;
    padding-top: 60px
  }
  main.article-page__long {
    padding: 50px 0 0 0
  }
  .article-page__long .content__body {
    padding: 20px 40px !important;
  }
  .not-found {
    min-height: 100vh
  }
  .rubrica {
/*    padding-top: 60px*/
  }
}


@media (max-width:630px) {
  .modal.modal-search{
    overflow: auto;
    background-color: #fff;
  }
  .header__logo {
    width: 170px
  }
  .header__search p {
    display: none
  }
  .limit-width {
    padding: 0 40px
  }
  .page-body__wrapper.limit-width {
    padding: 0
  }
  .footer {
    padding: 40px 20px 50px 20px
  }
  .footer__wrapper {
    padding: 0
  }
  .footer__footer {
    margin-top: 17px
  }
}

@media (max-width:600px) {
  .text-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .text-rows>div {
    width: 100%
  }
  .text-rows__img{
    margin-bottom: 10px;
  }
  .text-rows>div:first-child{
    margin-bottom: 20px;
  }
}

@media (max-width:500px) {
  .rubrica .content__body{
    padding-top: 100px;
  }
  .article__body ol li::before{
    margin-right: 5px
  }
  .article{
    margin-top: 85px;
  }
  .news_bg{
    margin-top: 40px;
  }
  .article-page__long .article{
    margin-top: 0px
  }
  .rubrica{
  padding: 0 !important;
}

  .header {
    z-index: 102
  }
  .header__left {
    flex: 1 1 auto;
    height: 60px
  }
  .header__date {
    display: none
  }
  .header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  .header__top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .page-body__wrapper {
    padding: 0
  }
  .news {
    padding: 40px 20px 0 20px
  }
  .news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .news__img {
    margin-left: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .news_bg {
    padding-bottom: 20px
  }
  .main-news {
    padding: 0
  }
  .content__body {
    margin-right: 0
  }
  .content {
    padding: 0 20px
  }
  main.article-page__long {
    padding-top: 81px
  }
  main.article-page__long .content {
    padding: 0
  }
  .article-cover {
    padding-top: 61%
  }
  .requisites {
    width: 100%;
    margin: 10px 0
  }
  .accordion {
    padding: 20px 30px
  }
  .search {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .search input {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    margin-right: 0
  }
  .search button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 100%
  }
}

@media (max-width:430px) {
  .modal__wrapper{
    min-height: auto;
    padding: 0px 10px;
  }
  .modal__body{
    max-height: 100%;
    padding: 60px 10px;
  }
  .footer{
    padding: 40px 0px 50px 0px;
  }
  .limit-width {
    padding-right: 20px;
    padding-left: 20px
  }
  .home .content {
    padding: 0 20px
  }
  main.rubrica {
    padding: 80px 0 0 0
  }
  .article-page__long .content__body {
    padding: 20px 20px !important;
  }
  .home .content{
    padding: 0px 20px;
  }
  .not-found__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .not-found__icon {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    background-color: #f59921
  }
}

@media (max-width:360px) {
  .sidebar {
    top: calc(100% - 40px)
  }
  .sidebar.active {
    top: calc(100% - 200px)
  }
  .header__logo {
    width: 140px
  }
  .sidebar__wrapper {
    padding: 10px 20px 27px 20px
  }
  .footer {

/*    display: none*/
  }
  .advisable__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .advisable-item {
    width: 100%
  }
}

@media (max-height:851px) {
  .modal__wrapper {
    padding: 20px 10px
  }
  .modal__body {
    min-height: 300px;
    max-height: 100%
  }
  .search-list__body {
    max-height: 290px;
    min-height: 200px
  }
}

@media (max-height:555px) {
  .modal {
    overflow: auto
  }
  .modal__wrapper {
    overflow: auto
  }
}
