/*
 * Подключаемые классы
 */
@import url('../fonts/NLFONTS/stylesheet.css');
* {
  font-family: 'NLFONTS', sans-serif;
  box-sizing: border-box;
  outline: none !important;
}
html {
  font-size: 13px;
  font-weight: 300;
}
body {
  background: #f8f8f8;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
}
.bs_header_big_mobile {
  display: none !important;
}
.link {
  color: #0ad1c9;
}
.text-underline {
  text-decoration: underline;
}
.btn {
  display: inline-flex;
  background: radial-gradient(119.87% 141.67% at 50% 100%, #0ad1c9 0%, #056b67 100%);
  color: #fff;
  height: 48px;
  line-height: 1;
  padding: 0 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
.btn.btn_border {
  background: transparent;
  border: 2px #0ad1c9 solid;
  color: #0ad1c9;
}
.btn.btn_border:hover {
  border: 2px #0ad1c9 solid;
  color: #0ad1c9;
}
.btn.btn_border_white {
  background: transparent;
  border: 2px #fff solid;
  color: #fff;
}
.btn.btn_border_white:hover {
  border: 2px #fff solid;
  color: #fff;
}
.section_region {
  margin-top: 65px;
}
header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}
header .header_row {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .header_row .view_nav_mobile {
  display: none;
}
header .header__logo {
  display: block;
}
header .header__logo img {
  width: auto;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  display: block;
}
header .header__logo img.logo_white {
  display: block;
}
header .header__logo img.logo_black {
  display: none;
}
header .header__nav {
  display: flex;
  width: 100%;
  margin: 0 10rem;
  justify-content: center;
  align-items: center;
  flex-flow: nowrap row;
  font-size: 0.85rem;
  gap: 2rem;
}
header .header__nav a {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}
header .header__nav a:hover {
  color: var(--color-main);
}
header .header__soc {
  display: flex;
  flex-flow: nowrap row;
}
header .header__soc a {
  display: block;
  margin-left: 1rem;
}
header .header__soc a:first-child {
  margin-left: 0;
}
header .header__soc svg {
  width: 1.5rem;
  height: auto;
}
header .header__btn .btn {
  height: 2.5rem;
  padding: 0 1.5rem;
  font-size: 12px;
  border-width: 1px;
}
header .header__btn .btn:hover {
  border-width: 1px;
}
header.header_scroll {
  position: fixed;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
header.header_scroll .header__btn .btn {
  border-color: var(--color-black-light);
  color: var(--color-black-light);
  border-width: 1px;
}
header.header_scroll .header__btn .btn:hover {
  color: #0ad1c9;
  border-color: #0ad1c9;
  border-width: 1px;
}
header.header_scroll .header__logo img.logo_white {
  display: none;
}
header.header_scroll .header__logo img.logo_black {
  display: block;
}
header.header_scroll .header__nav a {
  color: var(--color-black-light);
}
.main_wrapper_small {
  padding: 0 65px;
}
h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
}
h1 span {
  color: #0ad1c9;
}
h2 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.nav_mobile {
  display: none;
  position: fixed;
  top: 0;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: -100vw;
  width: 100%;
  z-index: 8;
  background: #fff;
  height: 100vh;
  overflow: auto;
}
.nav_mobile .header__btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  width: auto;
}
.nav_mobile .header__btn .btn {
  width: 100%;
}
.nav_mobile .header__nav {
  padding: 5rem 2rem 0 2rem;
}
.nav_mobile .header__nav a {
  display: block;
  border-bottom: 1px var(--color-grey) solid;
  padding: 0.7rem 0;
  color: var(--color-black);
  text-decoration: none;
}
.nav_mobile .header__nav a:hover {
  color: var(--color-main-dark);
}
.nav_mobile .header__nav a:last-child {
  border-bottom: none;
}
.region_header {
  position: relative;
  background: #0ad1c9;
  color: #fff;
}
.region_header .region_header_pic {
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.region_header .region_header_pic:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-image: linear-gradient(112deg, var(--color-blue_0), var(--color-blue_100));
}
.region_header .region_header_name {
  display: flex;
  height: 700px;
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  background-image: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.7) 20%, var(--color-blue_40));
  position: relative;
  z-index: 1;
}
.region_header .region_header_h_block_name {
  margin-top: 136px;
}
.region_header .region_cont_mobile {
  display: none;
}
.region_header .region_cont {
  position: absolute;
  bottom: 65px;
  left: 65px;
  display: flex;
  flex-flow: nowrap row;
  z-index: 6;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}
