html {
    padding: 0;
    margin: 0;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}
@font-face {
    font-family: RobotoSerif;
    src: url('../fon/RobotoSerif-Regular.woff2') format('ttf');
    font-weight: 400;
    font-style: normal;
}
p {
    font-family: "RobotoSerif", sans-serif;
}
html, body {
    overflow-x: hidden;   /* Убирает прокрутку по горизонтале, для мобильной версии */
}
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
h1, h2, h2, h3, h4, h5,h6 {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
a {
    background-color: transparent;
  }
  img {
    border-style: none;
  }  
.modal-open {
    padding-right: 0 !important;  /*при нажатии на модальное окно, контент не сдвигается */
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* Общие стили */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: Arial, sans-serif;
    padding-top: 80px; /* Учитываем высоту фиксированной шапки */
  }
  /* Фиксированная шапка */
  .header_left img {
    width: 110px;
    height: 55px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  /* Внутреннее содержимое */
  .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  /* Логотип */
  .header_left img {
    height: 50px;
  }
  /* Центрированный текст */
  .header_center {
    flex-grow: 1;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    margin-right: 20px;
  }
  .header_center span {
    font-size: 12px;
    font-weight: normal;
  }
  .header_text {
    margin-right: 30px;
  }
  /* Телефоны */
  .phone_centered {
    display: none;
    justify-content: center;
    background: #ffcc00;
  }
  .phone_item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .phone_item img {
    height: 16px;
    width: 16px;
  }
  .phone_item a {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }
/* Бургер-меню */
.burger-menu {
    display: none;
}
/* Иконка бургера */
.menu-icon {
    font-size: 32px;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1001;
}
/* Скрытый чекбокс */
#menu-toggle {
    display: none;
}
/* Меню на весь экран */
.menu {
    position: fixed;
    margin-top: 35px;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: rgb(28 27 27);
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.menu li {
    padding: 5px;
}
.menu a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    display: block;
}
/* Открытие меню */
#menu-toggle:checked + .menu-icon + .menu {
    left: 0;
}
  /* Адаптивность */
@media screen and (max-width: 768px) {
    .header_inner {
      flex-direction: row;
    }
    .header_center {
      font-size: 13px;
      text-align: right;
    }
    .header_right {
      display: flex;
      justify-content: flex-end;
    }
    .burger-menu {
      display: block;
    }
    .phone_centered {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .phone_kom {
        display: none;
    }
  }
  .men {
    position: relative;
    background: #fff;
    padding: 0;
    height: 50px;
    transition: 0.5s;
    left: 0;
    border-top: 1px solid rgba(151, 151, 151, 0.22);
    width: 100%; /* Меню занимает всю ширину */
}
.men nav {
    width: 100%;
    max-width: 1253px; /* Ограничение ширины */
    margin: auto;
}
.men .me {
    width: 100%;
    display: flex;
    justify-content: space-around; /* Равномерное распределение */
    padding: 0;
    margin: 0;
}
.men .me .nu {
    flex: 1; /* Элементы равномерно распределяются */
    text-align: center;
    line-height: 50px;
    white-space: nowrap; /* Текст не переносится */
	list-style: none;
}
.nu a {
    color: #3f474c;
    font-size: 16px;
}
.battom, a {
    text-decoration: none;
}
.nu a {
	color: #3f474c;
}
@media screen and (max-width: 768px) {
	.men {
		display: none;
	}
}
.main.blog {
  padding-top: 130px;
}
h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 100px auto 20px auto;
  padding: 0;
  color: #2a2e3e;
}
@media (max-width: 962px) { 
  h1 {
    font-size: 20px;;
  }
}

