@font-face {
	font-family: 'VollkornBold';
	src: local('VollkornBold'),
  url('/static/buro/font/Vollkorn-Bold.woff2') format('woff2'),
  url('/static/buro/font/Vollkorn-Bold.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VollkornBlack';
	src: local('VollkornBlack'),
  url('/static/buro/font/Vollkorn-Black.woff2') format('woff2'),
  url('/static/buro/font/Vollkorn-Black.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VollkornRegular';
	src: local('VollkornRegular'),
  url('/static/buro/font/Vollkorn-Regular.woff2') format('woff2'),
  url('/static/buro/font/Vollkorn-Regular.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VollkornSemiBold';
	src: local('VollkornSemiBold'),
  url('/static/buro/font/Vollkorn-SemiBold.woff2') format('woff2'),
  url('/static/buro/font/Vollkorn-SemiBold.woff') format('woff');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

:root {
    --white-color: #FFFFFF;
    --red-color: #F21919;
    --black-color: #000000;
    --white-menu: rgba(255, 255, 255, 0.45);
    --gray-color: #E5E5E5;
    --activ-color: #4872A3;
    --baground-list: rgba(167, 164, 161, 0.2);
    --footer-color: #18587D;
    --blu-color: #2FA3E8;
    --telegramm-color: #4872A3;
    --menu-intro-color: rgba(167, 164, 161, 0.8);
    --table-background-color: rgba(167, 164, 161, 0.5);
  }

.header_about {
  width: 1920px;
  height: 300px;
  background-color: var(--white-color);
  border: 1px solid var(--white-color);   
}

.header_about_intro {  
  display: flex;
  width: 1900px;
  height: 280px;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(/static/buro/images/about_header.webp);
  background-size: 100%; 
}

.menu_header {
  height: 80px;
  font-family: 'VollkornBlack', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
  color: var(--red-color);
  -webkit-text-stroke: 2px var(--black-color);
  text-decoration: none;  
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_index {
  margin-left: 105px;
  width: 266px;
  height: 80px;
}

.menu_header:not(:first-child) {
  margin-left: 20px;
}

.menu_about {
  width: 231px;
}

.menu_cost {  
  width: 236px;
}

.menu_news {
  width: 277px;
}

.menu_themes {
  width: 190px;
  background-color: var(--white-menu);
  border-radius: 0 20px;
}

.menu_context {
  width: 390px;
}

.menu_header:hover {
  color: var(--gray-color);
}

.menu_header:focus {
  color: var(--gray-color);
  outline: none;
}

.menu_header:active {
  color: var(--activ-color);
  outline: none;
}

.main_about_buro {  
    width: 1920px;  
    background-color: var(--baground-list);
    background-image: url(/static/buro/images/bush_buro.svg);
    background-size: 100%; 
    border-top: 1px solid var(--white-color); 
  }

.menu_intro {
    display: flex;
    margin-top: 59px;
    flex-wrap: wrap;     
    margin-left: 50px;
    margin-right: 50px;
    gap: 20px;
    justify-content: center;
    margin-bottom: 155px;  
}

.intro_text {
    padding-left: 10px;
    padding-right: 10px; 
    font-family: 'VollkornBold', sans-serif;    
    font-size: 35px;
    line-height: 49px;
    background: var(--blu-color);
    border-radius: 20px 0px;
    color: var(--white-color);
    text-decoration: none;      
}

.intro_text:hover {
    color: var(--red-color);
  }
  
  .intro_text:focus {
    color: var(--red-color);
    outline: none;
  }
  
  .intro_text:active {
    color: var(--red-color);
    outline: none;
  }

.intro_1 {
  background: var(--menu-intro-color);    
}

#ya-site-form0 .ya-site-form__input-text {
  width: 869px !important;
  border-radius: 10px;  
}

.ya-site-form__search-input-layout {
  margin-left: 430px !important;
}

#ya-site-form0 .ya-site-form__search-input-layout-l {
  width: 869px !important;
}

#ya-site-form0 .ya-site-form__search-input-layout {
  width: 869px !important;
}

.ya-site-form__input-text {
  padding-left: 10px;
}

#ya-site-form0 .ya-site-form__search {
  width: 869px !important;
}

#table {
  margin-left: 400px;
  margin-top: 50px;
  border-spacing: 20px 10px;
  font-family: 'VollkornSemiBold', sans-serif;
  font-size: 19px;
  line-height: 19px;
}

