

/* Start:/local/templates/chashniki/components/bitrix/news/photogallary/bitrix/news.detail/.default/style.css?1741347382155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/chashniki/assets/css/default.css?174134734922813*/
@font-face {
  font-family: "InterTight";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/chashniki/assets/css/../fonts/InterTight-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "InterTight";
  font-weight: 400;
  font-style: italic;
  src: url("/local/templates/chashniki/assets/css/../fonts/InterTight-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "InterTight";
  font-weight: 500;
  font-style: normal;
  src: url("/local/templates/chashniki/assets/css/../fonts/InterTight-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "InterTight";
  font-weight: 500;
  font-style: italic;
  src: url("/local/templates/chashniki/assets/css/../fonts/InterTight-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "InterTight";
  font-weight: 600;
  font-style: normal;
  src: url("/local/templates/chashniki/assets/css/../fonts/InterTight-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "InterTight";
  font-weight: 600;
  font-style: italic;
  src: url("/local/templates/chashniki/assets/css/../fonts/InterTight-SemiBoldItalic.ttf") format("truetype");
}

h1 {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {
  h1 {
    font-size: 24px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 36px;
    font-weight: 500;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 40px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  h1 {
    font-size: 46px;
    font-weight: 500;
  }
}

@media (min-width: 320px) {
  h1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  h1 {
    margin-bottom: 40px;
  }
}

.menu-left {
  display: none;
  overflow-x: hidden;
}

.menu-left a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
  padding: 16px 0px;
  border-bottom: 1px solid #c5e3d3;
  margin-left: -28px;
  transition: margin-left 0.3s ease;
}

.menu-left a:before {
  display: block;
  content: url("/local/templates/chashniki/assets/css/../images/svg/arrow_black.svg");
  width: 16px;
  height: 16px;
}

@media (min-width: 320px) {
  .menu-left a {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .menu-left a {
    font-size: 16px;
    font-weight: 500;
  }
}

.menu-left a.current {
  margin-left: 0px;
}

.menu-left a:hover, .menu-left a:focus {
  margin-left: 0px;
}

.menu-left a.small {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {
  .menu-left a.small {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .menu-left a.small {
    font-size: 14px;
    font-weight: 500;
  }
}

.menu-left span {
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #25ab63;
  padding: 16px 0px;
  border-bottom: 1px solid #c5e3d3;
}

.menu-left span:before {
  display: block;
  content: url("/local/templates/chashniki/assets/css/../images/svg/arrow_green.svg");
  width: 16px;
  height: 16px;
}

@media (min-width: 320px) {
  .menu-left span {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .menu-left span {
    font-size: 16px;
    font-weight: 500;
  }
}

.menu-left ul {
  padding-left: 20px;
  border-bottom: 1px solid #c5e3d3;
}

.menu-left ul li {
  overflow-x: hidden;
}

.menu-left ul li:nth-last-child(n+2) {
  border-bottom: 1px solid #c5e3d3;
}

.menu-left ul li a {
  border-bottom: none;
}

.block-right {
  display: none;
}

.main-container {
  display: -webkit-flex;
  display: flex;
}

.main {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main.news-article {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}

.description,
.news__content {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

.description .table__wrapper,
.news__content .table__wrapper {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #25ab63 #ffffff;
}

@media (min-width: 320px) {

  .description,
  .news__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (min-width: 768px) {

  .description,
  .news__content {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {

  .description,
  .news__content {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }
}

.description *:nth-last-child(n+2),
.news__content *:nth-last-child(n+2) {
  margin-bottom: 20px;
}

.description>*,
.news__content>* {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {

  .description>*,
  .news__content>* {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (min-width: 768px) {

  .description>*,
  .news__content>* {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {

  .description>*,
  .news__content>* {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }
}

.description h2,
.news__content h2 {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {

  .description h2,
  .news__content h2 {
    font-size: 20px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {

  .description h2,
  .news__content h2 {
    font-size: 28px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .description h2,
  .news__content h2 {
    font-size: 32px;
    font-weight: 500;
  }
}

@media (min-width: 1440px) {

  .description h2,
  .news__content h2 {
    font-size: 36px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {

  .description h2,
  .news__content h2 {
    font-size: 42px;
    font-weight: 500;
  }
}

.description h3,
.news__content h3 {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {

  .description h3,
  .news__content h3 {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .description h3,
  .news__content h3 {
    font-size: 24px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {

  .description h3,
  .news__content h3 {
    font-size: 28px;
    font-weight: 500;
  }
}

.description h4,
.news__content h4 {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {

  .description h4,
  .news__content h4 {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .description h4,
  .news__content h4 {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {

  .description h4,
  .news__content h4 {
    font-size: 20px;
    font-weight: 500;
  }
}

.description h5,
.news__content h5 {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {

  .description h5,
  .news__content h5 {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .description h5,
  .news__content h5 {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {

  .description h5,
  .news__content h5 {
    font-size: 16px;
    font-weight: 500;
  }
}

.description b,
.news__content b {
  font-weight: 600;
}

.description ol,
.news__content ol {
  padding-left: 24px;
}

.description ul,
.news__content ul {
  padding-left: 24px;
  list-style-type: disc;
}

.description a,
.news__content a {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #25ab63;
}

.description a:hover, .description a:focus,
.news__content a:hover,
.news__content a:focus {
  color: #2bc974;
}

.description table,
.news__content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #c5e3d3;
}

.description table *,
.news__content table * {
  margin: 0;
}

.description table a,
.news__content table a {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #25ab63;
}

@media (min-width: 320px) {

  .description table a,
  .news__content table a {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {

  .description table a,
  .news__content table a {
    font-size: 16px;
    font-weight: 500;
  }
}

.description table tbody tr th,
.description table tbody tr td,
.news__content table tbody tr th,
.news__content table tbody tr td {
  border-bottom: 1px solid #c5e3d3;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

.description table tbody tr th:nth-last-child(n+2),
.description table tbody tr td:nth-last-child(n+2),
.news__content table tbody tr th:nth-last-child(n+2),
.news__content table tbody tr td:nth-last-child(n+2) {
  border-right: 1px solid #c5e3d3;
}

@media (min-width: 320px) {

  .description table tbody tr th,
  .description table tbody tr td,
  .news__content table tbody tr th,
  .news__content table tbody tr td {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }
}

@media (min-width: 768px) {

  .description table tbody tr th,
  .description table tbody tr td,
  .news__content table tbody tr th,
  .news__content table tbody tr td {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {

  .description table tbody tr th,
  .description table tbody tr td,
  .news__content table tbody tr th,
  .news__content table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
}

.description table tbody tr th *,
.description table tbody tr td *,
.news__content table tbody tr th *,
.news__content table tbody tr td * {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {

  .description table tbody tr th *,
  .description table tbody tr td *,
  .news__content table tbody tr th *,
  .news__content table tbody tr td * {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }
}

@media (min-width: 768px) {

  .description table tbody tr th *,
  .description table tbody tr td *,
  .news__content table tbody tr th *,
  .news__content table tbody tr td * {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {

  .description table tbody tr th *,
  .description table tbody tr td *,
  .news__content table tbody tr th *,
  .news__content table tbody tr td * {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
}

.description table tbody tr th *:nth-last-child(n+2),
.description table tbody tr td *:nth-last-child(n+2),
.news__content table tbody tr th *:nth-last-child(n+2),
.news__content table tbody tr td *:nth-last-child(n+2) {
  margin-bottom: 12px;
}

.description table tbody tr th,
.news__content table tbody tr th {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
  background-color: #e1f8eb;
}

@media (min-width: 320px) {

  .description table tbody tr th,
  .news__content table tbody tr th {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {

  .description table tbody tr th,
  .news__content table tbody tr th {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {

  .description table tbody tr th,
  .news__content table tbody tr th {
    font-size: 16px;
    font-weight: 500;
  }
}

.description img,
.news__content img {
  float: left;
  margin-right: 20px;
  max-width: 100%;
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]),
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]) {
  display: -webkit-inline-flex;
  display: inline-flex;
  gap: 12px;
  color: #343434;
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file.svg");
  width: 30px;
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):hover, .description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):focus,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):hover,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):focus {
  color: #25ab63;
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".pdf"], [href*=".PDF"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".pdf"], [href*=".PDF"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file_pdf.svg");
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".doc"], [href*=".DOC"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".doc"], [href*=".DOC"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file_doc.svg");
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".docx"], [href*=".DOCX"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".docx"], [href*=".DOCX"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file_docx.svg");
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".zip"], [href*=".ZIP"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".zip"], [href*=".ZIP"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file_zip.svg");
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".rar"], [href*=".RAR"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".rar"], [href*=".RAR"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file_rar.svg");
}

.description a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".jpg"], [href*=".JPG"], [href$=".jpeg"], [href$=".JPEG"], [href$=".png"], [href$=".PNG"]):before,
.news__content a:not([href$=".gif"]):not([href$=".webp"]):not([href$=".bmp"]):not([href$=".svg"])[href*="."]:is([href*="/upload/"]):is([href*=".jpg"], [href*=".JPG"], [href$=".jpeg"], [href$=".JPEG"], [href$=".png"], [href$=".PNG"]):before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/file_img.svg");
}

.description p,
.news__content p {
  display: flow-root;
}

.aun-pagination {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aun-pagination a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid transparent;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

.aun-pagination a:hover, .aun-pagination a:focus {
  border-color: #c5e3d3;
}

@media (min-width: 320px) {
  .aun-pagination a {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .aun-pagination a {
    font-size: 16px;
    font-weight: 500;
  }
}

.aun-pagination span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #25ab63;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #25ab63;
}

@media (min-width: 320px) {
  .aun-pagination span {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .aun-pagination span {
    font-size: 16px;
    font-weight: 500;
  }
}

.search-page {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

.search-page p {
  margin-bottom: 12px;
}

.search-page form {
  margin-bottom: 16px;
}

.search-page form {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: flex;
}

.search-page form input[type=text] {
  height: 100%;
  background-color: transparent;
  width: 100%;
  padding: 16px 20px 16px 54px;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
  border: 1px solid #c5e3d3;
  border-radius: 2px 0px 0px 2px;
  transition: border-radius 0.3s ease;
  outline: none;
}

@media (min-width: 320px) {
  .search-page form input[type=text] {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .search-page form input[type=text] {
    font-size: 16px;
    font-weight: 500;
  }
}

.search-page form .search__input-container {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  position: relative;
}

.search-page form .search__input-container:before {
  content: url("/local/templates/chashniki/assets/css/../images/svg/search.svg");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 20px;
}

.search-page form input[type=submit] {
  cursor: pointer;
  background-color: #2bc974;
  border: 1px solid #2bc974;
  outline: none;
  padding: 16px 40px;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #ffffff;
  border-radius: 0px 2px 2px 0px;
  transition: border-radius 0.3s ease;
}

@media (min-width: 320px) {
  .search-page form input[type=submit] {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  .search-page form input[type=submit] {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .search-page form input[type=submit] {
    font-size: 16px;
    font-weight: 500;
  }
}

.search-page form:focus input[type=text], .search-page form:hover input[type=text] {
  outline: none;
  border-radius: 16px 0px 0px 16px;
  border-color: #2bc974;
}

.search-page form:focus input[type=submit], .search-page form:hover input[type=submit] {
  outline: none;
  border-radius: 0px 16px 16px 0px;
}

.search-page small {
  display: block;
  margin-bottom: 30px;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

.search-page .search__item {
  position: relative;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #25ab63;
}

.search-page .search__item time {
  display: block;
  margin-bottom: 14px;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {
  .search-page .search__item time {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .search-page .search__item time {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {
  .search-page .search__item time {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
}

.search-page .search__item a {
  display: block;
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
  margin-bottom: 14px;
}

@media (min-width: 320px) {
  .search-page .search__item a {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (min-width: 1800px) {
  .search-page .search__item a {
    font-size: 20px;
    font-weight: 500;
  }
}

.search-page .search__item a:after {
  position: absolute;
  content: "";
  inset: 0;
}

.search-page .search__item p {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {
  .search-page .search__item p {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .search-page .search__item p {
    font-size: 14px;
    font-weight: 400;
  }
}

@media (min-width: 1280px) {
  .search-page .search__item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
}

.search-page .search__item:hover a, .search-page .search__item:focus a {
  color: #25ab63;
}

.error img {
  width: auto;
  height: auto;
  margin-bottom: 24px;
}

.error p {
  font-family: "InterTight", sans-serif;
  line-height: 110%;
  color: #343434;
}

@media (min-width: 320px) {
  .error p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .error p {
    font-size: 16px;
    font-weight: 400;
  }
}

@media (min-width: 1440px) {
  .error p {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (min-width: 1800px) {
  .error p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (min-width: 320px) {
  .main-container {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .description table tbody tr th,
  .description table tbody tr td {
    padding: 12px 12px;
  }

  .description a[href*="."]:is([href*="/upload/"]) {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .aun-pagination {
    margin-top: 30px;
    gap: 8px;
  }

  .aun-pagination a,
  .aun-pagination span {
    width: 44px;
    height: 34px;
  }

  .error h1,
  .error p {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {

  .description table tbody tr th,
  .description table tbody tr td {
    padding: 16px 16px;
  }

  .aun-pagination {
    margin-top: 40px;
    gap: 12px;
  }
}

@media (min-width: 1280px) {
  .main-container {
    gap: 60px;
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  .menu-left,
  .block-right {
    display: block;
    flex: 0 0 240px;
  }

  .description a[href*="."]:is([href*="/upload/"]) {
    -webkit-align-items: center;
    align-items: center;
  }

  .aun-pagination {
    gap: 16px;
  }

  .aun-pagination a,
  .aun-pagination span {
    width: 50px;
    height: 40px;
  }

  .error h1,
  .error p {
    margin-bottom: 40px;
  }
}

@media (min-width: 1440px) {
  .main-container {
    gap: 50px;
  }

  .menu-left,
  .block-right {
    -webkit-flex: 0 0 280px;
    flex: 0 0 280px;
  }

  .description table tbody tr th,
  .description table tbody tr td {
    padding: 20px 20px;
  }
}

@media (min-width: 1800px) {
  .main-container {
    gap: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .menu-left,
  .block-right {
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
  }

  .aun-pagination {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=default.css.map */
/* End */
/* /local/templates/chashniki/components/bitrix/news/photogallary/bitrix/news.detail/.default/style.css?1741347382155 */
/* /local/templates/chashniki/assets/css/default.css?174134734922813 */