.label p{
  font-size: 18px;
  line-height: 25px;
  border-radius: 10px;
}
@media (max-width: 768px) { 
  .label p {
    font-size: 15px;
  }
}
.wrap-too-blocki {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 962px) {    
  .wrap-too-blocki  { 
      justify-content: center;
  }
}
.bblock-toos {
  flex: 0 0 33.33%;
  margin-top: 35px;
}
@media (max-width: 962px) {    
  .bblock-toos { 
      padding: 15px;
  }
}
@media (max-width: 380px) {    
  .bblock-toos{ 
      flex: 0 0 100%; 
  }
}
.service-info {
  display: flex;
  justify-content: center;
}
.block-cseni-kartoch  img{
  border-radius: 20px;
}
@media (max-width: 380px) { 
  .block-cseni-kartoch img {
      max-width: 250px;
  }
}
.service-info a {
  color: black;
}
.blocki-ceni-kartocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  max-width: 300px;
}
@media (max-width: 650px) { 
  .blocki-ceni-kartocks{
    max-width: 270px;
  }
}
@media (max-width: 380px) { 
  .figcap-tecks {
      font-size: 15px;
  }
}
.slylle-ceny {
  background-color: #f7d800; 
  border-radius: 20px; 
  padding: 2px 10px;
}
/*Футер*/
.site-footer {
  background: #222326;
  margin-top: 40px;
}
.site-inner-width {
    display: flex;
    padding-top: 20px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 768px) {
    .footer-inner {
        display: flex;
        flex-wrap: wrap;
    }
}
.footer-inner li{
  font-size: 14px;
    line-height: 1;
}
.site-contacts-bot {
    color: #ffffff;
    font-size: 14px;
    padding: 22px 10px 20px 0;
    width: 150px;
  }
@media (max-width: 768px) {
    .site-contacts-bot {
      vertical-align: top;
    }
  }
  .site-contacts-tit {
    font-size: 20px;
    line-height: 1;
    color: #fcc012;
    margin: 0 0 16px;
  }
.address-bot {
    display: inline-block;
  }
.bot-cont-p {
    line-height: 1.6;
  }
.bot-cont-p + .bot-cont-p {
    margin: 10px 0 0;
  }
  .bottom-links-wrap {
    vertical-align: top;
    padding: 22px 0 20px 0px;
    display: flex;
  }
  .bottom-links-wrap .bottom-links > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 10px 15px;
  }  
  @media (max-width: 768px) {
    .bottom-links-wrap .bottom-links > li {
        padding: 0px;
      }  
  }
.bottom-links-wrap .bottom-links > li > a {
    font-size: 20px;
    color: #fcc012;
  }
  .bottom-links-wrap .bottom-links > li > ul {
    margin: 15px 0 0;
  }
  .bottom-links-wrap .bottom-links > li li {
    padding: 6px 0 5px;
  }
  .bottom-links-wrap .bottom-links a {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
  }
  .bottom-links-wrap ul {
    margin-top: 0;
  }
  .bottom-links-wrap .bottom-links a.guarantee {
    font-size: 20px;
    color: #fcc012;
  }
  .cocset a {
    padding: 0px 8px;
  }
  @media (max-width: 768px) {
    .wihte {
        width: 150px;
    }
}
ul {
 
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
a {
  display: block;
  text-decoration: none;
  outline: none;
  transition: .5s linear;
}
/*Футер заканчивается*/

.filter, .pag {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.pag li.activ {
  background: #E3E9EE;
}
.pag li {
  border: 2px solid #E3E9EE;
  color: #4980C0;
  border-radius: 50px;
  padding: 11px 15px;
  margin-right: 6px;
}
.filter li, .pag li {
  list-style-type: none;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
/*Одна из страниц блога*/
.textyu {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.textyu .align-right{
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.textyu .align-left{
  float: left;
  padding-left: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 768px) {
    .image-text-wrapper {
      flex-direction: column;
    }
    .textyu img {
      float: none;
      margin: 0 auto 15px;
      width: 100%;
    }
}
.jak {
	background: #b6cced36;
	padding: 20px 50px;
	color: #4980c0;
}
@media (max-width: 768px) { 
  .jak {
    font-size: 15px;
    padding: 20px 20px;
  }s
}
.d1 {
  font-size: 22px;
  margin: 40px 0px 20px;
  scroll-margin-top: 170px;
}
.impzel {
	display: grid;
	background: #4fb30033;
	padding: 25px;
	color: black;
}
.inline-link {
  display: inline-block;
}



.align-left block {
  float: left;
}

.lang-switch {
    display: none;
    text-align: center;
}
@media (max-width: 767px) {
    .lang-switch {
        display: flex;
        justify-content: center;
    }
}
.lang-switch a{
    color: white;
    margin: 0px 10px;
}