#table td {
  background: var(--table-background-color);
  padding: 10px;
  border-radius: 5px;
}

.copy_report {
  height: 38px;
}

.theme_report {
  width: 1300px;  
}

#table a {
  text-decoration: none;
  font-family: 'VollkornSemiBold', sans-serif;  
  font-size: 25px;
  line-height: 19px;
  color: var(--black-color); 
  height: 100%;
  padding: 1px;
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
  vertical-align: inherit;
  color: var(--red-color);  
  border-radius: 5px;
}

#table a:hover {
  color: var(--blu-color);
}

#table a:focus {
  color: var(--white-color);
  outline: none;
}

#table a:active {
  color: var(--white-color);
  outline: none;
}

#pagination {
	display: flex;
	padding: 0;
	list-style-type: none;
  margin-left: 90px;
  margin-bottom: 0px;
}
#pagination li {
	margin-right: 5px;
	padding: 10px;
	border: 1px solid var(--black-color);
  font-family: 'VollkornSemiBold', sans-serif;  
  font-size: 25px;
  line-height: 25px;
  background: var(--table-background-color); 
}

#pagination li:hover, #pagination li.active {
	cursor: pointer;
	color: var(--blu-color);
	border: 1px solid var(--blu-color);
}

.footer_intro_color {  
  position: absolute;
  top: 20px;
  width: 1920px;
  height: 400px;  
  background: var(--footer-color);
  border-radius: 40px;
  display: flex;  
}

.footer {   
  position: relative; 
  background: var(--baground-list);
  height: 440px;
  width: 1920px;
}

.name_company {
  padding-top: 90px;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
}

.footer_logo {
  width: 40px;
  height: 25px;
  background-image: url(/static/buro/images/logo.svg);
}

.footer_name {
  font-family: 'VollkornBold';  
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  color: var(--white-color);  
  -webkit-text-stroke: 2px var(--black-color);
  margin-top: 25px;
}

.img_bush {  
  margin-left: 220px;
  margin-top: 100px;
}

.img_bush_svg_320 {
  display: none;
}

.mail_buro_320 {
  display: none;
}

.footer_menu {
  display: flex;
  flex-direction: column;
  margin-left: 219px;
  margin-top: 90px;
}

.footer_menu_text {
  text-decoration: none;
  font-family: 'VollkornBold';  
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--white-color);  
}

.footer_menu_text:not(:first-child) {
  margin-top: 20px;
}

.footer_menu_text:hover {
  color: var(--blu-color);
}

.footer_menu_text:focus {
  color: var(--blu-color);
  outline: none;
}

.footer_menu_text:active {
  color: var(--red-color);
  outline: none;
}

.img_bush2 {
  margin-left: 222px;
  margin-top: 100px;
}

.footer_contact {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: 90px;
  margin-right: 45px;
}
.mail_buro {
  text-decoration: none;
  font-family: 'VollkornRegular';  
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: var(--white-color);
}

.footer_vk,
.footer_telegram {
  margin-top: 60px;
  width: 60px;
  height: 40px;
  margin-left: auto;
  outline: none;   
}

.vk_tele_all {
  display: none;
}

.footer_hover:hover {
  color: var(--blu-color);
}

.footer_hover:focus {
  color: var(--blu-color);
  outline: none;
}

.footer_hover:active {
  color: var(--red-color);
  outline: none;
}

.footer_vk:hover #p-vk {
  fill: var(--blu-color);
}

.footer_vk:focus #p-vk {
  fill: var(--blu-color);  
  outline: none;
}

.footer_vk:active #p-vk {
  fill: var(--red-color);
}

.footer_telegram #p1 {
  fill: var(--white-color);
}

.footer_telegram #p2 {
  fill: var(--blu-color);
}

.footer_telegram #p3,
.footer_telegram #p4 {
  fill: var(--telegramm-color);
}

.tm:hover #p3,
.tm:hover #p4 {
  fill: var(--blu-color);
}

.footer_telegram:focus #p3,
.footer_telegram:focus #p4 {
  fill: var(--blu-color);
  outline: none;
}

.tm:active #p3,
.tm:active #p4,
.tm:active #p2 {
  fill: var(--red-color);
}

.list-pages {
  text-align: center;
  margin: 0 0 20px 0;
}

.list-pages ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.list-pages ul li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.list-pages a {
	color: #000;
	font-size: 24px;
	text-decoration: none;
}

