@charset "UTF-8";
.improvments .info_slider .slick-arrow:before, .improvments .info_slider .slick-arrow:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contacts_section .units_list, .contacts_section .contacts_list, .contacts_section .faq_list, .contacts_section .tab_buttons, .improvments .images_slider .slick-dots, .activity_list, .news_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.news_list .news_block img, .improvments .images_slider .slide_block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.improvments .info_slider .slick-arrow.slick-prev {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.contacts_section .faq_list li.opened .drop_button:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.improvments .images_slider .slide_block > img {
  object-fit: cover;
}

.activity_section .more_button, .news_section .more_button, .main_section .more_button {
  font-family: "bold";
  font-size: 130%;
  line-height: 16px;
  display: flex;
  width: 230px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 56px;
}
@media (max-width: 991px) {
  .activity_section .more_button, .news_section .more_button, .main_section .more_button {
    font-size: 120%;
    line-height: 15px;
    width: 170px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .activity_section .more_button, .news_section .more_button, .main_section .more_button {
    width: 150px;
    height: 40px;
  }
}

.activity_section .more_button, .news_section .more_button, .main_section .more_button {
  border: 1px solid;
  color: #f1621e;
}
.activity_section .more_button:hover, .news_section .more_button:hover, .main_section .more_button:hover {
  background: #f1621e;
  color: #ffffff;
  border-color: transparent;
}

.content {
  max-width: 100%;
  overflow: hidden;
}

.main_section {
  margin-top: -215px;
  padding-top: 215px;
  position: relative;
  z-index: 5;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.main_section .section_inner {
  width: 50%;
  padding: 80px 0 80px 125px;
  background: rgba(43, 45, 49, 0.89);
}
.main_section .title_block {
  font-size: 420%;
  line-height: 50px;
  color: #ffffff;
  font-family: "bold";
}
.main_section .title_block a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.main_section .title_block a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.main_section .description_block {
  margin-top: 45px;
  font-size: 160%;
  line-height: 24px;
  max-height: 96px;
  color: #ffffff;
  max-width: 460px;
  position: relative;
  overflow: hidden;
}
.main_section .more_button {
  margin-top: 50px;
}
@media (max-width: 1439px) {
  .main_section .section_inner {
    padding: 80px;
  }
}
@media (max-width: 1199px) {
  .main_section .section_inner {
    padding: 40px;
  }
  .main_section .description_block {
    margin-top: 30px;
    font-size: 140%;
    line-height: 21px;
    max-height: 84px;
  }
  .main_section .title_block {
    font-size: 350%;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .main_section {
    margin-top: -162px;
    padding-top: 162px;
  }
  .main_section .section_inner {
    padding: 30px 20px;
  }
  .main_section .description_block {
    margin-top: 20px;
    max-height: 105px;
  }
  .main_section .title_block {
    font-size: 300%;
    line-height: 36px;
  }
  .main_section .more_button {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .main_section {
    margin-top: -100px;
    padding-top: 100px;
  }
  .main_section .section_inner {
    padding: 20px;
  }
  .main_section .title_block {
    font-size: 240%;
    line-height: 30px;
  }
  .main_section .description_block {
    max-height: 126px;
  }
}
@media (max-width: 575px) {
  .main_section .section_inner {
    width: 100%;
    background: rgba(43, 45, 49, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 280px;
  }
  .main_section .title_block {
    font-size: 240%;
    line-height: 30px;
  }
  .main_section .description_block {
    max-height: 126px;
  }
}

.news_section {
  position: relative;
  padding: 70px 0;
}
.news_section:before {
  display: block;
  content: "";
  position: absolute;
  width: 92%;
  height: 92vw;
  background: url("images/svg/scheme.svg") no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: 25%;
  top: 50%;
  margin-top: -46%;
  opacity: 0.02;
}
.news_section .section_title {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.news_section .more_button {
  margin: 30px 9px 0 auto;
  position: relative;
  z-index: 2;
}

.news_list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news_list li {
  margin: 9px 0;
}
.news_list .news_block {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.news_list .news_block img {
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.news_list .news_block:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.news_list .news_block:hover .block_inner {
  background: rgba(32, 36, 43, 0.7);
  color: #ffffff;
}
.news_list .news_block.hovered .news_title {
  color: #f1621e;
}
.news_list .news_block.hovered .news_link {
  color: rgba(241, 98, 30, 0.7);
}
.news_list .block_inner {
  position: relative;
  height: 345px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  color: #292929;
  padding: 35px 125px 35px 45px;
}
.news_list .news_date {
  font-size: 140%;
  line-height: 19px;
  margin-bottom: 20px;
}
.news_list .news_title {
  font-size: 240%;
  line-height: 32px;
  font-family: "bold";
  color: inherit;
  max-height: 128px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.news_list .news_description {
  font-size: 140%;
  line-height: 24px;
  max-height: 48px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_list .news_link {
  display: inline-block;
  margin-top: auto;
  font-size: 130%;
  line-height: 17px;
  color: #f1621e;
  font-family: "bold";
}

@media (max-width: 1439px) {
  .news_list .block_inner {
    padding-left: 25px;
    padding-right: 80px;
  }
  .news_list .news_title {
    font-size: 210%;
  }
}
@media (max-width: 1199px) {
  .news_list .block_inner {
    padding: 20px 50px 20px 20px;
    height: 280px;
  }
  .news_list .news_date {
    margin-bottom: 15px;
  }
  .news_list .news_title {
    font-size: 180%;
    line-height: 25px;
    max-height: 100px;
    margin-bottom: 15px;
  }
  .news_list .news_description {
    line-height: 20px;
    max-height: 60px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news_section {
    padding: 40px 0;
  }
  .news_section .section_title {
    margin-bottom: 20px;
  }
  .news_section .more_button {
    margin-top: 20px;
  }

  .news_list .block_inner {
    padding: 20px;
  }
  .news_list .news_date {
    font-size: 120%;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .news_list .news_title {
    font-size: 160%;
    line-height: 24px;
    max-height: 120px;
    margin-bottom: 10px;
  }
  .news_list .news_description {
    font-size: 130%;
    line-height: 18px;
    max-height: 54px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .news_list .block_inner {
    height: 245px;
  }
  .news_list .news_date {
    margin-bottom: 15px;
  }
  .news_list .news_title {
    max-height: 72px;
    margin-bottom: 15px;
  }
  .news_list .news_description {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .news_list .news_date {
    margin-bottom: 10px;
  }
  .news_list .news_title {
    line-height: 22px;
    max-height: 88px;
    margin-bottom: 10px;
  }
  .news_list .news_description {
    margin-bottom: 10px;
    line-height: 17px;
    max-height: 51px;
  }
}
@media (max-width: 399px) {
  .news_list .news_title {
    font-size: 140%;
    line-height: 20px;
    max-height: 100px;
  }
  .news_list .news_description {
    font-size: 120%;
    line-height: 15px;
    max-height: 45px;
  }
}
@media (max-width:359px) {
  .news_list .block_inner {
    padding: 15px 10px;
  }
}
.activity_section {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.activity_section .more_button {
  display: none;
  margin: 30px 9px 0 auto;
}
.activity_section .more_button.active {
  display: flex;
}
.activity_section .more_button:before {
  display: block;
  content: attr(data-open);
}
.activity_section .section_title {
  margin-bottom: 30px;
}
.activity_section.all_showed .activity_list li:nth-child(n+9) {
  height: 298px;
}
.activity_section.all_showed .more_button:before {
  content: attr(data-close);
}

.activity_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.activity_list li {
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  position: relative;
  overflow: hidden;
}
.activity_list li:nth-child(n+9) {
  height: 0;
}
.activity_list a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 280px;
  padding: 35px 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: flex-end;
  color: #000000;
  margin: 9px 0;
}
.activity_list a:hover {
  color: #ffffff;
  background: #6d6d6d;
}
.activity_list a:hover .icon_block img {
  background: #6d6d6d;
  opacity: 0;
}
.activity_list a:hover .activity_description {
  max-height: 84px;
}
.activity_list .icon_block {
  display: inline-block;
  vertical-align: top;
  background-size: auto 100% !important;
  background-position: left top !important;
  margin-bottom: 22px;
}
.activity_list .icon_block img {
  display: block;
  width: auto;
  height: 54px;
  background: #ffffff;
}
.activity_list .activity_name {
  font-size: 160%;
  line-height: 21px;
  height: 42px;
  font-family: "bold";
}
.activity_list .activity_description {
  position: relative;
  overflow: hidden;
  font-size: 140%;
  line-height: 23px;
  max-height: 0;
  font-family: "light";
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.activity_list .activity_description:before {
  display: block;
  content: "";
  height: 15px;
}

@media (max-width: 1439px) {
  .activity_list a {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .activity_list li:nth-child(n+7) {
    height: 0;
  }
  .activity_list a {
    padding: 25px 20px;
    height: 260px;
  }

  .all_showed .activity_list li:nth-child(n+7) {
    height: 278px !important;
  }
}
@media (max-width: 991px) {
  .activity_section .section_title {
    margin-bottom: 20px;
  }
  .activity_section .more_button {
    margin-top: 20px;
  }

  .activity_list a {
    height: 240px;
  }
  .activity_list .activity_description {
    max-height: 84px;
  }
  .activity_list .activity_name {
    font-size: 150%;
    line-height: 20px;
    height: 40px;
  }
  .activity_list .activity_description {
    font-size: 130%;
    line-height: 20px;
    max-height: 75px !important;
  }

  .all_showed .activity_list li:nth-child(n+7) {
    height: 258px;
  }
}
@media (max-width: 767px) {
  .activity_list li:nth-child(n+5) {
    height: 0;
  }

  .all_showed .activity_list li:nth-child(n+5) {
    height: 258px !important;
  }
}
@media (max-width: 575px) {
  .activity_list a {
    padding: 20px;
    height: 200px;
  }
  .activity_list .icon_block {
    margin-bottom: 10px;
  }
  .activity_list .icon_block img {
    height: 40px;
  }
  .activity_list .activity_name {
    font-size: 140%;
  }
  .activity_list .activity_description {
    font-size: 120%;
    line-height: 16px;
    max-height: 60px !important;
  }
  .activity_list .activity_description:before {
    height: 12px;
  }

  .all_showed .activity_list li:nth-child(n+5) {
    height: 218px !important;
  }
}
@media (max-width: 479px) {
  .activity_list {
    display: block;
  }
  .activity_list li {
    max-width: 100%;
  }
  .activity_list .activity_name {
    height: auto;
  }
}
.improvments {
  position: relative;
  padding: 170px 0;
}
.improvments:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100vw;
  background: url("images/svg/scheme.svg") no-repeat;
  background-size: 100% auto;
  background-position: center;
  right: 75%;
  bottom: 40%;
  opacity: 0.02;
}
.improvments .custom_container {
  position: relative;
  z-index: 2;
}
.improvments .section_title {
  position: absolute;
  top: 20px;
  left: 20px;
}
.improvments .images_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding-left: 25%;
}
.improvments .images_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.improvments .images_slider .slide_block:before {
  display: block;
  padding-bottom: 65%;
  content: "";
}
.improvments .images_slider .slick-dots {
  width: 66.67%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.improvments .images_slider .slick-dots li {
  padding: 0 6px;
}
.improvments .images_slider .slick-dots li.slick-active button {
  opacity: 1;
  cursor: default;
}
.improvments .images_slider .slick-dots button {
  border: none;
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #292929;
  opacity: 0.5;
}
.improvments .images_slider .slick-dots button:hover {
  opacity: 0.8;
}
.improvments .info_slider {
  position: absolute;
  left: 20px;
  right: 50%;
  top: 95px;
  background: #ffffff;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}
.improvments .info_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.improvments .info_slider .slide_inner {
  height: 470px;
  padding: 90px 70px 90px 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.improvments .info_slider .slide_inner:before {
  display: block;
  content: "";
  position: absolute;
  width: 85%;
  height: 120%;
  background: url("images/svg/scheme.svg") no-repeat;
  background-size: 100% auto;
  background-position: top center;
  left: -18%;
  top: 17%;
  opacity: 0.04;
}
.improvments .info_slider .slide_inner * {
  position: relative;
  z-index: 2;
}
.improvments .info_slider .slick-arrow {
  position: absolute;
  border: none;
  bottom: 0;
  right: 0;
  font-size: 0;
  color: #2B2D31;
  border-radius: 0 2px 2px 0;
  width: 70px;
  height: 55px;
  z-index: 2;
  background: transparent;
}
.improvments .info_slider .slick-arrow:hover {
  color: #ffffff;
  background: #f1621e;
}
.improvments .info_slider .slick-arrow:before {
  display: block;
  content: "";
  font-size: 1.9rem;
}
.improvments .info_slider .slick-arrow.slick-prev {
  margin-right: 70px;
}
.improvments .info_slider .news_title {
  font-size: 240%;
  line-height: 32px;
  font-family: "bold";
  color: inherit;
  max-height: 128px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.improvments .info_slider .news_description {
  font-size: 140%;
  line-height: 24px;
  max-height: 48px;
  position: relative;
  overflow: hidden;
}
.improvments .info_slider .news_link {
  display: inline-block;
  margin-top: 20px;
  font-size: 130%;
  line-height: 17px;
  color: #f1621e;
  font-family: "bold";
}
.improvments .hovered .combo_link {
  opacity: 0.7;
}
@media (max-width: 1439px) {
  .improvments .info_slider .slide_inner {
    height: 380px;
    padding: 60px 40px 60px 25px;
    position: relative;
    overflow: hidden;
  }
  .improvments .info_slider .slide_inner * {
    position: relative;
    z-index: 2;
  }
  .improvments .info_slider .news_title {
    font-size: 210%;
  }
}
@media (max-width: 1199px) {
  .improvments {
    padding: 120px 0;
  }
  .improvments .info_slider {
    top: 70px;
  }
  .improvments .info_slider .slide_inner {
    padding: 40px 20px;
    height: 300px;
  }
  .improvments .info_slider .news_title {
    font-size: 180%;
    line-height: 25px;
    max-height: 100px;
  }
  .improvments .info_slider .news_description {
    line-height: 20px;
    max-height: 60px;
  }
  .improvments .info_slider .slick-arrow {
    width: 55px;
    height: 49px;
  }
  .improvments .info_slider .slick-arrow.slick-prev {
    margin-right: 55px;
  }
  .improvments .images_slider {
    padding-left: 33.3%;
  }
  .improvments .images_slider .slick-dots {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .improvments {
    padding: 80px 0;
  }
  .improvments .info_slider .slide_inner {
    padding: 20px;
    height: 280px;
  }
  .improvments .info_slider .news_title {
    font-size: 160%;
    line-height: 24px;
    max-height: 120px;
  }
  .improvments .info_slider .news_description {
    font-size: 130%;
    line-height: 18px;
    max-height: 54px;
  }
}
@media (max-width: 959px) {
  .improvments .info_slider {
    top: auto;
    bottom: -15px;
  }
  .improvments .info_slider .slick-arrow {
    height: 39px;
    width: 45px;
  }
  .improvments .info_slider .slick-arrow.slick-prev {
    margin-right: 45px;
  }
  .improvments .info_slider .slick-arrow:before {
    font-size: 1.5rem;
  }
  .improvments .images_slider .slick-dots {
    margin-top: 15px;
    width: 100%;
    justify-content: flex-end;
    margin-left: 6px;
  }
}
@media (max-width: 767px) {
  .improvments {
    padding: 40px 0;
  }
  .improvments .info_slider {
    bottom: 0;
    right: 20px;
    background: transparent;
  }
  .improvments .info_slider .slide_block {
    vertical-align: bottom;
    float: none;
  }
  .improvments .info_slider .slide_inner {
    height: auto;
    background: rgba(255, 255, 255, 0.7);
  }
  .improvments .info_slider .news_title {
    max-height: 72px;
    margin-bottom: 15px;
  }
  .improvments .info_slider .slick-arrow {
    background: #2B2D31;
    color: #ffffff;
  }
  .improvments .images_slider {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .improvments .info_slider .news_title {
    line-height: 22px;
    max-height: 88px;
    margin-bottom: 10px;
  }
  .improvments .info_slider .news_description,
.improvments .info_slider .news_link {
    display: none;
  }
  .improvments .info_slider .slick-arrow {
    height: 29px;
    width: 35px;
    padding: 0;
  }
  .improvments .info_slider .slick-arrow:before {
    font-size: 1.3rem;
  }
  .improvments .info_slider .slick-arrow.slick-prev {
    margin-right: 35px;
  }
}
@media (max-width: 479px) {
  .improvments .info_slider {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .improvments .info_slider .slide_inner {
    height: 150px;
    background: #ffffff;
  }
}
@media (max-width: 399px) {
  .improvments .info_slider .news_title {
    font-size: 140%;
    line-height: 20px;
    max-height: 100px;
    color: #292929;
  }
}

.contacts_section {
  padding: 50px 0 120px;
}
.contacts_section .tab_section {
  margin-top: 45px;
}
.contacts_section .tab_buttons {
  margin: 0 -9px;
}
.contacts_section .tab_buttons a {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #f8f8f8;
  color: rgba(41, 41, 41, 0.7);
  font-family: "bold";
  font-size: 180%;
  line-height: 24px;
  padding: 10px 20px;
}
.contacts_section .tab_buttons a:hover {
  background: #ededed;
  color: #292929;
}
.contacts_section .tab_buttons a.selected {
  background: #3e3b40;
  color: #ffffff;
  cursor: default;
}
.contacts_section .tabs_container {
  background: #3e3b40;
}
.contacts_section .tab_block {
  width: 100%;
  height: 0;
  opacity: 0;
  position: relative;
  overflow: hidden;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.contacts_section .tab_block.selected {
  z-index: 5;
  opacity: 1;
  height: auto;
}
.contacts_section .tab_inner {
  padding: 35px 20px;
  max-width: 1220px;
  margin: 0 auto;
}
.contacts_section .faq_list li {
  padding-bottom: 20px;
}
.contacts_section .faq_list li:nth-child(n+6) {
  display: none;
}
.contacts_section .faq_list .drop_button {
  display: flex;
  padding: 10px 35px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 160%;
  line-height: 21px;
  min-height: 86px;
  font-family: "bold";
  color: #292929;
  background: #ffffff;
}
.contacts_section .faq_list .drop_button:hover {
  background: #ededed;
}
.contacts_section .faq_list .drop_button:after {
  color: inherit;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-right: 5px;
  margin-left: 70px;
  border-width: 7px 4px 0;
  width: 9px;
  height: 7px;
  content: "";
}
.contacts_section .faq_list .drop_element {
  display: none;
  padding: 0 120px 35px 35px;
  background: #ffffff;
  color: #818181;
  font-size: 160%;
  line-height: 24px;
}
.contacts_section .faq_list .drop_element a {
  color: #292929;
}
.contacts_section .faq_list .drop_element a:hover {
  color: #f1621e;
}
.contacts_section .faq_list .drop_element:before {
  display: block;
  content: "";
  height: 1px;
  background: #000000;
  margin-bottom: 35px;
  opacity: 0.1;
}
.contacts_section .more_button {
  display: block;
  float: right;
  margin-top: 12px;
  font-size: 130%;
  line-height: 17px;
  color: #f1621e;
  font-family: "bold";
}
.contacts_section .more_button:hover {
  color: rgba(241, 98, 30, 0.7);
}
.contacts_section .consulting_info {
  font-size: 160%;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 20px;
}
.contacts_section .consulting_info a {
  color: #f1621e;
}
.contacts_section .consulting_info a:hover {
  color: rgba(241, 98, 30, 0.7);
}
.contacts_section .contacts_list {
  color: #ffffff;
}
.contacts_section .contacts_list > li {
  padding-bottom: 35px;
  margin: 0 -20px;
}
.contacts_section .contacts_list > li:nth-child(n+3) {
  display: none;
}
.contacts_section .partition_name {
  font-size: 180%;
  line-height: 24px;
  font-family: "bold";
  margin-bottom: 25px;
  padding: 0 20px;
}
.contacts_section .units_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contacts_section .units_list > li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 45px;
}
.contacts_section .units_list .name_block {
  font-size: 160%;
  line-height: 21px;
  font-family: "bold";
  margin-bottom: auto;
}
.contacts_section .units_list .phone_info,
.contacts_section .units_list .address_info,
.contacts_section .units_list .mail_link {
  font-size: 120%;
  line-height: 16px;
  display: flex;
  margin-top: 15px;
  align-items: flex-start;
  color: inherit;
}
.contacts_section .units_list .phone_info:before,
.contacts_section .units_list .address_info:before,
.contacts_section .units_list .mail_link:before {
  display: block;
  margin-right: 15px;
  font-size: 133.3%;
  color: #f1621e;
}
.contacts_section .units_list .mail_link {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contacts_section .units_list .mail_link:hover {
  color: #f1621e;
}
.contacts_section .branches_tab .name_block {
  padding-bottom: 10px;
}
.contacts_section .branches_tab .units_list {
  justify-content: space-between;
}
.contacts_section .branches_tab .units_list li {
  max-width: 390px;
}
.contacts_section .contacts_tab .units_list li {
  position: relative;
  padding-left: 38px;
  max-width: 360px;
}
.contacts_section .contacts_tab .units_list li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 3px;
  height: 100%;
  background: #f1621e;
}
.contacts_section .hotline_block {
  display: inline-flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  font-size: 240%;
  font-family: "bold";
  color: #ffffff;
  background: #f1621e;
}
.contacts_section .hotline_block span {
  display: block;
  padding: 0 10px;
}
.contacts_section .main_phone {
  margin-top: 65px;
  font-size: 220%;
  line-height: 27px;
  color: #ffffff;
  font-family: "bold";
  display: flex;
  flex-wrap: wrap;
}
.contacts_section .main_phone span {
  white-space: nowrap;
}
.contacts_section .main_phone span:first-child {
  margin-right: 15px;
}
.contacts_section .main_phone + .contacts_list {
  margin-top: 70px;
}
@media (max-width: 1439px) {
  .contacts_section .hotline_block {
    font-size: 220%;
  }
  .contacts_section .main_phone {
    font-size: 200%;
  }
  .contacts_section .tab_buttons a,
.contacts_section .partition_name {
    font-size: 160%;
    line-height: 21px;
  }
  .contacts_section .faq_list .drop_button,
.contacts_section .units_list .name_block {
    font-size: 150%;
    line-height: 20px;
  }
  .contacts_section .faq_list .drop_element,
.contacts_section .consulting_info {
    font-size: 140%;
  }
}
@media (max-width: 1199px) {
  .contacts_section {
    padding: 0 0 80px;
  }
  .contacts_section .branches_tab .units_list .name_block {
    height: 36px;
  }
  .contacts_section .units_list .phone_info:before,
.contacts_section .units_list .mail_link:before,
.contacts_section .units_list .address_info:before {
    margin-right: 7px;
  }
  .contacts_section .tab_buttons a {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .contacts_section {
    padding-bottom: 40px;
  }
  .contacts_section .tab_section {
    margin-top: 20px;
  }
  .contacts_section .tab_buttons {
    margin: 0;
  }
  .contacts_section .tab_buttons li {
    padding: 0;
  }
  .contacts_section .tab_buttons a {
    height: 60px;
    padding: 10px 15px;
    font-size: 150%;
    line-height: 19px;
  }
  .contacts_section .tab_inner {
    padding: 30px 20px;
  }
  .contacts_section .faq_list .drop_button {
    font-size: 140%;
    line-height: 18px;
    min-height: 60px;
    padding: 10px 20px;
    background: #ffffff !important;
  }
  .contacts_section .faq_list .drop_button:after {
    margin-right: 0;
    margin-left: 40px;
  }
  .contacts_section .faq_list .drop_element {
    padding: 0 20px 20px;
  }
  .contacts_section .faq_list .drop_element:before {
    margin-bottom: 15px;
  }
  .contacts_section .hotline_block {
    height: 40px;
    padding: 0 20px;
    font-size: 200%;
  }
  .contacts_section .main_phone {
    margin-top: 30px;
    font-size: 180%;
    line-height: 24px;
  }
  .contacts_section .main_phone + .contacts_list {
    margin-top: 40px;
  }
  .contacts_section .contacts_list > li {
    padding-bottom: 20px;
  }
  .contacts_section .units_list li {
    width: 50%;
    margin-bottom: 40px;
  }
  .contacts_section .units_list .name_block {
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .contacts_section .tab_buttons {
    display: none;
  }
  .contacts_section .tab_block {
    height: auto;
    opacity: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f8f8;
  }
  .contacts_section .tab_block:first-child {
    border: none;
  }
  .contacts_section .tab_block.selected {
    cursor: default;
  }
  .contacts_section .tab_block.selected .mob_tab_button {
    background: #3e3b40;
    color: #ffffff;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .contacts_section .tab_block.selected .mob_tab_button:after {
    content: "-";
  }
  .contacts_section .tab_inner {
    display: none;
    background: #3e3b40;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .contacts_section .tab_section {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contacts_section .tabs_container {
    background: transparent;
  }
  .contacts_section .mob_tab_button {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: rgba(41, 41, 41, 0.7);
    font-family: "bold";
    font-size: 180%;
    line-height: 24px;
    padding: 10px 20px;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .contacts_section .mob_tab_button:after {
    display: block;
    width: 10px;
    text-align: center;
    content: "+";
    margin-left: 5px;
    line-height: inherit;
  }
}
@media (max-width: 575px) {
  .contacts_section .units_list li {
    width: 100%;
  }
  .contacts_section .branches_tab .units_list .name_block {
    height: auto;
    padding-bottom: 0;
  }
  .contacts_section .hotline_block {
    padding: 0 10px;
    font-size: 180%;
  }
  .contacts_section .main_phone {
    font-size: 160%;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .contacts_section .mob_tab_button {
    font-size: 160%;
    padding: 10px;
    line-height: 20px;
    height: 50px;
  }
  .contacts_section .tab_section {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.improvments .images_slider .slick-dots button, .improvments .combo_link {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.main_section .title_block a, .news_list .news_link, .improvments .info_slider .news_link, .contacts_section .faq_list .drop_element a, .contacts_section .more_button, .contacts_section .consulting_info a, .contacts_section .units_list .mail_link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contacts_section .faq_list .drop_button {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.main_section .more_button, .news_section .more_button, .news_list .news_block img, .news_list .block_inner, .activity_section .more_button, .activity_list a, .activity_list .icon_block img, .improvments .info_slider .slick-arrow, .contacts_section .tab_buttons a, .contacts_section .faq_list .drop_button:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=index.css.map */
