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

@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: 'VollkornRegular';
	src: local('VollkornRegular'),
  url('/static/buro/font/Vollkorn-Regular.woff2') format('woff2');
	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');
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

:root {
    --white-color: #FFFFFF;
    --gray-color: #E5E5E5;
    --blu-color: #2FA3E8;
    --black-color: #000000;
    --red-color: #D40000;
    --gray2-color: #EFEFEF;
    --footer-color: #18587D;
    --telegramm-color: #4872A3;
    --heade-name-color: #F21919;
  }

.slider {
  width: 1920px;
  height: 400px;
  background: var(--gray-color); 
  position: relative;;
}

.name_buro { 
  position: absolute;
  z-index: 1;
  font-family: 'VollkornBold';  
  font-weight: 800;
  font-size: 100px;
  line-height: 100px;
  color: var(--heade-name-color);
  -webkit-text-stroke: 4px var(--black-color);
  letter-spacing: -2px; 
}

.name1 {
  margin-top: 70px;
  margin-left: 183px;
}

.name2 {
  margin-top: 146px;
  margin-left: 529px;
}

.name3 {
  margin-top: 230px;
  margin-left: 1012px;
}

.slider_all {
  position: absolute;
  z-index: 0;
  width: 1920px;
  height: 400px;
  background: var(--white-color); 
  border-radius: 40px; 
}

.swiper {
  width: 1900px;
  height: 380px;
  padding-top: 10px !important;
}

.slide1 {
  background-image: url(/static/buro/images/slider1.webp);
}

.slide2 {
  background-image: url(/static/buro/images/slider2.webp);
}

.slide3 {
  background-image: url(/static/buro/images/slider3.webp);
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background-color: var(--white-color) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #007aff !important;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--gray-color) !important;
}

svg path {
  fill:inherit;
  stroke:inherit;
  stroke-width:inherit;
}

.main_buro {
  width: 1920px;
  background: var(--gray-color);
}

.section1 {
  display: flex;
}

.block_main {
  display: flex;
  width: 900px;
  height: 522px;
  margin-top: 20px;
  background: var(--white-color);
  border-radius: 40px;
  flex-wrap: wrap;
}

.about_buro,
.content_buro {
  margin-left: 45px;
}

.theme_report,
.download_buro {
  margin-left: 30px;
}

.block_main_intro {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 261px;  
}

.about_buro_img {
  background-image: url(/static/buro/images/about.webp);
}

.text_small {
  font-family: 'VollkornBold'; 
  font-size: 40px;
  line-height: 40px;
  margin: 0;  
}

.about_buro_text_small, 
.about_buro_context,
.about_buro_text_full {  
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center
}

.text_about {
  font-family: 'VollkornBold';
  font-size: 60px;
  line-height: 60px;
  color: var(--blu-color);
  -webkit-text-stroke: 3px var(--black-color);
  text-decoration: none;
}

.text_about2 {
  font-family: 'VollkornBold';
  font-size: 60px;
  line-height: 60px;
  color: var(--blu-color);
  -webkit-text-stroke: 3px var(--black-color);
  text-decoration: none;
}

.text_about:hover {
  color: var(--gray2-color);
}

.text_about:focus {
  color: var(--gray2-color);
  outline: none;
}

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

.about_buro_context {
  box-sizing: border-box;
  border-right: 1px solid var(--gray-color);  
}

.about_buro_text_small {
  box-sizing: border-box;
  border-bottom: 1px solid var(--gray-color);  
}

.text_full {
  width: 344px;
  height: 224px;
  font-family: 'VollkornItalic';    
  font-size: 20px;
  line-height: 28px;
}

.theme_report_img {
  background-image: url(/static/buro/images/content.webp);
}

.content_img_contur {
  width: 395px;
  height: 229px;
  margin-left: 27.73px;
  margin-top: 16.09px;  
  background-image: url(/static/buro/images/content2.webp);
}

.content_img {
  border-radius: 40px 0 0 0;
  background-color: var(--gray2-color); 
}

.text_content {
  width: 290px;
  height: 160px;
}

.pdf_img {
  background-color: var(--gray2-color);
  background-image: url(/static/buro/images/content3.webp);
  border-radius: 40px 0 0 0;
}

