

/* Start:/local/templates/new-main/components/bitrix/news.list/branches.url/style.css?17651981662552*/
.links_filials {
  width: 100%;
  height: 170px;
  background: #f5f5f5;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: space-around;
  padding: 0px !important;
}
@media (max-width: 1202px) {
  .links_filials {
    display: none;
  }
}
.rowFilials {
  width: 100%;
  margin: 0 !important;
  -webkit-box-shadow: 0px 5px 7px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 0px 5px 7px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 0px 5px 7px -5px rgba(34, 60, 80, 0.6);
}
.header-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 колонок */
  gap: 10px;
}

/* Первые 6 элементов занимают всю первую строку */
.header-grid .link_page_filials:nth-child(-n + 6) {
  grid-column: span 1; /* Каждый занимает 1 колонку из 6 */
}

/* Последние 2 элемента - вторая строка */
.header-grid .link_page_filials:nth-child(n + 7) {
  grid-column: span 3; /* Каждый занимает 3 колонки из 6 (50%) */
}

/* Адаптивность */
@media (max-width: 768px) {
  .header-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 колонки на мобильных */
  }

  .header-grid .link_page_filials {
    grid-column: span 1;
  }
}
.link_page_filials {
  text-align: center;
}
.link_page_filials a {
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #4d4a48;
  vertical-align: inherit;
  height: 78px;
  display: block;
  padding-top: 20px;
}
.link_page_filials a:hover {
  text-decoration: none;
  color: inherit;
}
.link_page_filials:nth-child(1) {
  border-radius: 20px 0px 0px 0px;
}
.link_page_filials:hover:nth-child(1) {
  border-radius: 20px 0px 0px 0px;
}
.link_page_filials:nth-child(6) {
  border-radius: 0px 20px 0px 0px;
}
.link_page_filials:hover:nth-child(6) {
  border-radius: 0px 20px 0px 0px;
}
.link_page_filials:focus-within {
  background: #58e3f55e;
  border-radius: 0px;
}
.link_page_filials:hover {
  background: #58e3f55e;
  border-radius: 0px;
  transition: 0.4s;
}
.card_guides {
  background: #ffffff;
  box-shadow: -3px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-width: 1596px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 106px;
  margin-bottom: 80px;
  padding-bottom: 40px;
}
.active_url {
  background: #58e3f55e;
  border-radius: 0px 0px;
}

/* End */


/* Start:/local/templates/new-main/components/bitrix/news.list/branches-guides/style.css?17652004211801*/
.guide_block {
  justify-content: center;
}
.img_name_guide {
  text-align: center;
}
.title_guide {
  text-align: center;
}
.title_guide h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #4d4a48;
  margin-top: 69px;
  margin-bottom: 50px;
}
.guide_info_div,
.guide_mail_div {
  display: flex;
  justify-content: center;
}
.guide_mail_div div:nth-child(1) {
  margin-right: 10px;
}
.guide_info_div div:nth-child(1) {
  margin-right: 10px;
}
.guide_info_div {
  margin-bottom: 11px;
}
.guide_mail_div {
  margin-bottom: 25px;
}
.guide_info {
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
.img_name_guide h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #4d4a48;
}
.img_name_guide p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #4d4a48;
}
.guide_phone_mail_a a {
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #615e5c;
}
.guide_phone_mail_a a:hover {
  text-decoration: none;
  color: inherit;
}
.guide_map_p h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #615e5c;
}
.guide_map_p p {
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #615e5c;
}
.guide_map_div {
  display: flex;
}
.guide_map_div div:nth-child(1) {
  margin-right: 10px;
}
.img_name_guide img {
  max-width: 299px;
  max-height: 299px;
}

/* End */


/* Start:/local/templates/new-main/components/bitrix/news.list/branch.table/style.css?17436793954665*/

