.logo-block {
 	position: absolute; 
    display:flex; 
    justify-content: space-between; 
    width: 100%;
 }
 
 .contact {
 	background-color: #9DF069;
    padding: 5px 10px;
    border-radius: 10px;
    height:30px;
    margin-right: 60px;
 }
 
 .whatsapp-link {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
 }

 .whatsapp-link:hover {
        text-decoration: underline;
 }
 
 @media (max-width: 768px) {
  .container-menutop {
 	display: flex;
  	align-items: center;
    justify-content: right;
 	}
 
  .contact {
    height: 40px;
    font-size:13px;
    
    display: flex;
  	align-items: center;    /* по вертикали */
  	justify-content: center; /* по горизонтали */
  }
  
  .section-submenu {
  	margin-bottom: 30px;
  }
}

.topblock{
	padding: 15px 0px 0px 0px;
    margin-bottom: 0px;
}

.topblock h1 {
    margin-bottom: 0;
}

p.sublogo {
	margin-bottom:13px;	
}

.topblock h1 a {
    color: inherit;
    text-decoration: none;
}

.topblock h1 a:hover {
    text-decoration: underline; /* по желанию */
}

.topblock p.subtitle {
    margin-bottom: 60px;
}


@media (max-width: 768px) {
  .topblock h1 {
    margin-bottom: 0;
}
}

.blogmain {
	display:flex; 
    margin: 0 auto 20px; 
    line-height: 1.6; 
    font-size: 18px;
}

@media (max-width: 768px) {
  .blogmain {
	display: block;
}
}

.linkblogmain{
	display: inline-block;
    border: 1px solid gray;
    padding: 3px 42px;
    border-radius: 11px;
    background-color: #077EDC;
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

.linkblogblogmain{
	display: inline-block;
    border: 2px solid #077EDC;
    padding: 3px 42px;
    border-radius: 11px;
    background-color: #fff;
	color: #077EDC;
    text-decoration: none;
    font-style: normal;
}

.forspec__linkblogmain{
	display: inline-block;
    border: 1px solid gray;
    padding: 0px 42px;
    font-size: 16px;
    border-radius: 11px;
    background-color: #077EDC;
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

.pre-filter {
  padding: 20px;
  border: 1px solid #ddd;
  max-width: 500px;
  border-radius: 10px;
}

#enterBtn {
  display: inline-block;
    border: 1px solid gray;
    padding: 3px 42px;
    border-radius: 11px;
    background-color: #077EDC;
    color: #fff;
    text-decoration: none;
    font-style: normal;
}

#enterBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.nav__link-remote {
	background-color: #077EDC;
    padding: 5px 25px;
    border: 1px solid white;
    border-radius: 10px;
    color: #fff;
}

.nav__link-remote-sidebar {
	width: 100%;
}

.section-main__h1 {
	margin-bottom: 40px;
}

.section-main__h1arenda {
	margin-bottom: 10px;
}

.container-content {
	/*min-width: 900px;*/
    max-width: 1200px;
    width:100%;
}

.superblock__heading {
	margin-bottom:30px;
}

.superblock__image {
	float:left; 
    text-align:center; 
    margin:0 35px 15px 0;
}

.superblock__join {
	max-width: 800px; 
    margin: 0 auto; 
    line-height: 1.6; 
    font-size: 18px; 
    display:flex;"
}

@media (max-width: 768px) {
	.superblock__join {
        max-width: 800px; 
        margin: 0 auto; 
        line-height: 1.6; 
        font-size: 18px; 
        /*display:flex;*/
		display:block;
    }
}

.forwhom {
    position: relative;
	max-width: 1080px; 
	margin: 0 auto; 
	line-height: 1.6; 
	font-size: 18px;
    display: flex;
    margin-bottom: 70px;
}

.forwhom::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 1px;
    background: #ccc;
    transform: translateX(-50%);
}

.forspec {
	flex: 0 1 600px;
    padding-right: 27px;
}

.forspec__header {
	font-weight: bold;
}

.iamprofi {
	text-align: center;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.forwhom {
        display: block;
    }
    
    .forwhom::after {
        display: none;
    }
    
    .forspec {
		margin-bottom: 20px;
    }
    
    .container-aside {
    	display: none;
    }
}

@media (max-width: 995px) {
    .container-aside {
    	display: none;
    }
}



.howitworks {
  padding: 30px 20px 10px 20px;
  background: #f9fafb;
}

.howitworks__container {
  max-width: 1100px;
  margin: 0 auto;
}

.how-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.how-item {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
}