.list-pages .page-num, .page-num-selected {
	display: inline-block;
	width: 60px;
	height: 44px;
	padding: 16px 0 0 0;
	border: 1px solid #d0d0d0;
	border-radius: 30px;
}

.list-pages .page-num:hover {
	box-shadow: 3px 3px 1px #d0d0d0;
}

.list-pages .page-num-selected {
	border: none;
	color: #000;
	font-size: 20px;
}

.list-pages .page-num-selected:hover {
	box-shadow: none;
}

.opata_link {
  display: inline-block;
  padding: 5px 5px;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--footer-color);
  color: white;
  text-align: center; /* Центрирование текста внутри кнопки */
}

.opata_link:hover {
  background-color: #218838;
  transform: translateY(-2px);
}

.opata_link {
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */ /* См. комментарий выше */
}

@media (max-width: 1024px) {

  .header_about {
    width: 1024px;
  }
  
  .header_about_intro {    
    width: 1004px;
    background-image: url(/static/buro/images/about_header_1024.webp);
    flex-wrap:wrap;     
  }
  
  .menu_header {
    height: 52px;    
    font-weight: 800;
    font-size: 30px;
    line-height: 42px;    
    -webkit-text-stroke: 1.5px var(--black-color);    
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .menu_index {    
    width: 172px;    
    margin-left: 70px;
    margin-top: 80px;
  }
  
  .menu_about {
    width: 151px;     
    border-radius: 0 20px;
    margin-left: 201px !important;
    margin-top: 80px;
  }
  
  .menu_cost {
    width: 154px;
    margin-left: 160px !important;
    margin-top: 80px;
  }
  
  .menu_news {
    width: 179px;
    margin-left: 70px !important;
    margin-top: 0;
  }
  
  .menu_themes {
    width: 126px;
    margin-left: 211px !important;
    margin-top: 0;
  }
  
  .menu_context {
    width: 246px;
    margin-left: 118px !important;
    margin-top: 0;
  }
  
  .main_about_buro {  
    width: 1024px;
  }

  .menu_intro {
      margin-top: 50px;
      margin-bottom: 100px;  
  }

  .intro_text { 
      font-size: 20px;
      line-height: 35px;  
  }

  #ya-site-form0 .ya-site-form__input-text {
    width: 625px !important;     
  }

  .ya-site-form__search-input-layout {
    margin-left: 50px !important;
  }

  #ya-site-form0 .ya-site-form__search-input-layout-l {
    width: 625px !important;
  }

  #ya-site-form0 .ya-site-form__search-input-layout {
    width: 625px !important;
  }

  .ya-site-form__input-text {
    padding-left: 10px;
  }

  #ya-site-form0 .ya-site-form__search {
    width: 625px !important;
  }

  #table {
    margin-left: 44px;
    margin-top: 25px;
    border-spacing: 5px 5px;    
    font-size: 18px;
    line-height: 18px;    
  }

  .cost_report {
    height: 55px;
  }

  .demo_report {
    height: 55px;
  }

    .theme_report {
    width: 620px;  
  }


  #table a {   
    font-size: 18px;
    line-height: 18px;    
    padding: 1px;
    height: 55px;      
  }  

  #pagination {    
    margin-left: 50px;
  }

  #pagination li {
    padding: 5px;    
    font-size: 20px;
  }

  .footer_intro_color {    
    top: 15px;
    width: 1024px;
    height: 300px;
  }
  
  .footer {
    height: 330px;
    width: 1024px;
  }
  
  .name_company {
    padding-top: 67px;
    padding-left: 40px;
  }
  
  .footer_name {
    font-size: 30px;
    line-height: 30px;
    -webkit-text-stroke: 0.5px var(--black-color);
    margin-top: 15px;
  }
  
  .img_bush {  
    margin-left: 91px;
    margin-top: 50px;
  }
  
  .footer_menu {
    margin-left: 92px;
    margin-top: 55px;
  }
  
  .footer_menu_text {
    font-size: 20px;
    line-height: 20px;
  }
  
  .footer_menu_text:not(:first-child) {
    margin-top: 14px;
  }
  
  .img_bush2 {
    display: none;
  }
  
  .footer_contact {
    margin-top: 50px;
    margin-right: 40px;
  }

  .footer_vk,
  .footer_telegram {
    margin-top: 50px;
  }
}