.circle_padding {
  padding-left: 109px!important;
  padding-right: -80px!important;
}
.circle_padding2 {
  padding-left: 115px!important;
  padding-right: -80px!important;
}
.title_td_three_block{
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 35px;
text-align: center;
letter-spacing: -0.015em;
color: #4D4A48;
padding: 50px 0 20px;

}
.title2_td_three_block{
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 35px;
text-align: center;
letter-spacing: -0.015em;
color: #4D4A48;
padding: 0 0 50px;
}
@media (max-width:990px){
  .title2_td_three_block{
    padding-bottom: 5px;
  }
  .td_header_text p{
    margin-left: auto;
    margin-right: auto;
  }
  .td_header_text{
    padding-bottom: 50px;
  }
  .filials_block{
    margin-top: 40px!important;
    margin-bottom: 40px!important;
  }
}
@media (max-width:493px){
  .circle_padding,
  .circle_padding2{
    padding-left: 0!important;
  }
}
.td_point{
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
letter-spacing: -0.015em;
color: #4D4A48;
}
.active {
    display: block;
}
.accordion {
    background: none;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    text-align: center;
}
.panel {
  padding: 0 18px;
  display: none;
  background: none;
  overflow: hidden;
  margin-top: 50px;
}
.td_text_point{
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 20px;
letter-spacing: -0.015em;
color: #4D4A48;
padding-top: 10px;
}
.td_text_point img{
  margin-right: 10px;
}
.storage{
  margin-bottom: 20px;
}
button:focus {
    outline: none!important;
    background: #58E3F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.files{
  border-top: 1px darkgray solid;
  padding: 15px;
  margin: 20px 0;
}
.file__item{
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.file__icon-wrapper{

}
.file__icon{
  padding: 0!important;
  width: 40px!important;
}
.file__name{
  text-decoration: none!important;
  color: black;
  padding: 0 15px;
  margin: 0;
}


@media (max-width:600px){
  .title_td_three_block, .title2_td_three_block{
    font-size: 21px;
  }
  .td_point {
    font-size: 18px;
  }
  .td_text_point{
    font-size: 16px;
  }
}
.content img{
  padding-right: 5px;
  padding-top: 10px;
}
.block{
  display: flex;
}
.block div:nth-child(2){
  margin-top: 8px;
}
.block a{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #615E5C;
}
.block a:hover{
  text-decoration: none;
  color: inherit;
}
.information_accordion h5{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #615E5C;
}
.information_accordion p{
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #615E5C;
}
@media (min-width: 992px) {
  .information_accordion h5{
    font-size: 14px;
  }
  .information_accordion p{
    font-size: 14px;
  }
  .block a{
    font-size: 14px;
  }
  .block p {
    font-size: 14px;
  }
  .block h5 {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .information_accordion h5{
    font-size: 16px;
  }
  .information_accordion p{
    font-size: 16px;
  }
  .block a{
    font-size: 16px;
  }
  .block p {
    font-size: 16px;
  }
  .block h5 {
    font-size: 16px;
  }
}
@media (min-width: 1482px) {
  .information_accordion h5{
    font-size: 18px;
  }
  .information_accordion p{
    font-size: 18px;
  }
  .block a{
    font-size: 18px;
  }
  .block p {
    font-size: 18px;
  }
  .block h5 {
    font-size: 18px;
  }
}
.title_block{
  max-width: 1486px;
  height: 80px;
  background: #f2f2f2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #4D4A48;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: block;
}
.title_block:hover {
  background-color: #58E3F5;
}
.title_block p {
  margin: 0px;
}


.block_word{
  margin-left: 0;
}
.block{
  display: flex;
}
.block a{
  text-decoration: none;
}
.block div h5 {
  margin-bottom: 6px;
}
.block div p {
  margin-bottom: 6px;
}
.block_img{
  margin-right: 10px;
  margin-bottom: 30px;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172880707051*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/new-main/components/bitrix/news.list/branches.url/style.css?17651981662552 */
/* /local/templates/new-main/components/bitrix/news.list/branches-guides/style.css?17652004211801 */
/* /local/templates/new-main/components/bitrix/news.list/branch.table/style.css?17436793954665 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172880707051 */