.how-number {
  width: 40px;
  height: 40px;
  background: #111827;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.how-item h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.how-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #4b5563;
}

.how-link {
  text-decoration: none; /* убирает подчеркивание */
  color: inherit;        /* наследует цвет текста карточки */
  display: block;        /* ссылка становится блочной, чтобы занимать всю карточку */
}


@media (max-width: 768px) {
  .howitworks {
    padding: 20px 15px 0 15px;
  }

  .how-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .how-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .how-item {
    padding: 25px 20px;
  }

  .how-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .how-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .how-item p {
    font-size: 15px;
  }
  
  .how-link {
  text-decoration: none; /* убирает подчеркивание */
  color: inherit;        /* наследует цвет текста карточки */
  display: block;        /* ссылка становится блочной, чтобы занимать всю карточку */
}
}

@media (max-width: 480px) {
  .how-item {
    display: flex;
    flex-direction: column;
  }
}



.mainspecialists-flex{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.mainspecialists-flex > *:last-child {
  margin-bottom: 15px;
}

/* карточка */
.mainspecialists-card{
  display:flex;
  gap:14px;
  align-items:center;

  padding:14px;
  background:#fff;
  border-radius:16px;

  text-decoration:none;
  color:#111;

  box-shadow:0 6px 20px rgba(0,0,0,.06);
  transition:.2s ease;
}

.mainspecialists-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}

/* фото */
.card-photo{
  flex:0 0 64px;
}

.card-photo img{
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:50%;
  display:block;
}

/* правая часть */
.card-info{
  display:flex;
  flex-direction:column;
  gap:6px;
  flex:1;
}

.card-info h3{
  margin:0;
  font-size:16px;
  font-weight:600;
}

.card-role{
  margin:0;
  font-size:13px;
  color:#6b7280;
}

.card-more{
  font-size:13px;
  color:#ef4444;
  margin-top:4px;
}




/* Reviews preview */
.reviews-preview {
  padding: 30px 0;
}
.review-card {
  background: #f3f4f6;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.all-reviews {
    display: inline-block;
    margin-top: 0px;
    color: #077EDC;
    text-decoration: none;
}

.card-more {
    color: #077EDC;
    text-decoration: none;
}

@media (max-width: 768px) {
	.reviews-preview {
  padding: 10px 0;
}
}



.specialists-tabs {
  display: flex;
  gap: 12px;
  margin: 24px 0;
}

.tab-btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.tab-btn.is-active {
  background: #000;
  color: #fff;
  border-color: #000;
}

@media (max-width: 768px) {
.specialists-tabs {
    display: flex;
    gap: 8px;
    margin: 16px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .specialists-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    flex: 0 0 auto;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 999px;
    white-space: nowrap;
  }
}

.specialist-card {
  display: flex;
  gap: 30px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.specialist-photo {
  flex-shrink: 0;
  width: 180px;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  background: #f3f4f6;
}

.specialist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialist-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.specialist-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.specialist-header h3 {
  font-size: 24px;
  margin: 0;
}

.specialist-tag {
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 20px;
}

.specialist-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin: 15px 0 20px;
}

.specialist-points {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.specialist-points li {
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 6px;
}

.specialist-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.specialist-btn {
  display: inline-block;
  padding: 12px 22px;
  background: #111827;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.2s ease;
}

.specialist-btn:hover {
  background: #000000;
}

.specialist-trust {
  font-size: 14px;
  color: #059669;
  font-weight: 500;
}

.specialist-reviews {
  margin-top: 0px;
  padding-top: 5px;
  /*border-top: 1px solid #e5e7eb;*/
}

.specialist-reviews h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

h4.toggle-reviews-title {
    margin-top: 0px;
    padding-top: 5px;
    border-top: 1px solid #e5e7eb;
    cursor: pointer;
}

.specialist-reviews {
	overflow: hidden;
 	max-height: 0;
	transition: max-height 0.35s ease;
}

.review-item {
  margin-bottom: 15px;
}

.review-item p {
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 4px;
}

.review-item span {
  font-size: 13px;
  color: #6b7280;
}



@media (max-width: 768px) {
  .specialist-card {
    flex-direction: column;
    padding: 25px 20px;
  }

  .specialist-photo {
    width: 100%;
    height: 260px;
  }

  .specialist-header h3 {
    font-size: 22px;
  }

  .specialist-desc {
    font-size: 15px;
  }

  .specialist-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .specialist-btn {
    width: 100%;
    text-align: center;
  }
}


.reviews-page {
  padding: 0px 0px;
  background: #f9fafb;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.reviews-header {
  text-align: center;
  margin-bottom: 60px;
}

.reviews-header h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.reviews-header p {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
}

.reviews-section {
  margin-bottom: 60px;
}

.reviews-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.reviews-list {
  display: grid;
  gap: 15px;
}

.review-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.review-card.soft {
  background: #f3f4f6;
  box-shadow: none;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #111827;
  margin-bottom: 15px;
}

.review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-author span {
  font-size: 14px;
  color: #374151;
}

.review-meta {
  font-size: 13px;
  color: #6b7280;
}

.reviews-note {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
}

.reviews-note p {
  font-size: 15px;
  color: #6b7280;
  text-align: center;
  line-height: 1.5;
}


@media (max-width: 768px) {
  .reviews-page {
    padding: 10px 15px;
  }

  .reviews-header h1 {
    font-size: 28px;
  }

  .reviews-section h2 {
    font-size: 20px;
  }

  .review-card {
    padding: 22px 20px;
  }

  .review-text {
    font-size: 15px;
  }
}










.posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* отступ между карточками */
}