.region_header .region_cont .r_soc {
  display: flex;
  gap: 10px;
}
.region_header .region_cont .r_soc a:hover svg path {
  fill: #0ad1c9;
}
.region_header .region_cont .r_soc svg {
  width: auto;
  height: 30px;
}
.region_header .region_cont .r_soc svg path {
  fill: #fff;
}
.region_header .region_cont a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-flow: nowrap row;
  white-space: nowrap;
  align-items: self-start;
}
.region_header .region_cont svg {
  width: auto;
  height: 1.2rem;
}
.region_header .region_cont .r_addr .svg {
  width: 25px;
  display: block;
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.region_header .region_cont .r_addr svg path {
  fill: #fff;
}
.region_cont__item {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.region_cont__item a {
  color: var(--color-black);
  text-decoration: none;
}
.region_cont__item a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.region_cont__item a.small {
  color: var(--color-main);
}
.region_cont__item a.small:hover {
  color: var(--color-main-dark);
}
.region_cont__item img {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.section_white_box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 65px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.section_white_box .region_join_txt {
  width: 400px;
  max-width: 45%;
  line-height: 1.25;
}
.section_white_box .region_join_btn {
  width: 400px;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section_white_box .region_join_btn .btn {
  display: flex;
}
.regions_carts_list {
  position: relative;
}
.owl-carousel {
  margin: 0;
  position: relative;
}
.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
  flex-flow: nowrap row;
}
.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  opacity: 0;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-item .item {
  width: 100%;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
.owl-carousel .owl-nav button span {
  font-size: 2.5rem;
  padding: 0;
  margin: 0;
  display: flex;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.3rem;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -65px;
  background-image: linear-gradient(to left, rgba(248, 248, 248, 0), #f8f8f8);
}
.owl-carousel .owl-nav button.owl-next {
  right: -65px;
  width: 240px;
  justify-content: flex-end;
  background-image: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8);
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}
.page_region_news_vk {
  overflow: hidden;
}
.page_region_news_vk .dep_region_list_box {
  margin: 0;
}
.page_region_news_vk .dep_region_list_box .item {
  padding-right: 15px;
  display: block;
  position: relative;
}
.page_region_news_vk .dep_region_list_box .item .inner {
  width: 300px;
  background: #fff;
  display: block;
  height: 100%;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.page_region_news_vk .dep_region_list_box .item .img {
  position: relative;
  display: block;
}
.page_region_news_vk .dep_region_list_box .item .img .img_inner {
  background-position: center center;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  display: block;
  background-image: url(/files/newsImg/00.jpg?1);
  background-color: #eee;
}
.page_region_news_vk .dep_region_list_box .item .position {
  padding: 20px 20px 50px;
  display: block;
}
.page_region_news_vk .dep_region_list_box .item .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.cursor_pointer {
  cursor: pointer;
}
.region_deps {
  overflow: hidden;
}
.region_deps .dep_region_list_box {
  margin: 0;
}
.region_deps .dep_region_list_box .item {
  padding-right: 15px;
  display: block;
  position: relative;
}
.region_deps .dep_region_list_box .item .inner {
  width: 300px;
  background: #fff;
  display: block;
  height: 100%;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.region_deps .dep_region_list_box .item .img {
  position: relative;
  display: block;
  background: radial-gradient(119.87% 141.67% at 50% 100%, #0ad1c9 0%, #056b67 100%);
}
.region_deps .dep_region_list_box .item .img .img_inner {
  background-position: top center;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.region_deps .dep_region_list_box .item .name {
  font-weight: 500;
  display: block;
  padding-bottom: 1rem;
  font-size: 18px;
  line-height: 1.15;
}
.region_deps .dep_region_list_box .item .position {
  padding: 20px 20px 50px;
  display: block;
}
.region_deps .dep_region_list_box .item .link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.section_region_staff .region_cont,
.section_region_staff .regions_carts_list {
  width: 100%;
}
.section_region_staff h3 {
  margin-bottom: 40px;
}
.section_region_staff .cont_flex_box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section_region_staff .cont_flex_box .region_cont__item {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.section_region_staff .cont_flex_box .region_cont__item img {
  width: 15px;
  height: auto;
}
.section_region_staff .cont_flex_box .region_cont__item.region_cont__item_no_icon {
  padding-left: 0;
}
.footem_main_block {
  margin-top: 65px;
}
.footem_main_block footer {
  padding-top: 65px;
  padding-bottom: 25px;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.footem_main_block .footer__soc_mobile_box {
  display: none;
}
.footem_main_block img,
.footem_main_block svg {
  max-height: 100px;
}
.footem_main_block .logo img {
  height: 50px;
}
.footem_main_block .logo .btn {
  display: none;
}
.footem_main_block .logo .logo_desc {
  margin-top: 1rem;
}
.footem_main_block .footer__nav {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 5px;
}
.footem_main_block .footer__nav a {
  color: var(--color-black_100);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
.footem_main_block .footer_address .name {
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.6;
}
.footem_main_block .footer_btn_join {
  margin-top: 20px;
}
.footem_main_block .footer_btn_join .btn {
  height: 2.5rem;
  padding: 0 1.5rem;
  font-size: 12px;
}
.footem_main_block .footer_phone {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
}
.footem_main_block .footer_phone a {
  color: var(--color-black_100);
  text-decoration: none;
}
.footem_main_block .footer_phone a:hover {
  color: #0ad1c9;
  text-decoration: none;
}
.footem_main_block .footer_phone .footer_phone_number {
  font-size: 33px;
  line-height: 1;
}
.footem_main_block .footer_phone .footer_email {
  font-size: 33px;
  line-height: 1;
}
.footem_main_block .footer__soc {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  margin-top: 10px;
}
.footem_main_block .footer__soc a {
  display: flex;
  width: 50px;
  height: 50px;
  background: radial-gradient(119.87% 141.67% at 50% 100%, #0ad1c9 0%, #056b67 100%);
  align-items: center;
  justify-content: center;
  color: #fff;
}
.footem_main_block .footer__soc a:hover {
  opacity: 0.9;
}
.footem_main_block .footer__soc a svg {
  width: 34px;
  height: 34px;
}
.footer_copy {
  text-align: center;
  font-weight: 500;
  opacity: 0.7;
  padding-top: 25px;
}
@media screen and (max-width: 1400px) {
  .footem_main_block .footer_phone .footer_phone_number,
  .footem_main_block .footer_phone .footer_email {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .footem_main_block .footer_phone .footer_phone_number,
  .footem_main_block .footer_phone .footer_email {
    font-size: 20px;
  }
  .footem_main_block .footer__nav {
    flex-flow: wrap;
    gap: 15px;
  }
  .footem_main_block .footer_btn_join {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .footem_main_block footer {
    font-size: 12px;
  }
  .footem_main_block .footer__nav a {
    font-size: 11px;
  }
  .main_wrapper_small {
    padding-left: 35px;
    padding-right: 35px;
  }
  .section_white_box {
    padding: 35px;
  }
  header .header__nav {
    margin: 0;
  }
  .footer_cont_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 65px;
    padding-top: 65px;
    border-top: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .footer_cont_box .footer__soc {
    margin: 0;
  }
  .footer_cont_box .footer__soc a {
    height: 44px;
    width: 44px;
  }
  .footer_cont_box .footer__soc a svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footem_main_block footer {
    font-size: 13px;
  }
  .footem_main_block .footer__nav {
    margin: 20px 0;
    flex-flow: column;
  }
  .footem_main_block .footer__nav a {
    font-size: 13px;
  }
  .footer_cont_box {
    border: none;
    margin-top: 20px;
    padding: 0;
    flex-direction: column;
    justify-content: left;
    justify-items: left;
  }
  .footem_main_block {
    width: 100%;
  }
  .footem_main_block .footer_phone {
    width: 100%;
    text-align: left;
  }
  .footem_main_block .footer__soc {
    width: 100%;
    justify-content: left;
    justify-items: left;
  }
  .footer_copy {
    text-align: left;
  }
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  header .header__btn .btn {
    height: 27px;
    padding: 0 12px;
    font-size: 10px;
    border-width: 1px;
  }
  header .header__nav {
    gap: 10px;
  }
  header .header__nav a {
    font-size: 10px;
  }
  .region_header .region_header_h_block_name {
    margin-top: 90px;
  }
  .region_header .region_cont {
    left: 35px;
    bottom: 35px;
  }
  .btn {
    font-size: 11px;
    padding: 0 15px;
    height: 35px;
  }
  .section_region {
    margin-top: 35px;
  }
  .section_region_join .section_white_box {
    flex-direction: column;
  }
  .section_region_join .section_white_box .region_join_btn,
  .section_region_join .section_white_box .region_join_txt {
    width: auto;
    max-width: none;
  }
  .section_region_join .section_white_box .region_join_btn {
    flex-direction: row;
    margin-top: 20px;
  }
  .section_region_join .section_white_box .region_join_btn .btn {
    width: 100%;
    padding: 0;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
  .owl-carousel .owl-nav button span {
    width: 35px;
    height: 35px;
  }
  .section_region_staff h3 {
    margin-bottom: 20px;
  }
  .section_region_staff .region_cont .row {
    gap: 1rem;
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 3vw;
  }
  .btn {
    font-size: 0.8rem;
    height: 2.5rem;
  }
  h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  .main_wrapper_small {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header .header_row .view_nav_mobile {
    font-size: 2rem;
  }
  header .header__btn .btn {
    height: 2.25rem;
    padding: 0 1rem;
  }
  header .header__nav {
    position: absolute;
    top: 4.5rem;
    background: #111;
    width: 100%;
    height: calc(100vh - 4.5rem);
    left: 0;
    display: none;
    flex-direction: column;
    gap: 30px;
    border-top: 1px rgba(255, 255, 255, 0.3) solid;
    padding-bottom: env(safe-area-inset-bottom);
  }
  header .header__nav a {
    font-size: 1.5rem;
  }
  header .header_row {
    justify-content: left;
  }
  header .header_row .header__logo {
    width: 100%;
    order: -1;
  }
  header .header_row .header__btn {
    order: 1;
  }
  header .header_row .view_nav_mobile {
    display: flex;
    font-size: 23px;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-items: center;
    justify-content: center;
    order: 2;
  }
  header .header_row .view_nav_mobile i {
    display: block;
    width: 2.5rem;
    text-align: right;
  }
  header .header_row .view_nav_mobile .bi-x {
    display: none;
  }
  .active_nav_mobile header {
    background: #111;
  }
  .active_nav_mobile header .header__nav {
    display: flex;
  }
  .active_nav_mobile header .header_row .view_nav_mobile .bi-list {
    display: none;
  }
  .active_nav_mobile header .header_row .view_nav_mobile .bi-x {
    display: block;
  }
  .region_header .region_header_name {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .region_header .region_cont {
    left: 0;
    bottom: 0;
    padding: 2rem;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom) + env(safe-area-inset-bottom));
    width: 100%;
    white-space: normal;
  }
  .region_header .region_cont a {
    white-space: normal;
  }
  .region_header .region_cont a span {
    white-space: normal;
  }
  .page_region_news_vk .dep_region_list_box .item {
    padding-right: 1rem;
  }
  .page_region_news_vk .dep_region_list_box .item .inner {
    width: 25rem;
  }
  .page_region_news_vk .dep_region_list_box .item .position {
    padding: 2rem 2rem 6rem 2rem;
    font-size: 1rem;
  }
  .page_region_news_vk .dep_region_list_box .item .link {
    left: 2rem;
    bottom: 2rem;
  }
  .section_white_box {
    padding: 2rem;
  }
  .section_region {
    margin-top: 2rem;
  }
  .region_deps .dep_region_list_box .item {
    padding-right: 1rem;
  }
  .region_deps .dep_region_list_box .item .inner {
    width: 25rem;
  }
  .region_deps .dep_region_list_box .item .position {
    padding: 2rem 2rem 6rem 2rem;
    font-size: 1rem;
  }
  .region_deps .dep_region_list_box .item .name {
    font-size: 1.25rem;
  }
  .section_region_staff h3 {
    margin-bottom: 1.5rem;
  }
  .footem_main_block {
    margin-top: 2rem;
  }
  .footem_main_block footer {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }
  .footem_main_block .footer_address .name {
    margin-bottom: 0.5rem;
  }
  .footem_main_block .footer_phone .footer_phone_number,
  .footem_main_block .footer_phone .footer_email {
    font-size: 1.5rem;
  }
  .footem_main_block .logo img {
    height: 3rem;
  }
  .footer_cont_box .footer__soc a {
    width: 3rem;
    height: 3rem;
  }
  .footer_cont_box .footer__soc a svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/*# sourceMappingURL=style_region_new.css.map */