:root{--blue:#364e65;--red:#FF5C34;--all:#333;--link:#1e4061;--back:#f7f7f7;}
html {font-size: 15px;}
body {font-size: 1rem; line-height: 1.8rem; color: var(--all); background: #f5f7f9;}
H1
{
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: bold;
  display: block;
  width: 80%;
  margin-top: 10px;
}
H2
{
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  display: block;
  width: 70%;
  margin-top: 20px;

}
H3
{
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  display: block;
  width: 70%;
  margin-top: 30px;
}
H4
{
  font-size: 1.2rem;
  line-height: 1.7rem;
   font-weight: bold;
   margin: 10px 0 10px 0;
   display: block;
   margin-top: 35px;
 }
H2.info {margin-top: 0px;}
H3.info {margin-top: 0px;}
p {width: 95%; font-size: 1rem; line-height: 2rem;}
.p_eda {margin-top: 0px; font-size: 1rem; }
a {color: #364E65; text-decoration: underline; background-color: transparent;}
a:hover {color: #364E65; text-decoration: none;}
.h2_eda
{
  padding-bottom: 15px;
  padding-top: 10px;
}
.h3_link
{
  color: #364E65;
  text-decoration: none;
  border-bottom: 1px dotted #364E65;
}
.h3_link:hover
{
  text-decoration: none;
  border-bottom: 1px dotted var(--red);
}
hr {margin-top: 10px;}

.menu_level_one
{

}
.top_hr
{
  height: 1px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.sec_menu_spin {height: 5px;}

.sec_menu_container
{
    overflow-x: scroll;
    scrollbar-width: none;
}
@media screen and (max-width: 1200px)
{
  .sec_menu_container
  {
    margin-left: -15px;
    margin-right: -39px;
  }
}
.sec_menu_container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.sec_menu
{
 /* margin-left: -17px;
 margin-right: -17px; */
 margin-top: 5px;
 margin-bottom: 5px;
}
.sec_menu a {
    background: #f7f7f7;
    padding: 3px 20px 3px 20px;
    border: none;
    color: #6c757d;
    text-decoration: none;
    white-space: nowrap;
    /* margin: 6px 5px 6px 5px; */
    margin-bottom: 5px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 4px;

}
.sec_menu a:hover {
    background: #e6e9ec;
}
.sec_menu .active {
    background: #ddd;
    box-shadow: 0px;
    color: #666;
}

.sec_menu_container2 {
    overflow-x: scroll;
    scrollbar-width: none;
}
@media screen and (max-width: 1200px)
{
  .sec_menu_container2
  {
    margin-left: -15px;
    margin-right: -40px;
  }
}


.sec_menu_container2::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.sec_menu2
{
}
.sec_menu2 a {
  background: #f7f7f7;
  padding: 3px 20px 3px 20px;
  border: none;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  /* margin: 6px 5px 6px 5px; */
  margin-bottom: 5px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 4px;

}
.sec_menu2 a:hover {
background: #e6e9ec;
}
.sec_menu2 .active
{
  background: #ddd;
  box-shadow: 0px;
  color: #666;
}
.sec_menu_container3
{
    overflow-x: scroll;
    scrollbar-width: none;
}
@media screen and (max-width: 1200px)
{
  .sec_menu_container3
  {
    margin-left: -15px;
    margin-right: -24px;
  }
}


.sec_menu_container3::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.sec_menu3
{

}
.sec_menu3 a
{
  background: #f7f7f7;
  padding: 3px 20px 3px 20px;
  border: none;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  /* margin: 6px 5px 6px 5px; */
  margin-bottom: 5px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 4px;

}
.sec_menu3 a:hover {
background: #e6e9ec;
}
.sec_menu3 .active {
  background: #ddd;
  box-shadow: 0px;
  color: #666;
}
.top_bread
{
    margin-top: 5px;
};

.bread_link_ico
{
  fill: #364e65;
  margin-top: -3px;
}
.container {max-width: 1220px;}

.hide_sub
{
  display: none;
}
.show_sub
{
  display: block;
}

.table_all
{
  width: 100%;
  margin-bottom: 10px;
}
.table_all tr
{
  border-bottom: 1px solid #eee;
  height: 50px;
}
.td-one
{
  width: 75%;
  text-align: left;
}
.td-two
{
  width: 25%;
  text-align: right;
  line-height: 1.7rem;
}
.td-one-50
{
  width: 50%;
  text-align: left;
}
.td-two-50
{
  width: 50%;
  text-align: right;
  line-height: 1.7rem;
}
.td-one-full
{
  width: 100%;
  text-align: left;
}
.td-1
{
  width: 10%;
  text-align: left;
  border-right: 1px solid #eee;
  padding-right: 5px;
}
.td-2
{
  width: 35%;
  text-align: right;
  border-right: 1px solid #eee;
  padding-right: 5px;
}
.td-3
{
  width: 35%;
  text-align: right;
  border-right: 1px solid #eee;
  padding-right: 5px;
}
.td-4
{
  width: 20%;
  text-align: right;
}
.index_city
{
  font-weight: bold;
  padding-top: 10px;
  white-space: nowrap;
  font-size: 1.2rem;
}

.menu_button
{
  width: 115px;
  border-radius: 15px;
  margin-top: 7px;
  margin-bottom: 6px;
  padding: 8px 10px 5px 15px;
  cursor: pointer;
  background: #f7f7f7;
  float: left;
   display: none;
}

.menu_open
{
  color: #FF5C34;
  fill: #FF5C34;
  height: 30px;
  margin-top: -3px;
}

.menu_button:hover
{
  background: #f2f2f2;
}

.menu_span
{
  /* font-size: 15px; */
 font-weight: bold;
 margin-left: 3px;
 display: inline-block;
 color: #FF5C34;
}

.header_my
{
  background: #fff;
  padding: 0px 25px 0px 25px;
  margin: 0 auto;
  max-width: 1220px;
  margin-bottom: 4px;
  border: 1px solid #eee;
  border-radius: 15px;
  margin-top: 15px;
  transition: top 0.3s ease;
}
@media screen and (max-width: 1200px)
{
.header_my
{
/*  margin-right: 15px;
  margin-left: 15px; */
  margin-top: 0px;
  padding-left: 15px;
}
}
.header_my.fixx
{
  position: fixed;
  z-index: 9999;
  left: 50%;
  margin-left: -600px;
  width: 310px;
  margin-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 32px 0px;
  padding-right: 5px;
}
@media screen and (max-width: 1200px)
{
  .header_my.fixx
  {
    left: 15px;
    right: 0px;
    margin-left: 0px;
    width: 275px;
    padding-right: 0px;
  }
}
.header_my.fixx_open
{
  position: fixed;
  z-index: 9999;
  margin: 0 auto;
  max-width: 1220px;
  width: 1220px;
  left: 50%;
  margin-left: -600px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 12px 32px 0px;
  margin-top: 15px;
}
@media screen and (max-width: 1200px)
{
  .header_my.fixx_open
  {
    max-width: none;
    margin-left: auto;
    left: 15px;
    right: 15px;
    width: auto;
  }
}

.logo_col
{
  height: 55px;
  padding-left: 18px;
}
.div_menu
{
  padding: 0px 0px 14px 0px;
}

/* Слой размытия — блокирует все события мыши */
.blur-overlay
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 9997;
  /* Ключевое: блокируем все события мыши на этом слое и под ним */
  pointer-events: auto; /* Сам слой реагирует на клики (чтобы закрывать меню) */
}

/* Блокировка скролла на всём документе */
body.no-scroll {
  overflow: hidden;
        /* Фиксируем тело, чтобы не прыгало при убирании скролла */
  width: 100%;
  height: 100%;
}

.close_menu
{
  fill: #FF5C34;
  height: 40px;
  margin-top: 10px;
  cursor: pointer;
  display: none;
  float: right;
}
.close_menu:hover
{
  background: #f7f7f7;
}

.blur-overlay.active
{
  opacity: 1;
  visibility: visible;
}
.link_eshe
{
  margin-top: 30px;
}
.link_eshe_clear
{
  clear: both;
}
.link_eshe span
{
  display: block;
  font-weight:bold;
  margin-bottom: 15px;
}
.link_eshe a
{
  display: flex;
  float: left;
  align-items: center;          /* Вертикальное выравнивание текста */
  justify-content: flex-start; /* Горизонтальное выравнивание (слева) */
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .07);
  width: 45%;
  margin-right: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  border-radius: 12px;
  color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http%3A//www.w3.org/2000/svg' width='16' height='16' fill='Gainsboro' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 42px 42px;
  padding-left: 60px;
  padding-right: 30px;
  height: 65px;
  line-height: 1.5rem;
}
@media screen and (max-width: 1200px)
{
  .link_eshe a
    {
      width: 100%;
      height: auto;
      min-height: 65px;
      max-height: 80px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
}

.link_eshe a:hover
{
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http%3A//www.w3.org/2000/svg' width='16' height='16' fill='Gray' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707z'/%3E%3C/svg%3E");
}

.modal-backdrop
{
  z-index: 99;
}
.logo
{
  height: 19px;
  fill: #FF5C34;
  margin-top: 19px;
  float: left;
  margin-right: 12px;
}
@media screen and (max-width: 1200px)
{
  .logo
    {
      margin-top: 19px;
       height: 20px;
     }
}



.top_bread
{

}

.breadcrumbs {
  margin: 0;
  padding: 0;
}

.breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  /* Минимальная ширина — 100% контейнера */
  min-width: 100%;
  color: #6d6d6d;

}

.breadcrumbs-list li {
  display: flex;
  align-items: center;
  font-size: 13px;
  white-space: nowrap;
  line-height: 25px;
}

.breadcrumbs-list a {
  color: #6d6d6d;
  padding-bottom: 1px;
  line-height: 1rem;
  font-size: 13px;

}

.breadcrumbs-list a:hover {
  text-decoration: none;

}

/* Разделители между элементами */
.breadcrumbs-list li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: #6d6d6d;
  font-size: 0.9em;
}
.price_svg {height: 10px;margin-top: -1px;transition: transform 0.3s ease;}
.price_svg.active {transform: rotate(180deg); }

.spravka_svg {height: 10px;margin-top: -1px;transition: transform 0.3s ease;}
.spravka_svg.active {transform: rotate(180deg); }

.gos_svg {height: 10px;margin-top: -1px;transition: transform 0.3s ease;}
.gos_svg.active {transform: rotate(180deg); }

.docs_svg {height: 10px;margin-top: -1px;transition: transform 0.3s ease;}
.docs_svg.active {transform: rotate(180deg); }

.burg_kek
{
  width: 25px;
  fill: #fff;
  margin-top: 14px;
  cursor: pointer;
  float: right;
}
.burg_close
{
  width: 20px;
  fill: #364E65;
  margin-right: 8px;
  margin-top: 2px;
  cursor: pointer;
}
.menu_comp
{
  color: #fff;
  padding: 14px 17px 14px 17px;
  margin-left: -4px;

  text-decoration: none;
  font-weight: 400;
  line-height: 48px;
}
.menu_comp:hover
{
    background: #5884AF;
    color: #fff;
}
.menu_comp.active
{
    background: #fff;
    color: #364E65;
}
.search {margin-top: 15px; margin-bottom: 15px; margin-left: 0px; height: 20px;}
.search_ico {fill: #fff; height: 23px; margin-top: 12px;}
.nav_shadow
{
  background: #fff;
   -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.09);
   -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.09);
   box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.09);
   padding: 8px 15px 12px 25px;
}
.slogan
{
  -webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 0px,#000 0px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
   /* mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent); */

  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.open_menu_img
{
  width: 18px;
  padding-top: 0px;
  margin-right: 4px;
  margin-top: -3px;
}
.close_menu_img
{
  width: 15px;
  display: none;
  margin-right: 5px;
  margin-top: -2px;
}
.on_off_navvi {display: block; cursor: pointer; }
.on_off_navvi2 {display: block; cursor: pointer; }
.on_off_navvi_show {display: block;}
.new_menu
{
  display: none;
  color: #000;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
}
.new_menu2
{
  display: none;
  color: #000;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
}
.top_menu_padding {padding-top: 10px; padding-bottom: 10px; margin-left: -12px;}
.top_menu_a {font-size: 1rem; line-height: 2.2rem; color: #111111; padding: 0px; text-decoration: none; font-weight: normal;}
.top_menu_a:hover {text-decoration: none; border-bottom: 1px solid #364e65; color: #364e65;}

.top_menu_zag_trim {white-space: nowrap; overflow: hidden; width: 95%; margin-top: 13px; line-height: 1.9rem;}
.arrow_loc { width: 25px; margin-top: -3px; padding-right: 4px; }
.menu_collapse_padding {/* margin-left: 30px;*/}
.arrow_menu {width: 12px; margin-top: -3px; }
.top_menu_article {-webkit-column-count:2; -moz-column-count:2; column-count:2;}
.top_menu_a2
{
  font-size: 0.9rem;
  line-height: 1rem;
  color: #111111;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
}
.top_menu_a2.sublevel
{
  color: #555555;
  margin-left: 6px;
}

.top_menu_a2:hover {
  text-decoration: none;
  border-bottom: 1px solid #5f8db9;
  color: #5f8db9;}

.active_a2 {border-bottom: 1px solid #5f8db9; color: #5f8db9;}
.active_a2:hover {border: 0px;}
.mydrop-menu {padding-top: 10px;}
.dropdown-menu {padding: 20px;}
.dropdown-200 {width: 200px;}
.dropdown-250 {width: 250px;}
.dropdown-350 {width: 350px;}
.dropdown-400 {width: 400px;}
.fix_p_pogodam {margin-top: 0px;}
.menu_right_str {border-right: 1px solid #eee;}
.index_top_p
{
  margin-top: 30px;
}
.p_info
{
  margin-left: -120px;
  margin-right: -120px;
}
.info_block_link
{
  text-decoration: none;
  background: #eee;
  color: #444;
  padding: 2px 15px 2px 15px;
  margin-right: 5px;
  margin-top: 5px;
  height: 30px;
  display: inline-table;
  border-radius: 10px;
}
.info_block_link:hover
{
  color: #fff;
  background: #5f8db9;
}
.hr_info
{
  margin-left: -135px;
  margin-right: -135px;
  height: 17px;
  margin-top: 20px;
  background: #f5f7f9;
}

.zp_text, .close_text {display: none;}
.quote p {width: 40%; font-size: 0.9rem; line-height: 1.6rem; color: #adadad; }
.quote {margin-bottom: 0px; margin-top: 10px;}
.fix_first_quote {margin-top: 40px;}

.fix_link_all
{
  background: #f7f7f7;
  padding: 3px 20px 3px 20px;
  border: none;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  /* margin: 6px 5px 6px 5px; */
  margin-bottom: 5px;
  margin-top: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 4px;

}
.fix_link_all:hover
{
  text-decoration: none;
  background: #e6e9ec;
}

.eda_link
{
  color: var(--link);
  text-decoration: none;
  border-bottom: 1px solid var(--link);
}
.eda_link:hover
{
  color: #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}

.eda_link_zero
{
  color: #b3b3b3;
  text-decoration: none;
  border-bottom: 1px solid #b3b3b3;
}
.eda_link_zero:hover
{
  color: #6d6d6d;
  border-bottom: 1px solid #6d6d6d;
}
.eda_span_zero
{
  color: #b3b3b3;
}
.eda_diag_none
{
  display: none;
}
.left_side_slick {margin-top: 10px;}
.left_side_slick_hide {display: none;}
.left_side
{
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px 5px 15px;
  margin-bottom: 15px;
}
.left_side a
{
  font-size: 0.9rem;
  line-height: 1rem;
}
.left_side_zag {font-size: 0.9rem; margin-top: 0px; text-transform: uppercase; font-weight: bold; border-bottom: 1px solid #e1e1e1; padding-bottom: 10px; color: #444; line-height: 1.5rem;}
/*.left_side_link a {text-decoration: none; color: #6d6d6d;}
.left_side_link a:hover {color: var(--link); border-bottom: 1px solid var(--link);}
.left_side_link {line-height: 1.8rem; border-bottom: 1px solid #e1e1e1; padding-bottom: 15px;}
.left_side_link_end {line-height: 1.8rem; padding-bottom: 15px; border: none; padding-bottom: 0px;}
.left_side_link_end a {text-decoration: none; color: #6d6d6d;}
.left_side_link_end a:hover {color: var(--link); border-bottom: 1px solid var(--link);}*/

.left_side_link_2 a {text-decoration: none; color: var(--link); font-size: 1rem; font-weight: normal;}
.left_side_link_2 a:hover {color: #6d6d6d; border-bottom: 1px solid var(--link);}
.left_side_link_2 {line-height: 1.8rem; }

.left_side_link_active {font-weight: bold;}

.fix_info_butt {margin-top: 40px; margin-bottom: 40px; }
.fix_info_butt2 {margin-bottom: 40px; clear: both;}
.block_h1
{
  background: #fff;
  margin-top: 5px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  /* -webkit-box-shadow: 0px -3px 8px -3px rgba(34, 60, 80, 0.22);
  -moz-box-shadow: 0px -3px 8px -3px rgba(34, 60, 80, 0.22);
  box-shadow: 0px -3px 8px -3px rgba(34, 60, 80, 0.22); */
  z-index: 10;
  position: relative;

  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #eee;
  border-bottom: 0px;
}
.block_h1_1
{
  background: #fff;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-top: 0px;
  margin-bottom: 15px;
  margin-top: -20px;
  /* -webkit-box-shadow: 0px 3px 8px -3px rgba(34, 60, 80, 0.22);
  -moz-box-shadow: 0px 3px 8px -3px rgba(34, 60, 80, 0.22);
  box-shadow: 0px 3px 8px -3px rgba(34, 60, 80, 0.22); */
z-index: 9;

border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
border: 1px solid #eee;

position: relative;
}
.block_h1_1_ratings {background: #fff; padding-left: 200px; padding-right: 200px;  }
.block
{
  background: #fff;
  padding: 20px 30px 30px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  /* -webkit-box-shadow: 0px 0px 8px -3px rgba(34, 60, 80, 0.22);
-moz-box-shadow: 0px 0px 8px -3px rgba(34, 60, 80, 0.22);
box-shadow: 0px 0px 8px -3px rgba(34, 60, 80, 0.22); */
border-radius: 7px;
border: 1px solid #eee;
}
.block_grey
{
  background: #f7f7f7;
}
.block_top {background: #fff; padding: 25px 100px 0px 120px; margin-top: 15px;}
.block_bottom {background: #fff; padding: 0px 100px 20px 120px; margin-bottom: 15px;}
.block_middle {background: #fff; padding: 0px 200px 20px 200px; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.block_no_fon {padding: 35px 100px 0px 120px;}
.block_no_fon2 {padding: 8px 6px 0px 0px;}
.block_rating {background: #fff; padding: 10px 170px 0px 120px; border-bottom: 1px solid #eee; margin-top: 15px;}
.block_limiter {background: #fff; padding: 10px 200px 10px 200px; /* border: 1px solid #eee; */ margin-top: 15px;}
.top_underline {padding-bottom: 2px; border-bottom: 1px solid var(--blue)}
.top_underline:hover {border-bottom: 1px solid var(--all)}

.flag_flag {width: 100%; max-width: 500px; margin-top: 15px; border: 1px dotted #ccc; padding: 2px;}

.tags_div {}
.tags_top
{
  font-size: 0.9rem;
  color: #a7a7a7;
  text-decoration: none;
  padding-right: 15px;
  font-weight: normal;
}
.tags_top_all
{
  font-size: 0.9rem;
  color: #a7a7a7;
  text-decoration: none;
  padding-right: 8px;
  font-weight: normal;
}
.commentonCount {}
.comment_name_date {font-size: 0.8rem; color: #a7a7a7;}
.comment_fix {margin-top: 15px;}
.comm_svg {margin-right: 5px;}
.comm_link {text-decoration: none; font-size: 0.9rem;}

.top_menu_a_mini {font-size: 0.9rem; line-height: 2rem; padding-bottom: 2px; }
.top_menu_a_footer {float: left; font-size: 1rem; line-height: 2.5rem; color:#fff!important; padding: 0 1.6rem 0 1.6rem; text-decoration: none; font-weight: normal; border-radius: 20px; margin: 3px 5px 3px 0px; border: 1px solid #fff;}
.top_menu_a_footer:hover {text-decoration: none; border: 1px solid #ccc; color: #ccc;}
.top_menu_a_active {background-color: var(--blue); color: #fff!important;}

.top_menu_a_type
{
  background: #f7f7f7;
  padding: 3px 20px 3px 20px;
  border: none;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  /* margin: 6px 5px 6px 5px; */
  margin-bottom: 5px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 4px;
}
.top_menu_a_type:hover
{
  text-decoration: none;
   background: #e6e9ec;
     color: #6c757d;
}
.top_menu_a_type_active
{
  background-color: #364E65;
  color: #fff;
}
.top_menu_a_type_active:hover
{
  text-decoration: none;
   background: #e6e9ec;
     color: #6c757d;
}

.top_menu_zag
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  font-size: 1.3rem;
  line-height: 3.4rem;
  color: #111111;
  padding: 0px;
  text-decoration: none;
  margin-right: 25px;
  display: block;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  margin-bottom: 10px;
}
.top_menu_zag_loc
{
  text-overflow:ellipsis;
  /* font-weight: 500; */
  color: #111111;
  padding: 0px;
  text-decoration: none;
  border-bottom: 1px dashed #111111;
  font-weight: 400;
}
.top_menu_zag_loc:hover
{
  text-decoration: none;
  border-bottom: 1px dashed #364E65!important;
  color: #364E65!important;
}

.mob_menu
{
  z-index: 999;
  position: fixed;
  top: 60px;
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 13px;
  padding-top: 4px;
  /* box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6); */
}
.mob_menu_back
{
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
 }
.mob_menu_link
{
  padding-right: 20px;
  font-size: 1rem;
  text-decoration: none;
  color: #6d6d6d;
}
.nav_shadow_left
{
  margin-right: -15px;
}
.nav_shadow_right
{
  margin-left: -15px;
}


.top_top_top_menu
{
  float: left;
  padding: 14px 14px 5px 14px;
  display: inline;
  background: #fff;
  font-size: 0.95rem;
  line-height: 1rem;
  color: #fff;
  text-decoration: none;
}

.top_top_back_1 {background: #1A535C;}
.top_top_back_2 {background: #4ECDC4;}
.top_top_back_3 {background: #39A9DB;}
.top_top_back_4 {background: #FF6B6B;}

.menu-flex
{
  display: flex;
  background: #fff;
  padding-left: 8px;
  height: 45px;
}
.fix_bottom_maps {padding-bottom: 20px;}

.reg_num {font-size: 1rem; margin-top: 0px; line-height: 2rem;}

.dropdown-item {text-decoration: none; padding-left: 5px; margin-left: -5px;}
.dropdown-item:hover {color: #E36B64;}
.dropdown-item:active {background: #EEEEEE!important;}
.dropdown {width: 100px; display: inline;}
.navv_white {z-index: 9995;}

.img_gerb {width: 30px;  border: 1px solid #edf1f4; margin-right: 3px;}
.img_gerb_top
{
  width: 60px;
  border: 1px solid #edf1f4;
  margin-top: 10px;
}
.big_num_rating {font-size: 2.8rem; font-weight: bold; color: var(--all); }
.check_rating {width: 100%;}
.link_reg {font-weight: normal; color: #364E65; display: block; line-height: 2rem;}
.link_reg:hover {font-weight: normal; color: #364E65; text-decoration: none;}
.link_reg_cities {font-size: 1.2rem; line-height: 2rem; font-weight: 600; text-decoration: none; color: #364E65; border-bottom: 1px dotted #364E65; }
.link_reg_cities:hover {color: #364E65; border-bottom: 1px dotted #fff;}
.big_bukva
{
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--all);
  padding-top: 10px;
  padding-bottom: 5px;
  display: inline-block;
}
.big_bukva_index
{
  font-size: 1.3rem;
  font-weight: bold;
}
.br_index
{
  margin-top: 3px;
  display: block;
  padding-top: 5px;
}
.post_code_article {-webkit-column-count:6; -moz-column-count:6; column-count:6; font-size: 1rem; line-height: 2.3rem; margin-top: 15px;}
.modal-body article {-webkit-column-count:2; -moz-column-count:2; column-count:2; font-size: 1rem;}
.modal-body {padding: 10px;}
.modal-body p {line-height: 1rem;}
.modal-header {border: 0px;}
.modal-content {border-radius: 0px; border: 0px;   border: 1px solid #eee; padding: 20px 40px 20px 40px; margin-bottom: 30px;}
.modal {top: 40px; bottom: 300px; z-index: 9999;}
.modal-dialog {max-width: 1000px;}
.modal-body article {-webkit-column-count:3; -moz-column-count:3; column-count:3;}
.article_index {column-count: 3; padding: 15px 0 25px 0}
.article_index2 {column-count: 2; padding: 15px 0 25px 0}
.article_index2 p {line-height: 1rem;}
.article_world {column-count: 3;}
.article_index p {line-height: 1rem;}
.article_cities {column-count: 2; margin-bottom: 25px; margin-top: 25px;}
.article_cities2 {column-count: 2; margin-bottom: 25px;}
.article_regions {column-count: 2!important; -moz-column-count:2; column-count:2;}
.cities_link {text-decoration: none; line-height: 2.1rem}
.cities_link2 {text-decoration: none; line-height: 2.1rem; font-weight: 500;}
.cities_link_collaspe {text-decoration: none; line-height: 2.1rem; font-weight: 500; color: #5f8db9;}
.school_link_mini {font-size: 0.8rem; display: block; border-bottom: 1px dotted #ccc;}
.school_link_norm {font-size: 1rem; display: block; border-bottom: 1px dotted #ccc; line-height: 2.7rem;}
.col_left
{
  background: #fff;
  margin-top: 12px;
  padding: 15px 35px 20px 35px;
  border-right: 1px solid #eee;
  border-radius: 15px;
}
.right_block
{
  background: #fff;
  margin-top: 12px;
  padding: 20px 15px 10px 20px;
  border-right: 1px solid #eee;
  border-radius: 15px;
  margin-right: -10px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1200px)
{
  .right_block
  {
    margin-right: 0px;
  }
}
.right_block span
{
  font-size: 0.9rem;
}
.right_block h4
{
  margin-top: 0px;
  margin-bottom: 15px;
}
.right_block hr
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.right_block .fix_but
{
  margin-top: 10px;
}
.right_block img
{
  height: 50px;
  margin-right: 10px;
  border-radius: 15px;
}

.aside_adv {
  background: #f5f7f9;
  border-top: 15px solid #f5f7f9;
  border-bottom: 15px solid #f5f7f9;
  margin-left: -36px;
  margin-right: -36px;
  margin-top: 30px;
  margin-bottom: 30px;
}


.col_left1 {/* border-bottom: 1px dotted #ccc; padding: 0 0 20px 0; */ }
.col_left2 {  /* border-right: 1px dotted #ccc; border-left: 1px dotted #ccc;  border-bottom: 1px dotted #ccc; padding-bottom: 25px;*/ margin-bottom: 25px;}
.table-line {border-bottom: 1px solid #eee; padding-bottom: 9px; padding-top: 20px;}
.table-line-type {border-bottom: 1px solid #eee; padding-bottom: 15px; padding-top: 15px;}
.table-line-type-last { padding-top: 15px;}
.table-line:hover {background: #f7f9fa;}
.table-line_link:hover {cursor: pointer;}
.table-text {}
.table-text2 {font-weight: 600; text-align: right; }
.not_padding {padding-left: 0px; padding-right: 0px;}
.ip_mob {display: none;}
.footer_fon {  margin-top: 15px;}
.footer { padding-bottom: 30px;  }
.footer p {color: #444;}
.footer_fix_top {padding-top: 8px;}
.footer_alert {color: #fff!important;}
.footer_alert a {}
.footer_big_link {color: #fff!important; text-decoration: none; font-weight: bold; line-height: 3rem;}
.footer_big_link:hover {text-decoration: none; color: #A0A2A7!important;}
.footer_link {font-weight: normal; color: #A0A2A7;}
.footer_link:hover {color: #fff!important; text-decoration: none;}
.footer_nav_block
{
  padding-top: 23px;
}

.expert_hr {padding-top: 15px; margin-top: 25px;}
.img_expert {width: 110px; border-radius: 15px;}
.img_expert_all {width: 160px; border-radius: 15px;}
.expert_p {margin-top: 5px; line-height: 1.8rem;}
.expert_link {font-weight: 600;}
.fix_top_expert {margin-top: 30px;}

.adv_top {margin: 15px 0 0 0;}
.top_banner_margin_fix {margin: 0px 2px 0px 2px; height: 300px;}
.adv_maps {margin: 15px 0px 0px -15px;}
.people-gender-gray {color: #A4A8AB;}
.mini_year {font-size: 0.7rem; line-height: 1rem; color: #ccc; display: block;}
.mini_adress {font-size: 0.8rem; line-height: 1rem; color: #888; display: block;}
.people-big-1 {font-size: 2.8rem; font-weight: bold; line-height: 4rem; color: var(--all);}
.people-big-2 {font-size: 2.8rem; font-weight: bold; line-height: 4rem; color: var(--all);}
.other_field_heigth {height: 20px;}
.modal-title {font-size: 1.2rem; line-height: 2.4rem; font-weight: 700; width: 90%;}
.close {opacity: 1; color: var(--red); font-size: 3rem;}
.forms_text {font-size: 1rem; line-height: 1.6rem!important;}
.form-control {font-size: 0.95rem;}
.btn-primary { color: #fff; background-color: var(--red); border-color: var(--red);}
.btn-primary:hover {background-color: var(--blue); border-color: var(--blue);}
.mini_conf {font-size: 0.75rem;}
.changes_form_ok {display: none; font-size: 1.5rem; color: var(--red); padding-top: 2rem; padding-bottom: 2rem;}
.changes_link_back:hover {background: var(--blue);}
.fix_height_h4 {margin-top: 10px;}
.fix_height_h4_2 {margin-top: 50px;}
#changes {z-index: 9999;}
#country {z-index: 9999;}
.footer_copy {clear: both; padding-top: 20px;}
.lang_select {height: 20px; margin-right: 10px; margin-bottom: 3px;}
.lang_select_2 {height: 20px; margin-right: 5px; margin-top: -5px;}
.lang_select_article {column-count:2!important;}
.red_message {padding: 20px; margin-top: 40px; background: #ef4a51; color: #fff; border-radius: 10px;}
.fix_margin_top {margin-top: 25px;}
.diagramma {text-align: center; margin-top: 50px; margin-bottom: 10px; }
.diagramma_heigth {height: 500px;}
.but_interess {font-size: 1.6rem; line-height: 2rem;  /* margin-bottom: 15px; */ font-weight: bold; display: block; width: 95%;}
.but_interess2 {font-size: 1.4rem; line-height: 2rem; font-weight: bold; /*margin: 40px 0 20px 0; */ display: block; width: 70%; display: block;}
.count_top {font-size: 0.8rem; color: #adadad; margin: -5px 0px 0px 0px}
.top_min_height {min-height: 250px;}

.menuLimiter2 {overflow: hidden;-webkit-overflow-scrolling: touch;-webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 0px, #000 0px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
      mask-image: linear-gradient(
      90deg, transparent 0, rgba(0, 0, 0, .25) 0px, #000 0px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent
    );}

.menuWrapper {
  overflow: hidden;
  /* margin-left: -10px;
  margin-bottom: 20px; */
}

.menuLimiter {
  padding-bottom: 20px;
  margin-bottom: -20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
  mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25) 9px,#000 18px,#000 calc(100% - 18px),rgba(0,0,0,.25) calc(100% - 9px),transparent);
}

.menu {
  list-style: none;
  /* padding: 0 10px; */
  margin: 0;
  padding-top: 2px;
  /* padding-left: 10px; */
}

.menu-item
{
  white-space: nowrap;
  color: var(--all);
  font-size: 1rem;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  padding-left: 20px;
}

.menu-item:last-child {
  margin-right: 0;
  /* padding-right: 15px; */
}

.menu-item a {

}

.menu-item a:hover,
.menu-item.is__active {

}

.menu-item.is__active {
  font-weight: bold;
  pointer-events: none;
}

.dragscroll {
 cursor: grab;
}
.col_product
{
  /* -webkit-box-shadow: 0px 0px 9px -1px rgba(34, 60, 80, 0.14);
  -moz-box-shadow: 0px 0px 9px -1px rgba(34, 60, 80, 0.14);
  box-shadow: 0px 0px 9px -1px rgba(34, 60, 80, 0.14); */
  margin-bottom: 25px;
  height: 82px;
  padding-right: 20px;
  border-radius: 15px;
  border: 1px solid rgba(0,0,0,.1);
}
.img_product
{
  width: 80px;
  float: left;
  border-radius: 15px;
}
.img_product_in
{
  width: 100%;
  max-width: 150px;
  float: right;
  padding-left: 20px;
}
.product_span
{
  margin-left: 100px;

}
.product_name
{
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.product_link:hover
{
  color: #364e65;
  .col_product
  {
        -webkit-box-shadow: 0px 0px 9px -2px rgba(34, 60, 80, 0.14);
        -moz-box-shadow: 0px 0px 9px -2px rgba(34, 60, 80, 0.14);
        box-shadow: 0px 0px 9px -2px rgba(34, 60, 80, 0.14);
        border: 1px solid #dcdcdc;
  }

}
.product_link
{
  text-decoration: none;
  color: #6d6d6d;
}
.product_kkal
{
  text-decoration: none;
  margin-top: -12px;
}
.product_button
{
  background: #f7f7f7;
  padding: 3px 20px 3px 20px;
  border: none;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  /* margin: 6px 5px 6px 5px; */
  margin-bottom: 5px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 4px;

}
.product_button:hover
{
  text-decoration: none;
   background: #e6e9ec;
     color: #6c757d;
}

.product_button2
{
  padding: 7px 20px 7px 20px;
  border: 1px solid #eee;
  text-decoration: none;
  color: #6d6d6d;
  border-radius: 5px;
}
.product_button2:hover
{
  color: #364e65;
  border: 1px solid #ccc;
}
.product_button3
{
  padding: 7px 20px 7px 20px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #6d6d6d;
  border-radius: 5px;
  background: #eee
}
.product_button3:hover
{
  color: #364e65;
  border: 1px solid #ccc;
}
.soc_icon {height: 16px; margin-top: 14px; margin-right: 20px;}
.soc_icon_link {text-decoration: none;}
.see_more_blue {background: var(--blue); color: #fff;}

.foot_text {padding:15px 15px 16px 15px; /*border: 1px solid #364e65;*/ margin: 15px 15px 0px 0px; color: #364e65; border-radius: 25px; width: 262px; float: left;}
.foot_left_pad {padding-left: 15px;}
.foot_zag_1 {font-size: 1rem; padding-left: 15px;}
.foot_zag_1_fix {margin-left: -8px;}
.foot_ico {margin-left: 10px; height: 30px; margin-top: -4px;}
.foot_p {font-size: 1rem; padding-left: 10px; line-height: 2rem;}
.foot_link {text-decoration: none;}

.foot_text_right {padding:10px 15px 10px 15px; margin: 0px 15px 0px 0px; color: #364e65; width: 262px; float: left;}
.foot_zag_1_right {font-size: 1rem; padding-left: 15px;}
.foot_zag_1_right_fix {margin-left: -8px;}
.foot_zag_1_right_fix2 {margin-left: 4px;}
.foot_ico_right {margin-left: 10px; height: 30px; margin-top: -4px;}
.foot_ico_right2 {margin-left: 13px; height: 30px; margin-top: -4px;}
.foot_p {font-size: 1rem; padding-left: 10px; line-height: 2rem;}
.foot_link_right {text-decoration: none;}
.foot_link_right_strong {font-weight: bold;}
.foot_h2 {font-size: 1.4rem; line-height: 2rem; font-weight: bold; margin: 10px 0 10px 15px; display: block;}

.mobile_soc {display: none;}

.year_zg {font-size: 14px; font-weight: bold; color: #ccc;}

.mapsy {margin-top: 50px; margin-bottom: 50px;}
.mapsy_img {width: 50px;}

.right_text_block {padding-bottom: 20px; border-bottom: 1px dotted #ccc;}
.right_text_block p {margin-top: 0px;}

/* adv */

.top_3_bloka {max-height: 250px; min-height: 250px; padding-left: 1px; padding-right: 1px;}
.top_3_bloka_top2 {padding-top: 20px; padding-bottom: 15px;}
.right_banner_notstick
{
  z-index: 9995;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 8px;
  margin-top: 5px;
}

.right_banner_300 {min-width: 200px; max-height: 260px; margin-bottom: 3px;}
.right_banner_600 {min-width: 200px; max-height: 620px; margin-bottom: 3px;}
.right_banner1 {padding-top: 15px; padding-bottom: 15px; margin-top: 0px; position: sticky; top: 55px; text-align: center; }

.right_banner_smi2 {padding-top: 0px;  margin-top: 13px; position: sticky; top: 10px; text-align: center; margin-bottom: 15px;}

.right_banner1_1 {max-height: 650px; margin-top: 4px; margin-bottom: 15px;}
.right_banner1_1_2 {max-height: 300px; margin-top: 4px;}
.top_fix_heigth_top {max-height: 320px; min-height: 200px;}
.top_fix_heigth_maps {max-height: 300px; padding-left: 0px; padding-right: 0px;}
.top_fix_heigth {min-height: 90px; max-height: 220px;}
.block_banner {margin-top: 15px; }
.block_banner_footer {margin-top: 0px; margin-bottom: 15px; text-align: center; padding-right: 15px;}
.mobile_banner_footer {margin-top: 0px; margin-bottom: 25px;}
.mobile_banner_fix150 {height: 150px; margin-top: 15px;}
.mobile_banner_fix200 {height: 160px; margin-top: 5px;}
.mobile_banner_fix250 {height: 250px; margin-top: 15px; }
.mobile_banner_fix300 {min-height: 100px; max-height: 350px; margin-top: 10px;}
.mobile_banner_fix600 {min-height: 100px; max-height: 650px; margin-top: 10px;}
.mobile_banner_nofix {margin-top: 15px;}
.fix_maps_index {height: 15px;}
.not_padding_abv {padding-left: 1px; padding-right: 1px;}

.img_rating {width: 50px; padding: 2px; border: 1px solid #eee;}
.reg_name {font-size: 1rem; color: var(--all); line-height: 1.5rem; padding-left: 5px; padding-top: 4px;}
.reg_salary {font-size: 1rem; color: var(--all); font-weight: bold;}
.fix_matkap_left {padding-left: 21px; padding-top: 10px;}

/* media */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px)
{
html {}
p {width: 100%;}
.block_h1 {margin-top: 3px; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; padding-top: 40px; padding-left: 10px; padding-right: 10px; padding-bottom: 20px; }
.block_h1_1 {background: #fff; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; padding-top: 10px; margin-left: 0px; margin-right: 0px;}
.block {background: #fff; padding: 25px 10px 20px 10px; border: 1px solid #eee; margin-top: 15px; margin-left: 0px; margin-right: 0px;}
.block_top {background: #fff; padding: 25px 10px 0px 10px; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; margin-top: 15px; margin-left: 0px; margin-right: 0px;}
.block_bottom {background: #fff; padding: 0px 10px 10px 10px; border-bottom: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; margin-left: 0px; margin-right: 0px; }
.block_no_fon {padding: 10px;}
.block_rating {background: #fff; padding: 25px 00px 15px 0px; border-bottom: 1px solid #eee; margin-top: 15px;}
.mini_year { padding-right: 0px;}
.mapsy {margin-top: 30px; margin-bottom: 30px;}

.slogan {}
.search {margin-top: 16px; margin-bottom: 0px; margin-left: 0px; height: 25px; margin-right: 7px;}
.on_off_navvi {display: block;}
.reg_between {height: 5px; border-bottom: 1px dotted #eee; margin-bottom: 30px;}
.right_back {padding-left: 0px;  padding-right: 0px;}


h1 {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2rem;
}
h2 {width: 100%; font-size: 1.6rem;}
h3 {width: 100%; font-size: 1.5rem;}
h3 {width: 100%; font-size: 1.4rem;}

.sec_menu, .sec_menu2, .sec_menu3, .sec_menu4
{
   display: flex;
  flex-wrap: nowrap;
  min-width: max-content;
}


.left_side_slick {margin-top: 0px;}
.adv_maps {margin: 0px 0px 15px 0px;}

.col_left
{
  background: #fff;
  /*margin-top:35px;*/
  padding: 10px 20px 30px 20px;
  /* border-right: 15px solid #f5f7f9;
  border-left: 15px solid #f5f7f9; */
  margin-bottom: 15px;
/*   margin-left: 15px;
  margin-right: 15px;*/
}
.aside_adv
{
  margin-left: -20px;
  margin-right: -20px;
  padding: 0px;
  border-top: 10px solid #f5f7f9;
  background: #f5f7f9;
}

.header_my_col
{
  padding-right: 0px;
}
.logo_col {padding-left: 0px; padding-right: 0px;}
.expert_p
{
  margin-top: 15px;
}
.expert_hr
{
  padding-top: 10px;
}
.hr_info
{
  margin-left: -20px;
  margin-right: -20px;
}
.quote p {width: 100%;}




.top_menu_padding {padding-top: 10px; padding-bottom: 10px; margin-left: -12px;}
.top_menu_a {color: #111111; padding: 0px; text-decoration: none; font-weight: normal;}
.top_menu_a:hover {text-decoration: none; border-bottom: 1px solid #364e65; #364e65;}
.top_menu_zag {font-size: 1.5rem; line-height: 3.1rem; color: #111111; padding: 0px; text-decoration: none; }
.top_menu_zag:hover {text-decoration: none; border-bottom: 1px solid #111111; color: #111111; }
.top_menu_zag_loc
{
  text-overflow:ellipsis;
  /* font-size: 1.5rem;
  line-height: 3.1rem; */
  color: #111111;
  padding: 0px;
  text-decoration: none;
  border-bottom: 1px dashed #111111;
  margin-top: 5px;
}
.top_menu_zag_loc:hover
{
  text-decoration: none;
  border-bottom: 1px dashed #FF6B6C;
  color: #FF6B6C;
}
.top_menu_zag_trim { white-space: nowrap; width: 95%; overflow: hidden;}
.arrow_loc { width: 25px; margin-top: -7px; padding-right: 4px; }
.menu_collapse_padding {/* margin-left: 30px; */}
.arrow_menu {width: 15px; margin-top: -3px; margin-left: 5px;}
.top_menu_article {-webkit-column-count:2; -moz-column-count:2; column-count:2;}
.top_menu_a2
{
  color: #111111;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
}
.top_menu_a2:hover {text-decoration: none; border-bottom: 1px solid #FF6B6C; color: #FF6B6C;}

.active_a2 {border-bottom: 1px solid #FF6B6C; color: #FF6B6C;}
.active_a2:hover {border: 0px;}

.fix_p_pogodam {margin-bottom: 0px;}

.fix_info_butt {margin-bottom: 0px; clear: both; position: relative; top: 0px;}
.new_menu
{

}


.article_regions {column-count: 1!important; -moz-column-count:1; column-count:1;}

.modal-body article {-webkit-column-count:1; -moz-column-count:1; column-count:1;}
.modal-dialog {margin-bottom: 150px;}
.modal-content {padding: 10px 10px 10px 10px;}
.modal-title {padding-top: 5px;}
.ip_mob {display: block;}
.ip_hide {display: none;}
.link_reg
{

}
.article_index {column-count: 2;}
.article_world {column-count: 2;}
.article_cities {column-count: 1; margin-bottom: 25px;}
.article_cities2 {column-count: 1; margin-bottom: 25px;}
.padding_left_all_table {}

.col_left2 {/*border-right: 1px solid #fff;*/ padding-bottom: 0px; padding-right: 15px; border: 0px; margin-bottom: 7px;}
.not_padding {padding-left: 15px; padding-right: 15px;}
.check_rating_margin {margin: 45px 0px 15px -10px;}
.head_banner_height {min-height: 290px; margin-top: 8px; background: #f9f9f9;}
 .right_banner1 {padding-left: 0px; padding-right: 0px;}
.top_ru_banner {padding-left: 0px; padding-right: 0px;}
.table-text { }
.table-text2 { }
.top_menu_a_type { margin: 5px 10px 5px 0px; display: inline-block;}
.footer_fix_mob {padding-top: 10px;}
.footer_fix_top {padding-top: 0px;}
.footer_nav_block
{
  padding-top: 3px;
}
.big_num_rating {margin-top: 20px;}
.lang_select_article {column-count: 1!important;}
.lang_select {margin-bottom: 1px;}
.right_banner_smi2 {padding-top: 0px; padding-bottom: 0px;}
.right_banner_notstick {top: 65px; text-align: center; padding-left: 15px; padding-right: 15px; margin-bottom: 15px; margin-top: 15px;}
.menu {
/*display: flex;
  flex-wrap: nowrap;
  min-width: max-content;*/
}
.menu-item {margin-right: 0px;}
.menuLimiter {overflow-x: scroll;}
.menuLimiter2 {overflow-x: scroll;}
.block_limiter {margin-top: 0px; padding-left: 10px; padding-right: 10px;}

.fix_matkap_left {padding-left: 15px; padding-top: 15px;}
.menu_fix_left {margin-left: -30px;}
.cities_link
{
  line-height: 2.2rem;
  font-size: 1.2rem;
}
.top_min_height {min-height: 250px;}
.post_code_article {-webkit-column-count:4; -moz-column-count:4; column-count:4; font-size: 1.2rem; line-height: 2.3rem;}
.foot_left_pad {padding-left: 0px;}
.foot_text {margin: 0px 0px 10px 0px; width: 100%; border: 0px;}
.block_banner_footer_mob {margin-bottom: 15px; margin-top: 2px;}
.left_side { }
}