.post-card {
  flex: 0 1 calc(50% - 10px); /* два столбца с учётом gap */
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /*background: #fafafa;*/
  background: #f4f5fa;
}

.post-card__description p {
	position: relative;
    padding: 0 0 0 27px;
}

.post-card__description p::before {
	content:"";
    display: inline-block; /* или block */
    width:15px;
    height:15px;
    border-radius: 50%;
    background: black;
    margin-right: 8px;
    position: absolute;
    top:3px;
    left:0;
}


	.dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-toggle {
      background: #007BFF;
      color: #fff;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 16px;
    }

    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 180px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 8px;
      box-shadow: 0 6px 12px rgba(0,0,0,0.1);
      display: none;
      flex-direction: column;
      z-index: 1000;
    }

    .dropdown-menu a {
      padding: 12px 16px;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #eee;
      transition: background 0.2s;
    }

    .dropdown-menu a:hover {
      background: #f2f2f2;
    }

	body .dropdown:hover .dropdown-menu {
      display: flex !important;
    }

    .selectcity {
        margin: 0 0 20px 0;
    }

    .selectcity__cityitem {
        font-size: 14px;
        padding: 5px 10px;
        border: 1px solid gray;
        border-radius: 5px;
        display: inline-block;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .selectcity__cityitem-blue {
		background: #007BFF;
    }
    
    .selectcity__cityitem-green {
		background: #28A745;
    }
    
    .selectcity__cityitem a,
	.selectcity__cityitem a:visited,
	.selectcity__cityitem a:hover,
	.selectcity__cityitem a:active {
  		color: inherit !important; /* или укажи нужный цвет */
        text-decoration:none;
	}
    
    .item__shortdesc {
    	/*max-width: 289px;*/ /*3 записи в ряд*/
        /*max-width: 230px;*/
    }
    
    .item__shortdesc-bold a {
    	font-weight: bold;
        /*color: inherit !important;*/
        color: #007BFF;
    }
    
.page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}

.page-numbers.current {
    background: #007BFF;
    color: #fff;
    border-color: #007BFF;
}

@media (max-width: 479px) {
  .container-content {
    min-width: 350px;
    width: 100%;
  }
  
  .post-card {
    min-width: 340px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  
  .filter label, .filter #priceValue {
  	display:block;
  }
  
  .filter #priceValue {
  	text-align:center;
  }
  
  .card {
  	flex: 0 0 150px;
  }
}


/*Кнопка "Опубликовать вакансию на главной странице"*/
.styled-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.styled-button:hover {
    background-color: #0069D9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.styled-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.telegram {
    padding: 10px 50px;
    margin-bottom:20px;
}

.submit-vacancy-button {
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}



/*Форма отправки вакансии*/
.custom-post-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
}
.custom-post-form label {
    display: block;
    margin: 10px 0 5px;
}
.custom-post-form input[type="text"],
.custom-post-form textarea {
    width: 100%;
    padding: 8px;
}

.success {
    color: green;
    padding: 10px;
    border: 1px solid green;
    margin: 10px 0;
}



/*Выбор категории в форме отправки вакансии*/
.category-select {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
}

.category-checkbox {
    display: block;
    margin: 5px 0;
    padding: 5px;
    cursor: pointer;
}

.category-checkbox:hover {
    background: #f5f5f5;
}

.category-checkbox input {
    margin-right: 8px;
}


/* Кнопка отправки с формы вакансии*/
.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-button {
    background: #2271b1;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-button:hover {
    background: #135e96;
}

.required-note {
    margin-top: 10px;
    font-size: 0.85em;
    color: #666;
}