.text_link {
  font-family: 'VollkornItalic';  
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-left: 20px;  
  margin-top: 20px;
  color: var(--black-color);    
}

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

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

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

.text_full_downland {
  width: 218px;
  height: 56px;
  margin-left: 116px;
  text-align: center;
  margin-top: 70px;;
}

.pay_img {
  background-image: url(/static/buro/images/pay.webp);
  box-sizing: border-box;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);      
}

.text_pay {
  width: 350px;
  height: 140px;
  font-family: 'VollkornItalic';    
  font-size: 20px;
  line-height: 28px;
}

.news_img_contur {
  width: 430px;
  height: 240px;
  margin-left: 10px;
  margin-top: 10px;  
  background-image: url(/static/buro/images/news.webp);
}

.news_img {
  border-radius: 40px 0 0 0;
  background-color: var(--gray2-color);  
}

.text_news_full {
  width: 241px;
  height: 112px;
  font-family: 'VollkornItalic';    
  font-size: 20px;
  line-height: 28px;
}

.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);
}

@media (max-width: 1024px) {
  .slider {
    width: 1024px;
    height: 300px;    
  }
  
  .name_buro { 
    position: absolute;
    z-index: 1;     
    font-weight: 800;
    font-size: 55px;
    line-height: 55px;
    -webkit-text-stroke: 2px var(--black-color);        
  }
  
  .name1 {
    margin-top: 55px;
    margin-left: 55px;
  }
  
  .name2 {
    margin-top: 110px;
    margin-left: 278px;
  }
  
  .name3 {
    margin-top: 183px;
    margin-left: 561px;
  }

  .slider_all {
    width: 1024px;
    height: 300px;
  }
  
  .swiper {
    width: 1004px;
    height: 280px;    
  }
  
  .slide1 {
    background-image: url(/static/buro/images/slider1_1024.webp);
  }
  
  .slide2 {
    background-image: url(/static/buro/images/slider2_1024.webp);
  }
  
  .slide3 {
    background-image: url(/static/buro/images/slider3_1024.webp);
  }

  .main_buro {
    width: 1024px;    
  }
    
  .block_main {    
    width: 462px;
    height: 256px;
    margin-top: 15px;    
  }
  
  .about_buro,
  .content_buro {
    margin-left: 40px;
  }
  
  .theme_report,
  .download_buro {
    margin-left: 20px;
  }
  
  .block_main_intro {
    width: 231px;
    height: 128px;    
  }
  
  .about_buro_img {
    background-image: url(/static/buro/images/about_1024.webp);
  }
  
  .text_small {    
    font-size: 20px;
    line-height: 20px;    
  }
  
  .text_about {    
    font-size: 30px;
    line-height: 30px;    
    -webkit-text-stroke: 1px var(--black-color);    
  }

  .text_about2 {    
    font-size: 30px;
    line-height: 30px;    
    -webkit-text-stroke: 1px var(--black-color);    
  }
      
  .text_full {
    width: 200px;
    height: 125px;    
    font-weight: 500;    
    font-size: 12px;
    line-height: 15px;
    margin: 0;    
  }
  
  .theme_report_img {
    background-image: url(/static/buro/images/content_1024.webp);
  }

  .content_img_contur {
    width: 231px;
    height: 128px;
    margin-left: 0;
    margin-top: 0;  
    background-image: url(/static/buro/images/content2_1024.webp);
  }  
  
  .text_content {
    width: 195px;
    height: 86px;
  }
  
  .pdf_img {    
    background-image: url(/static/buro/images/content3_1024.webp);
  }
  
  .text_downland {      
    font-size: 10px;
    line-height: 10px;
    margin-top: 20px;     
    width: 179px;
  }
  
  .text_link {
    font-size: 10px;
    line-height: 10px;
    margin-left: 20px;    
  }
  
  .text_full_downland {
    width: 145px;
    height: 24px;
    margin-left: 40px;
    text-align: center;
    margin-top: 40px;
  }
  
  .pay_img {
    background-image: url(/static/buro/images/pay_1024.webp);
  }
  
  .text_pay {    
    font-weight: 500;    
    width: 190px;
    height: 60px;        
    font-size: 12px;
    line-height: 15px;
  }
  
  .news_img_contur {
    width: 231px;
    height: 118px;
    margin-left: 0;
    margin-top: 0;  
    background-image: url(/static/buro/images/news_1024.webp);
    box-sizing: border-box;    
    border-right: 1px solid var(--gray-color); 
    border-bottom: 1px solid var(--gray-color); 
  }  
  
  .text_news_full {
    width: 140px;
    height: 53px;      
    font-size: 12px;
    line-height: 15px;
  }

  .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) {
  .slider {
    width: 320px;
    height: 150px;
  }
  
  .name_buro { 
    position: absolute;
    z-index: 1;    
    font-size: 35px;
    line-height: 35px;
    -webkit-text-stroke: 1px var(--black-color);
  }
  
  .name1 {
    margin-top: 20px;
    margin-left: 118px;
  }
  
  .name2 {
    margin-top: 61px;
    margin-left: 95px;
  }
  
  .name3 {
    margin-top: 101px;
    margin-left: 49px;
  }
  
  .slider_all {
    width: 320px;
    height: 150px;
  }
  
  .swiper {
    width: 300px;
    height: 130px;
  }
  
  .slide1 {
    background-image: url(/static/buro/images/slider1_320.webp);
  }
  
  .slide2 {
    background-image: url(/static/buro/images/slider2_320.webp);
  }
  
  .slide3 {
    background-image: url(/static/buro/images/slider3_320.webp);
  }
  
  .swiper-pagination-bullet {
    width: 0px !important;
    height: 0px !important;
  }
  
  .main_buro {
    width: 320px;
  }
  
  .section1 {
    flex-direction: column;
  }
  
  .block_main {
    width: 320px;
    height: 240px;
    margin-top: 5px;
  }
  
  .about_buro,
  .content_buro {
    margin-left: 0;
  }
  
  .theme_report,
  .download_buro {
    margin-left: 0;
  }
  
  .block_main_intro {
    width: 160px;
    height: 120px;
  }
  
  .about_buro_img {
    background-image: url(/static/buro/images/about_320.webp);
  }
  
  .text_small {
    font-size: 20px;
    line-height: 20px; 
  }
  
  .text_about {
    font-size: 20px;
    line-height: 20px;
    -webkit-text-stroke: 0.7px var(--black-color);
  }

  .text_about2 {
    font-size: 20px;
    line-height: 20px;
    -webkit-text-stroke: 0.7px var(--black-color);
  }
  
  .text_full {
    width: 139px;
    height: 100px; 
    font-size: 10px;
    line-height: 10px;
  }
  
  .theme_report_img {
    background-image: url(/static/buro/images/content_320.webp);
  }
  
  .content_img_contur {
    width: 160px;
    height: 120px;
    margin-left: 0px;
    margin-top: 0px;  
    background-image: url(/static/buro/images/content2_320.webp);
  } 
  
  .text_content {
    width: 126px;
    height: 50px;
  }

  .about_buro_text_small {
    border: 0;
  }

  .about_buro_context {
    border-top: 1px solid var(--gray-color);
  }

  .about_buro_text_full {
    border-top: 1px solid var(--gray-color);
  }
  
  .pdf_img {
    background-image: url(/static/buro/images/content3_320.webp);
  }
  
  .text_downland { 
    font-size: 10px;
    line-height: 10px;
    margin-top: 18px;
    margin-left: 20px;    
    width: 120px;
  }
  
  .text_link {
    font-size: 10px;
    line-height: 10px;
    margin-left: 25px;
  }

  .block_main_intro {
    border-top: 1px solid var(--gray-color);
  }  
  
  .text_full_downland {
    margin-top: 30px;
    margin-left: 10px;
  }
  
  .pay_img {
    background-image: url(/static/buro/images/pay_320.webp);
  }
  
  .text_pay {
    width: 132px;
    height: 49px;  
    font-size: 10px;
    line-height: 10px;
  }
  
  .news_img_contur {
    width: 160px;
    height: 110px;
    margin-left: 0;
    margin-top: 0;  
    background-image: url(/static/buro/images/news_320.webp);
  }
  
  .text_news_full {
    width: 101px;
    height: 41px;   
    font-size: 10px;
    line-height: 10px;
  }
  
  .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;
  }    
}