body {
  margin: 100px;
  background: #ccc; }

.wrapper {
  width: 100%;
  height: 100%;
  /*display: flex;*/
  flex-direction: column; }

.section {
  position: relative;
  flex: 1 0 auto; }

.container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1300px) {
    .container {
      max-width: 1140px; } }
  @media screen and (max-width: 992px) {
    .container {
      max-width: 750px; } }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 90%; } }

.footer {
  flex: 0 0 auto; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Open Sans reg';
  line-height: 1.42;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

ul {
  margin: 0;
  padding: 0;list-style:none; }

p {
  margin: 0; }

a {
  text-decoration: none!important; }

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

@font-face {
  font-family: 'Open Sans italic';
  src: url("../fonts/subset-OpenSans-Italic.woff2") format("woff2"), url("../fonts/subset-OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans reg';
  src: url("../fonts/subset-OpenSans.woff2") format("woff2"), url("../fonts/subset-OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans bold';
  src: url("../fonts/subset-OpenSans-Bold.woff2") format("woff2"), url("../fonts/subset-OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.about {
  width: 100%;
  display: flex; }

.about-l {
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  width: 50%; }
  @media screen and (min-width: 1300px) {
    .about-l {
      height: 600px; } }
  @media screen and (max-width: 992px) {
    .about-l {
      height: 400px; } }
  @media screen and (max-width: 768px) {
    .about-l {
      display: none; } }
  .about-l .image-wrap {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center; }

.about-r {
  width: 50%;
  height: 100%;
  max-height: 500px;
  padding: 50px 0 72px 0; }
  @media screen and (min-width: 1300px) {
    .about-r {
      max-height: 600px;
      padding: 90px 0 112px 0; } }
  @media screen and (max-width: 992px) {
    .about-r {
      max-height: 400px; } }
  @media screen and (max-width: 768px) {
    .about-r {
      width: 90%;
      margin: 0 auto;
      max-height: initial; } }

.about-r__desk {
  width: 470px;
  height: 100%;
  padding-left: 45px; }
  @media screen and (min-width: 1300px) {
    .about-r__desk {
      width: 570px; } }
  @media screen and (max-width: 992px) {
    .about-r__desk {
      width: 375px;
      padding-left: 30px;
      padding-right: 15px; } }
  @media screen and (max-width: 768px) {
    .about-r__desk {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .about-r__desk {
      padding: 0; } }
  .about-r__desk .button {
    margin-top: 75px; }
    @media screen and (min-width: 1300px) {
      .about-r__desk .button {
        margin-top: 112px; } }
    @media screen and (max-width: 992px) {
      .about-r__desk .button {
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      .about-r__desk .button {
        margin-top: 60px; } }

.about-r__title-wrap {
  position: relative;
  margin-bottom: 45px; }
  .about-r__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.about-r__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 24px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }
  @media screen and (min-width: 1300px) {
    .about-r__title {
      margin-bottom: 45px;
      font-size: 26px; } }

.about-r__text {
  font-family: 'Open Sans reg';
  font-size: 15px;
  color: #000; }
  @media screen and (min-width: 1300px) {
    .about-r__text {
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .about-r__text {
      font-size: 13px; } }

.blog {
  padding: 90px 0px; }

.blog__content {
  width: 100%;
  display: flex; }
  @media screen and (max-width: 768px) {
    .blog__content {
      flex-direction: column; } }

.blog__main {
  width: 100%;
  min-width: 600px;
  margin-right: 30px; }
.blog__main ul{list-style:disc;padding-left:40px;}
.blog__main p, .blog__main ul {
    margin-bottom: 30px;
    font-family: 'Open Sans reg';
    font-size: 16px;
    color: #000; }
  .blog__main img {
    width: 100%; }
  @media screen and (min-width: 1300px) {
    .blog__main {
      min-width: 748px; } }
  @media screen and (max-width: 992px) {
    .blog__main {
      min-width: 460px; } }
  @media screen and (max-width: 768px) {
    .blog__main {
      min-width: 100%; } }

.blog__title-wrap {
  position: relative;
  margin-bottom: 25px; }
  .blog__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.blog__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.blog__date {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #000;
  text-align: end;
  margin-bottom: 30px; }

.blog__adres {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #000;
  text-align: end;
  margin-bottom: 30px; }

.aside {
  width: 100%;
  min-width: 280px; }
  @media screen and (min-width: 1300px) {
    .aside {
      min-width: 362px; } }
  @media screen and (max-width: 992px) {
    .aside {
      min-width: 230px; }
      .aside .obj__item {
        height: 270px; }
      .aside .obj__image {
        height: 70%; }
      .aside .obj__desk {
        height: 30%; } }
  @media screen and (max-width: 768px) {
    .aside {
      min-width: 100%; } }

.aside__title-wrap {
  position: relative;
  margin-bottom: 60px; }
  .aside__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.aside__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px;
  color: #000;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.aside__title--obj:after {
  width: 0; }
  @media screen and (min-width: 1300px) {
    .aside__title--obj:after {
      width: 80px; } }

.aside__title--news {
  margin-bottom: 0; }

.contacts-page {
  padding: 90px 0px; }

.contacts-page__title-wrap {
  position: relative;
  margin-bottom: 60px; }
  .contacts-page__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.contacts-page__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.contacts-page__content {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .contacts-page__content {
      flex-direction: column; } }

.contacts-page__left {
  width: 358px;
  margin-right: 30px; }
  @media screen and (max-width: 768px) {
    .contacts-page__left {
      width: 100%;
      margin-bottom: 60px; } }

.contacts-page__list {
  width: 100%;
  padding-right: 15px; }
.blog__main ul.contacts-page__list{list-style:none;padding-left:0px;}

.contacts-page__item {
  width: 100%;
  margin-bottom: 30px; }
  .contacts-page__item:last-child {
    margin-bottom: 0px; }

.contacts-page__subject {
  font-family: 'Open Sans bold';
  font-size: 16px; }

.contacts-page__right {
  width: 752px;
  height: 509px; }
  @media screen and (max-width: 768px) {
    .contacts-page__right {
      width: 100%; } }

.contacts-page__map {
  width: 100%;
  height: 100%; }

.crumbs {
  width: 100%;
  background-color: #000; }

.crumbs__list {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 25px 0; }

.crumbs__item {
  margin-right: 14px; }
  .crumbs__item:last-child {
    margin-right: 0; }

.crumbs__breadcrumbs {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  transition: .2s; }
  .crumbs__breadcrumbs.active {
    color: white; }
  .crumbs__breadcrumbs:hover {
    color: white; }

.documents {
  padding: 90px 0px; }

.documents__title-wrap {
  position: relative;
  margin-bottom: 60px; }
  .documents__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.documents__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 30px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.documents__content {
  width: 100%;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .documents__content {
      flex-direction: column; } }

.documents__col {
  width: 358px;
  margin-right: 30px; }
  .documents__col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .documents__col {
      width: 100%; } }

.documents__list {
  width: 100%;
  display: flex;
  flex-direction: column; }

.documents__item {
  width: 100%;
  background-color: #fff;
  transition: .1s; }
  .documents__item:hover {
    background-color: #000; }
    .documents__item:hover .documents__text {
      color: #fff; }

.documents__link {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row; }

.documents__icon {
  width: 24px;
  height: 30px;
  margin-right: 20px; }

.documents__text {
  padding-top: 4px;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #000;
  transition: .1s; }

.footer {
  background-color: #000;
  padding: 60px 0 50px 0; }
  .footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .footer .button {
    margin: 0; }

.button--up .button__link {
  padding: 18px; }

.header {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .header {
      max-width: 100%; } }

.header--no-flex1 {
  flex: 0 0 auto; }

.header__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  justify-content: space-between; }
@media screen and (max-width: 768px) {
    .header__row:first-child {justify-content: center;flex-direction: column;align-items: center;}
    .header__row:first-child .switcher-popup {padding-top:12px;}
    .header__row:nth-child(2) {padding: 0;}
}
@media screen and (max-width: 480px) {
    .header__row:first-child {flex-direction: column;
      justify-content: start;
      max-width: 90%;
      margin: 0 auto; }
}
.header__row .contact-top{display: flex;}

.contacts {margin-right:30px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .contacts {
      display: none; } }

.contacts__list {
  display: flex;
  flex-direction: row; }

.contacts__item {
  margin-left: 30px;
  font-size: 14px; }
  @media screen and (max-width: 992px) {
    .contacts__item {
      margin-left: 12px;
      font-size: 12px; } }

.menu {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .menu {
      height: 52px;
      transition: height 0.7s;
      overflow: hidden; } }

.hamburger {
  display: none;
  cursor: pointer;
  height: 22px;
  width: 30px;
  background: none;
  border: initial;
  margin: 0 auto;
  margin-bottom: 30px; }
  .hamburger:hover .hamburger__menu {
    background: black; }
    .hamburger:hover .hamburger__menu:before {
      background: black; }
    .hamburger:hover .hamburger__menu:after {
      background: black; }
  @media screen and (max-width: 768px) {
    .hamburger {
      display: block; } }

.hamburger__menu {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  width: 18px;
  height: 2px;
  position: relative;
  transition: .3s;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s; }
  .hamburger__menu::before, .hamburger__menu::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  .hamburger__menu:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 18px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 0; }
  .hamburger__menu:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 18px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0; }

.hamburger.active .hamburger__menu {
  background: none; }
  .hamburger.active .hamburger__menu:before {
    background: black; }
  .hamburger.active .hamburger__menu:after {
    background: black; }
  .hamburger.active .hamburger__menu::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger.active .hamburger__menu::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.active .hamburger__menu::before, .hamburger.active .hamburger__menu::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }

.menu__list {
  width: 100%;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .menu__list {
      flex-direction: column;
      align-items: center; } }

.menu__item {
  width: 14.3%;
  text-align: center;
  border-right: 1px solid #e0e0e0;
  padding: 3px 0; }
  .menu__item:first-child {
    border-left: 1px solid #e0e0e0; }
    @media screen and (max-width: 768px) {
      .menu__item:first-child {
        border-top: 1px solid #e0e0e0;
        border-right: none; } }
  @media screen and (max-width: 768px) {
    .menu__item {
      border-right: none;
      width: 100%;
      border-bottom: 1px solid #e0e0e0;
      padding: 20px 0; } }

.menu__link {
  text-transform: uppercase;
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #000;
  transition: .2s;
  border-bottom: 4px solid transparent;
  padding: 2px 0; }
  @media screen and (max-width: 992px) {
    .menu__link {
      font-size: 13px; } }
  .menu__link:hover {
    color: #d67e2b;
    border-bottom: 4px solid #d67e2b; }
  .menu__link.active {
    color: #d67e2b;
    border-bottom: 4px solid #d67e2b; }

.news--page {
  padding: 90px 0px; }

.news--aside .news__date {
  display: none; }

.news__title-wrap {
  position: relative;
  margin-bottom: 45px; }
  .news__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.news__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 26px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.news__item {
  width: 293px;
  height: 300px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 1300px) {
    .news__item {
      width: 358px;
      height: 360px; } }
  @media screen and (max-width: 992px) {
    .news__item {
      width: 358px;
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .news__item {
      width: 100%;
      height: auto;
      min-height: 400px; } }
  @media screen and (max-width: 480px) {
    .news__item {
      min-height: 392px; } }
  .news__item:hover .news__image {
    height: 0; }
    @media screen and (max-width: 768px) {
      .news__item:hover .news__image {
        height: 70%; } }
    @media screen and (max-width: 480px) {
      .news__item:hover .news__image {
        height: 65%; } }
  .news__item:hover .news__desk {
    height: 100%; }
    @media screen and (max-width: 768px) {
      .news__item:hover .news__desk {
        height: 30%; } }
    @media screen and (max-width: 480px) {
      .news__item:hover .news__desk {
        height: 35%; } }
  .news__item:nth-child(1) .news__image {
    background-image: url(../images/news-1.jpg); }
  .news__item:nth-child(2) .news__image {
    background-image: url(../images/news-2.jpg); }
  .news__item:nth-child(3) .news__image {
    background-image: url(../images/news-3.jpg); }
  .news__item:nth-child(4) .news__image {
    background-image: url(../images/news-4.jpg); }

.news__image {
  background-image: url(../images/news-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 214px;
  position: relative;
  transition: .3s; }
  @media screen and (max-width: 768px) {
    .news__image {
      height: 70%; } }
  @media screen and (max-width: 480px) {
    .news__image {
      height: 65%; } }

.news__date {
  background-color: #d37c29;
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #fff;
  padding: 15px;
  position: absolute;
  right: 0; }

.news__desk {
  height: 86px;
  background-color: #000;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  transition: .3s;
  width: 100%; }
  @media screen and (min-width: 1300px) {
    .news__desk {
      height: 146px;
      padding: 15px;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    .news__desk {
      height: 30%; } }
  @media screen and (max-width: 480px) {
    .news__desk {
      height: 35%; } }

.news__desk-title {
  font-family: 'Open Sans bold';
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 1300px) {
    .news__desk-title {
      font-size: 16px;
      margin-bottom: 23px; } }

.news__desk-text {
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #fff;
  display: none; }
  @media screen and (min-width: 1300px) {
    .news__desk-text {
      font-size: 16px;
      display: block; } }
  @media screen and (max-width: 768px) {
    .news__desk-text {
      display: block; } }

.news {
  width: 100%;
  display: flex; }

.news-l {
  height: 100%;
  max-height: 500px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 35px 0px; }
  @media screen and (min-width: 1300px) {
    .news-l {
      max-height: 600px;
      padding: 90px 0px; } }
  @media screen and (max-width: 992px) {
    .news-l {
      max-height: 400px; } }
  @media screen and (max-width: 768px) {
    .news-l {
      width: 90%;
      margin: 0 auto;
      max-height: initial; } }

.news-l__desk {
  width: 470px;
  height: 100%;
  padding-right: 45px; }
  @media screen and (min-width: 1300px) {
    .news-l__desk {
      width: 570px; } }
  @media screen and (max-width: 992px) {
    .news-l__desk {
      width: 375px;
      padding-right: 30px;
      padding-left: 15px; } }
  @media screen and (max-width: 768px) {
    .news-l__desk {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .news-l__desk {
      padding: 0; } }

.news-l__title-wrap {
  position: relative;
  margin-bottom: 25px; }
  .news-l__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.news-l__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 24px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }
  @media screen and (min-width: 1300px) {
    .news-l__title {
      margin-bottom: 45px;
      font-size: 26px; } }

.news-l__item {
  padding: 12px;
  transition: .3s;
  border-bottom: 1px solid #f5f5f5; }
  @media screen and (min-width: 1300px) {
    .news-l__item {
      padding: 15px; } }
  @media screen and (max-width: 992px) {
    .news-l__item:last-child {
      display: none; } }
  @media screen and (max-width: 768px) {
    .news-l__item:last-child {
      display: block; } }
  .news-l__item:last-child {
    border-bottom: none; }
  .news-l__item:hover {
    background-color: #f5f5f5; }

.news-l__subject {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 15px;
  color: #000;
  margin-bottom: 10px; }
  @media screen and (min-width: 1300px) {
    .news-l__subject {
      margin-bottom: 25px;
      font-size: 16px; } }

.news-l__text {
  font-family: 'Open Sans reg';
  font-size: 13px;
  color: #000; }
  @media screen and (min-width: 1300px) {
    .news-l__text {
      font-size: 15px; } }

.news-r {
  background-image: url(../images/news-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  width: 50%; }
  @media screen and (min-width: 1300px) {
    .news-r {
      height: 600px; } }
  @media screen and (max-width: 992px) {
    .news-r {
      height: 400px; } }
  @media screen and (max-width: 768px) {
    .news-r {
      display: none; } }
  .news-r .image-wrap {
    background-color: rgba(0, 0, 0, 0.2); }

.obj {
  padding: 90px 0px; }

.obj--aside {
  padding: 0; }

.obj__title-wrap {
  position: relative;
  margin-bottom: 45px; }
  .obj__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.obj__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 26px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.obj__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.obj__item {
  width: 293px;
  height: 270px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 1300px) {
    .obj__item {
      width: 358px;
      height: 300px; } }
  @media screen and (max-width: 992px) {
    .obj__item {
      width: 358px;
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .obj__item {
      width: 100%;
      height: auto;
      min-height: 400px; } }
  @media screen and (max-width: 480px) {
    .obj__item {
      min-height: 392px; } }
  .obj__item:hover .obj__image {
    height: 0; }
    @media screen and (max-width: 768px) {
      .obj__item:hover .obj__image {
        height: 70%; } }
  .obj__item:hover .obj__desk {
    height: 100%; }
    @media screen and (max-width: 768px) {
      .obj__item:hover .obj__desk {
        height: 30%; } }
    @media screen and (max-width: 480px) {
      .obj__item:hover .obj__desk {
        height: initial; } }
  .obj__item:nth-child(1) .obj__image {
    background-image: url(../images/obj-1.jpg); }
  .obj__item:nth-child(2) .obj__image {
    background-image: url(../images/obj-2.jpg); }
  .obj__item:nth-child(3) .obj__image {
    background-image: url(../images/obj-3.jpg); }
  .obj__item:nth-child(4) .obj__image {
    background-image: url(../images/obj-4.jpg); }
  .obj__item:nth-child(5) .obj__image {
    background-image: url(../images/obj-5.jpg); }
  .obj__item:nth-child(6) .obj__image {
    background-image: url(../images/obj-6.jpg); }

.obj__image {
  background-image: url(../images/news-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 184px;
  position: relative;
  transition: .3s; }
  @media screen and (min-width: 1300px) {
    .obj__image {
      height: 214px; } }
  @media screen and (max-width: 992px) {
    .obj__image {
      height: 214px; } }
  @media screen and (max-width: 768px) {
    .obj__image {
      height: 70%; } }

.obj__desk {
  height: 86px;
  background-color: #000;
  padding: 15px 15px 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  transition: .3s;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .obj__desk {
      height: 30%; } }
  @media screen and (max-width: 480px) {
    .obj__desk {
      height: initial; } }

.obj__desk-title {
  font-family: 'Open Sans bold';
  font-size: 14px;
  color: #fff;
  margin: 0; }

.obj__desk-text {
  font-family: 'Open Sans reg';
  font-size: 12px;
  color: #fff; }

.objects {
  width: 100%;
  display: flex; }

.objects__list {
  display: flex;
  flex-flow: row wrap;
  align-content: stretch;
  height: 100%;
  width: 100%; }

.objects__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 475px;
  width: 33.3%; }
  @media screen and (min-width: 1300px) {
    .objects__item {
      height: 640px; } }
  @media screen and (max-width: 992px) {
    .objects__item {
      width: 50%;
      height: 400px; } }
  @media screen and (max-width: 768px) {
    .objects__item {
      height: 300px; } }
  @media screen and (max-width: 480px) {
    .objects__item {
      height: 360px;
      width: 100%; } }
  .objects__item .image-wrap {
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .3s; }
  .objects__item:hover .image-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .objects__item:hover .image-wrap__text {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .objects__item .image-wrap {
      background-color: rgba(0, 0, 0, 0.7); }
    .objects__item .image-wrap__text {
      opacity: 1; } }
  .objects__item:nth-child(1) {
    background-image: url(../images/obj-1.jpg); }
  .objects__item:nth-child(2) {
    background-image: url(../images/obj-2.jpg); }
  .objects__item:nth-child(3) {
    background-image: url(../images/obj-3.jpg); }
  .objects__item:nth-child(4) {
    background-image: url(../images/obj-4.jpg); }
  .objects__item:nth-child(5) {
    background-image: url(../images/obj-5.jpg); }
  .objects__item:nth-child(6) {
    background-image: url(../images/obj-6.jpg); }

.image-wrap__text {
  opacity: 0;
  transition: .3s; }
  .image-wrap__text:nth-child(odd) {
    font-family: 'Open Sans bold';
    font-size: 16px;
    color: #d37c29; }
  .image-wrap__text:nth-child(even) {
    font-family: 'Open Sans bold';
    font-size: 16px;
    color: #fff; }

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 105px;
  z-index: 10; }

.control {
  width: 45px;
  height: 45px;
  bottom: 50%;
  background: none;
  border: initial;
  cursor: pointer;
  z-index: 10;
  background-color: #d37c29;
  border-radius: 5px;
  position: relative; }
  .control:hover:after {
    border-color: #000; }
  .control:after {
    content: "";
    height: 9px;
    width: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: rotate(135deg);
    transition: .2s; }
  .control:last-child::after {
    transform: rotate(-45deg);
    left: 35%; }
  @media screen and (max-width: 768px) {
    .control {
      height: 35px;
      width: 35px; } }

.pagination__list {
  display: flex;
  flex-direction: row; }

.pagination__item {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 5px; }
  .pagination__item.active {
    background-color: #d37c29; }
    .pagination__item.active .pagination__link {
      color: #fff; }
  @media screen and (max-width: 768px) {
    .pagination__item {
      height: 35px;
      width: 35px; } }

@media screen and (max-width: 480px) {
  .pagination__item_hidden {
    display: none; } }

.pagination__link {
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #000;
  padding: 5px;
  transition: .2s; }
  .pagination__link:hover {
    color: #d37c29; }
  @media screen and (max-width: 768px) {
    .pagination__link {
      font-size: 14px; } }

.reviews {
  padding: 90px 0px 112px 0px; }
  @media screen and (max-width: 480px) {
    .reviews {
      padding: 60px 0px 78px 0px; } }
  .reviews .button {
    margin-top: 80px;
    margin-right: 30px; }
    @media screen and (max-width: 480px) {
      .reviews .button {
        margin-right: 0; } }

.reviews__title-wrap {
  position: relative;
  margin-bottom: 65px; }
  .reviews__title-wrap:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: #d37c29;
    position: absolute;
    bottom: 0;
    right: 0; }

.reviews__title {
  margin: 0;
  font-family: 'Open Sans bold';
  font-size: 26px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  padding-right: 30px; }

.reviews__list--hidden .reviews__item:first-child {
  border-top: none; }

.reviews__item {
  border-bottom: 1px solid #f5f5f5;
  padding: 30px 30px 60px 30px;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 768px) {
    .reviews__item {
      flex-direction: column; } }
  .reviews__item:first-child {
    border-top: 1px solid #f5f5f5; }
  @media screen and (max-width: 480px) {
    .reviews__item {
      padding-left: 0;
      padding-right: 0; } }

.reviews__avatar {
  height: 104px;
  width: 104px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 30px; }
  @media screen and (max-width: 480px) {
    .reviews__avatar {
      margin-right: 0;
      margin-left: 30px; } }

.reviews__desk {
  width: 746px;
  padding-left: 30px;
  padding-top: 40px; }
  @media screen and (min-width: 1300px) {
    .reviews__desk {
      width: 949px; } }
  @media screen and (max-width: 992px) {
    .reviews__desk {
      width: 556px; } }
  @media screen and (max-width: 768px) {
    .reviews__desk {
      width: 100%;
      padding-left: 0; } }

.reviews__row:nth-child(odd) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative; }
  .reviews__row:nth-child(odd):after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    z-index: -1; }
    @media screen and (max-width: 480px) {
      .reviews__row:nth-child(odd):after {
        display: none; } }

.reviews__row:nth-child(even) {
  padding-top: 35px;
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #000; }

@media screen and (max-width: 480px) {
  .reviews__row:first-child {
    flex-direction: column; } }

.reviews__name {
  font-family: 'Open Sans bold';
  font-size: 16px;
  color: #000;
  background-color: #fff;
  padding-right: 25px; }

.reviews__date {
  font-family: 'Open Sans reg';
  font-size: 14px;
  color: #757575;
  background-color: #fff;
  padding-left: 25px; }
  @media screen and (max-width: 480px) {
    .reviews__date {
      text-align: end;
      position: relative; }
      .reviews__date:before {
        content: "";
        box-sizing: border-box;
        width: 155px;
        border-bottom: 1px solid #e0e0e0;
        position: absolute;
        bottom: 0;
        left: 0; } }

.slider {
  width: 100%;
  height: 600px; }
  @media screen and (max-width: 992px) {
    .slider {
      height: 500px; } }
  @media screen and (max-width: 480px) {
    .slider {
      height: 273px; } }

.slider__list {
  list-style: none;
  list-style-type: none;
  display: flex;
  transition: transform .6s;
  will-change: transform;
  position: relative;
  z-index: 1;
  height: 100%;
  cursor: -webkit-grab; }

.slider__item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%; }
  .slider__item .image-wrap {
    position: absolute;
    top: 0; }

.slider__item--one {
  background-image: url(../images/slide-1.jpg); }

.slider__item--two {
  background-image: url(../images/slide-2.jpg); }

.slider__item--three {
  background-image: url(../images/slide-3.jpg); }

.image-wrap {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%; }

.slider__desk {
  height: 100%;
  width: 50%;
  max-width: 570px;
  padding-right: 15px; }
  @media screen and (max-width: 992px) {
    .slider__desk {
      padding-right: 0;
      padding-left: 15px; } }
  @media screen and (max-width: 768px) {
    .slider__desk {
      margin: 0 auto;
      text-align: center;
      padding-left: 0;
      width: 400px; } }
  @media screen and (max-width: 480px) {
    .slider__desk {
      width: 100%; } }

.slider__title {
  font-family: 'Open Sans bold';
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-top: 160px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .slider__title {
      margin-top: 100px;
      font-size: 33px; } }
  @media screen and (max-width: 480px) {
    .slider__title {
      text-align: start;
      margin-top: 55px;
      font-size: 24px; } }

.slider__text {
  font-family: 'Open Sans reg';
  font-size: 16px;
  color: #fff; }
  @media screen and (max-width: 992px) {
    .slider__text {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .slider__text {
      display: none; } }

.button {
  text-align: end;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .button {
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .button {
      text-align: end; } }

.button__link {border:none;cursor:pointer;
  font-family: 'Open Sans bold';
  font-size: 14px;
  color: #fff;
  background-color: #d37c29;
  padding: 18px 26px;
  transition: .3s;
  text-transform: uppercase;
  border-radius: 5px; }
  @media screen and (min-width: 1300px) {
    .button__link {
      padding: 22px 30px; } }
  .button__link:hover {color: #fff;
    background-color: #be6f25; }

#slideposition {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  z-index: 10;
  bottom: 15px; }
  @media screen and (max-width: 1200px) {
    #slideposition {
      display: block; } }
  #slideposition ul {
    display: flex;
    flex-direction: row; }
  #slideposition .indicator {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #fff;
    margin-right: 20px;
    position: relative;
    transition: .3s; }
    #slideposition .indicator:before {
      content: "";
      height: 12px;
      width: 12px;
      border-radius: 50%;
      background-color: transparent;
      transform: translate(15%, 15%);
      position: absolute;
      transition: .3s; }
    #slideposition .indicator:last-child {
      margin-right: 0; }
    #slideposition .indicator.active {
      border: 4px solid #d37c29; }
      #slideposition .indicator.active:before {
        background-color: #fff; }

@media screen and (max-width: 1200px) {
  .controls {
    display: none; } }

.controls__btn {
  position: absolute;
  height: 54px;
  width: 146px;
  bottom: 50%;
  background: none;
  border: initial;
  cursor: pointer;
  z-index: 10;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .3s; }
  .controls__btn:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .controls__btn:first-child {
    left: 30px; }
    @media screen and (min-width: 1300px) {
      .controls__btn:first-child {
        left: 60px; } }
    .controls__btn:first-child .controls__arrow {
      margin-right: 18px; }
  .controls__btn:last-child {
    right: 30px; }
    @media screen and (min-width: 1300px) {
      .controls__btn:last-child {
        right: 60px; } }
    .controls__btn:last-child .controls__arrow {
      margin-left: 18px; }

.controls__arrow {
  display: inline-block; }

.controls__arrow-img {
  padding-bottom: 1px; }

.controls__text {
  display: inline-block;
  font-family: 'Open Sans bold';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

.articleBlocks{background: url(../images/logo-bg-inf.png) repeat;padding:60px 0;}
.articleBlocks .articleBlock{display:flex;}
.articleBlocks .articleBlock .imageBlock{background-repeat:no-repeat;background-position:center center;background-size:cover;min-height:400px;width:calc(50% - 210px);}
.articleBlocks .articleBlock .imageBlock .articleImage{background-color: rgba(0, 0, 0, 0.4);width:100%;height:100%;}
.articleBlocks .articleBlock .imageBlock:first-child .articleImage{text-align:right;}
.articleBlocks .articleBlock .imageBlock .articleImage img{padding:115px;}
.articleBlocks .articleBlock .textBlock{display:flex;align-items: center;width:calc(50% + 210px);}
.articleBlocks .articleBlock .textBlock .textBlockWr{padding:0px 30px;width:765px;}
.articleBlocks .articleBlock .textBlock:first-child{flex-direction: row-reverse;text-align:right;}
.articleBlocks .articleBlock .textBlock:first-child .textBlockWr{border-right:10px solid #d67e2b;margin-right:30px;}
.articleBlocks .articleBlock .textBlock:last-child .textBlockWr{border-left:10px solid #d67e2b;margin-left:30px;}
.articleBlocks .articleBlock .textBlock .textBlockWr h2{font-family: 'Open Sans bold';font-size: 26px;color: #000;}
@media screen and (max-width: 1300px) {
	.articleBlocks .articleBlock .imageBlock{width:50%;}
	.articleBlocks .articleBlock .textBlock{width:50%;}
}
@media screen and (max-width: 992px) {
	.articleBlocks .articleBlock{flex-direction: column;}
	.articleBlocks .articleBlock:nth-child(odd){flex-direction: column-reverse;}
	.articleBlocks .articleBlock .imageBlock{width:100%;}
	.articleBlocks .articleBlock .textBlock{justify-content: center!important;width:100%;text-align:left!important;}
	.articleBlocks .articleBlock .imageBlock .articleImage {text-align:center!important;}
	.articleBlocks .articleBlock .textBlock .textBlockWr {border:none!important;border-top: 10px solid #d67e2b!important;margin: 30px 0 0 0!important;padding:30px 0px !important;width:90%;}
}
@media screen and (max-width: 768px) {
	.articleBlocks .articleBlock .imageBlock {min-height:290px;}
	.articleBlocks .articleBlock .imageBlock .articleImage img {padding:60px 0px;}
}

.objects_carusel{padding:90px 0;}
.objects_carusel .object_carusel_item{height:460px;}
.objects_carusel .object_carusel_link{}
.objects_carusel .object_carusel_img_bg{width:260px;height:260px;overflow:hidden;}
.objects_carusel .object_carusel_img{background-position:center;background-size:cover;width:260px;height:260px;transition: all .5s;}
.objects_carusel .object_carusel_text{background:#f5f5f5;color:#000000;padding:15px;width:260px;height:260px;position:relative;left:96px;top:-60px;overflow:hidden;}
.objects_carusel .object_carusel_text h3{font-size:18px;}
.objects_carusel .object_carusel_text .redmore{background:#d37c29;color:#ffffff;font-weight:bold;position:absolute;height:100%;width:100%;top:0;left:0;display:none;justify-content: center;align-items: center;}
.objects_carusel .object_carusel_item:hover .object_carusel_img { transform: scale(1.2);}
.objects_carusel .object_carusel_item:hover .object_carusel_text {border-radius:6px;}
.objects_carusel .object_carusel_item:hover .object_carusel_text .redmore{display:flex;}
@media screen and (max-width: 992px) {
	.objects_carusel .object_carusel_item{height:520px;display:flex;justify-content: center;}
}
@media screen and (max-width: 768px) {
	.objects_carusel .object_carusel_item{height:520px;}
	.objects_carusel .object_carusel_text{top:0px;left:0;}
}

.objects_slider .news-l {height:auto;}
.objects_slider .news-l__title-wrap {margin-bottom:45px;}
.objects_slider .news-l .object_slider_img{display:none;}
.objects_slider .news-l .news-l__desk{position:relative;}
.objects_slider .news-r{background-image:none;position:relative;}
.objects_slider .news-r .image-wrap{background-size: cover;background-repeat: no-repeat;background-position:center;position: absolute;top: 0;left: 0;height: 100%;width: 100%;}
.objects_slider .lSSlideOuter .lSPager.lSpg{position:absolute;bottom:-30px;width:100%;}
.objects_slider .object_slider_link{color:#000000;}
.objects_slider .object_slider_subject{font-weight:bold;font-size:18px;margin-bottom:45px;}
@media screen and (max-width: 992px){
	.lSAction {display: none;}
}
@media screen and (max-width: 768px) {
	.objects_slider .lSSlideOuter .lSPager.lSpg{bottom:-40px;}
	.objects_slider .news-l .object_slider_img{display:block;background-size: cover;background-repeat: no-repeat;background-position:center;height:180px;width:100%;margin-bottom:45px;}
}