/*Аренда кабинетов и кресел masterarenda.kz*/
.slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }
    .slider-btn svg {
        stroke: white;
        transition: stroke 0.3s ease;
    }
    .slider-btn:hover {
        background: white;
    }
    .slider-btn:hover svg {
        stroke: black;
    }
    .show-prev { left: 10px; }
    .show-next { right: 10px; }

/* Фон модалки */
    .lightbox-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
}

.lightbox-overlay img {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
    border-radius: 10px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    user-select: none;
}



.read-more {
    display: block;  /* перенос на новую строку */
    margin-top: 8px; /* отступ сверху */
    color: #0073aa;
    text-decoration: none;
}
.read-more:hover {
    text-decoration: underline;
}


.filter label {
  margin-right: 10px;
  font-weight: bold;
  display: inline;
}

.filter {
  margin-bottom: 20px;
}

#priceValue {
  font-weight: bold;
  color: #e91e63;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
  align-items: start;
  margin-bottom: 30px;
}

.card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 270px;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s;
  flex: 1 1 235px;
}

.card:hover {
  transform: scale(1.02);
}

.card__img {
  width: 100%;
  height: 202px;
  height: auto; 
  border-radius: 8px;
  overflow: hidden;
}

.card__img img{
  width: 100%;
  height: 100%;
  /* height: 202px; */
  /* border-radius: 8px; */
  /* height: auto; */
}

/* .card img {
  width: 100%;
  border-radius: 8px;
} */

.card h2 {
  font-size: 1.2em;
  margin: 12px 0 8px;
  line-height: 22px;
}

.card p {
  font-size: 0.95em;
  color: #555;
}

.price {
  color: #e91e63;
  font-weight: bold;
  margin: 10px 0;
}

.open-modal {
  /* padding: 10px 20px;
  background: linear-gradient(135deg, #fd5d93, #ff9966);
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s; */
  padding: 10px;
  background-color: #e91e63;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.open-modal:hover {
  /* opacity: 0.9; */
  background-color: #c2185b;
}

/* Модальное окно */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 20px;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

.modal-content input,
.modal-content button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.modal-content button {
  background: #e91e63;
  color: white;
  border: none;
  cursor: pointer;
}

.modal-content button:hover {
  background: #d81b60;
}

/* .booking-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.booking-form input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.booking-form button {
  padding: 10px;
  background-color: #e91e63;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.booking-form button:hover {
  background-color: #c2185b;
} */

.contact-links {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.contact-links a {
  text-decoration: none;
  color: #007bff;
  font-size: 0.9em;
}

.contact-links a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.insta-icon {
  width: 20px;
  height: 20px;
}

.social a {
  color: #e1306c;
  font-weight: bold;
  text-decoration: none;
}

.social a:hover {
  text-decoration: underline;
}

@media (max-width: 479px) {
  .container-content {
    min-width: 350px;
    width: 100%;
  }
  
  .post-card {
    min-width: 340px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
  
  /*.filter label,*/ 
  .filter #priceValue {
  	display:block;
  }
  
  .filter #priceValue {
  	text-align:center;
  }
  
  .cards-container {
  	justify-content: center;
  }
  
  .card {
  	flex: 1 1 auto;
  }
  
  .card h2 {
  	line-height:1.2em;
    word-break: break-word;
  }
  
  .social a{
  	font-size: 12px;
	word-break: break-word;
  }
  
  section-main__h1arenda {
	margin-bottom: 10px;
  }
}
/*просмотры постов*/
.post-views {
  font-size: 14px;
  color: #666;
}
.post-views i {
  margin-right: 5px;
  color: #999;
}
/*просмотры постов*/


/* CARDS Блог*/
.blog__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.blog__card {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  transition: 0.2s ease;
}

.blog__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.blog__card-image {
  height: 140px;
  background: #eaeaea;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow:hidden;
}

.blog__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.blog__card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog__card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.blog__card a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

/* SMALL CARDS */
.blog__card.small {
  padding: 16px;
}

.mysinglepost {
	max-width: 725px;
    margin: 0 auto 100px;
}




.mainspecialists-card {
  height: auto !important;
  overflow: visible !important;
}

.footer__icons img {
	width: 33px;
    height: 33px;
}



.footer__social-btn {
    display: none;
}

/* мобильные */
@media (max-width: 767px) {

    .footer__social-btn {
        display: block;

        background-color: #077EDC;
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 10px;

        color: #fff;
        text-align: center;
        text-decoration: none;

        margin-bottom: 12px;
    }

    .nav__link-remote {
        display: none;
    }
}