@media (max-width: 450px) {
  .header_about {
    width: 320px;
    height: 290px;
  }
  
  .header_about_intro {  
    display: flex;
    flex-direction: column;
    width: 310px;
    height: 280px;
    margin-left: 5px;
    margin-top: 5px;
    background-image: url(/static/buro/images/about_header_320.webp);
  }
  
  .menu_header {
    height: 38px !important;    
    font-size: 25px;
    line-height: 28px;   
    -webkit-text-stroke: 1px var(--black-color);     
    margin-top: 0;
  }
  
  .menu_index {
    margin-left: 86px;
    margin-top: 13px;
    width: 125px;    
  }

  .menu_header:not(:first-child) {
    margin-top: 5px !important;
  }
  
  .menu_about {
    width: 111px;   
    margin-left: 93px !important;   
  }
  
  .menu_cost {
    width: 113px;
    margin-left: 93px !important;
  }
  
  .menu_news {
    width: 129px;
    margin-left: 86px !important;
  }
  
  .menu_themes {
    width: 94px;
    margin-left: 101px !important;
  }
  
  .menu_context {
    width: 174px;
    margin-left: 62px !important;
  }

  .main_about_buro {  
    width: 320px;
  }

  .menu_intro {
    margin-top: 10px;       
    margin-left: 5px;
    margin-right: 5px;
    gap: 15px;    
    margin-bottom: 15px;  
  }

  .intro_text { 
    font-size: 15px;
    line-height: 15px;  
  }

  #ya-site-form0 .ya-site-form__input-text {
    width: 231px !important;
  }

  .ya-site-form__search-input-layout {
    margin-left: 5px !important;
  }

  #ya-site-form0 .ya-site-form__search-input-layout-l {
    width: 231px !important;
  }

  #ya-site-form0 .ya-site-form__search-input-layout {
    width: 231px !important;
  }

  .ya-site-form__input-text {
    padding-left: 10px;
  }

  #ya-site-form0 .ya-site-form__search {
    width: 231px !important;
  }

  #table {
    margin-left: 5px;
    margin-top: 5px;
    border-spacing: 5px 5px;    
    font-size: 10px;
    line-height: 10px;
  }

  .cost_report {
    height: 38px;
  }  

  #table a {
    font-size: 10px;
    line-height: 10px;      
    padding: 11px;   
  }  
 
  #pagination {    
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
  }

  #pagination li {
    margin-right: 5px;
    padding: 0 5px 0 5px;
    font-size: 15px;
    line-height: 15px;
  }
  .footer_intro_color {  
    top: 5px;
    width: 320px;
    height: 150px;  
    border-radius: 0 0 40px 40px;
  }
  
  .footer {   
    height: 160px;
    width: 320px;
  }
  
  .name_company {
    padding-top: 5px;
    padding-left: 8px;
  }

  .vk_tele_all {
    display: block;
    display: flex;
  }

  .footer_hover1 {
    display: none;
  }
  
  .footer_logo {
    width: 30px;
    height: 15px;
    background-image: url(/static/buro/images/logo_320.svg);
  }
  
  .footer_name:nth-child(n+3) {
    font-size: 15px;
    line-height: 15px;
    -webkit-text-stroke: 0.5px var(--black-color);
    margin-top: 5px;
  }

  .footer_name:nth-child(2) {
    font-size: 15px;
    line-height: 15px;
    -webkit-text-stroke: 0.5px var(--black-color);
    margin-top: 19px;
  }

  .footer_vk,
  .footer_telegram {
    margin-top: 19px;
    width: 30px;
    height: 20px;      
  }
  
  .footer_vk {
    margin-left: 21px;  
  }

  .footer_telegram {
    margin-left: 30px;
  }
  
  .img_bush {  
    margin-left: 31px;
    margin-top: 33px;    
    display: flex;
    flex-direction: column;
    width: 62px; 
  }

  .img_bush_svg_320 {
    display: inline-block;
    width: 50px;
    height: 50px;
  }

  .img_bush_svg {
    display: none;
  }

  .mail_buro_320 {
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    line-height: 10px;
    color: var(--white-color);
    margin-top: 5px;
  }

  .mail_buro {
    display: none;
  }
  
  .footer_menu {
    margin-left: 16px;
    margin-top: 5px;
    align-items: center;
  }
  
  .footer_menu_text {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
  }
  
  .footer_menu_text:not(:first-child) {
    margin-top: 13px;
  }
  
  .img_bush2 {
    display: none;
  }
}