.mixitup-page-list button {
	margin: 4px;
}

.mixitup-control {
	display: inline-block;
	color: #021a0d !important;
	background-color: rgba(2, 26, 13, 0.05);
	border-radius: 16px;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	transition: all 0.5s;
}
.mixitup-control-prev,
.mixitup-control-next {
	position: relative;
	font-size: 0;
}
.mixitup-control-prev::after,
.mixitup-control-next::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(img/shevron.svg) no-repeat center;
}
.mixitup-control-prev {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mixitup-control-next {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.mixitup-control-active {
	color: #fff !important;
	background-color: #021a0d;
}
.txt-block__title {
	position: relative;
	margin-bottom: 8px;
	padding-left: 44px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #021a0d;
	cursor: pointer;
}
.txt-block__descr {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: rgba(2, 26, 13, 0.4);
}
/*.filter__buttons {
	flex-wrap: wrap;
	flex-basis: 80%;
	overflow-x: visible;
	-ms-align-items: flex-start;
	align-items: flex-start;
}*/

/*.filter__buttons + .filter__buttons {
	flex-basis: 20%;
	margin-left: 0;
}*/
.content__header-wrapper {
	-ms-align-items: normal;
	align-items: normal;
}
.filter__buttons + .filter__buttons::before {
	top: 0;
	bottom: auto !important;
	height: 100% !important;
}
.agenda__box:not(.active) {
	display: none;
}
.sticky {
	position: fixed;
	z-index: 101;
}
.stop {
	position: relative;
	z-index: 101;
}
.wpcf7-list-item-label {
	color: rgba(2, 26, 13, 0.4) !important;
}
.wpcf7-acceptance a,
.wpcf7-acceptance b {
	font-weight: 500 !important;
	color: #021a0d !important;
}
.wpcf7-list-item input[type="checkbox"] {
	/*display: none;*/
}

.cs__power-item {
	width: calc(33.333% - 8px);
}
.cs__card {
	width: calc(33.333% - 8px);
}
.case__widget {
	width: calc(50% - 16px);
}
.feedback__item {
	width: calc(50% - 24px);
}
.feedback__item-first {
	width: 100%;
	float: none;
}
.feedback__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.feedback .pagination {
	z-index: 2;
	position: relative;
}
.case__card {
	position: relative;
}
.case__card:before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	top: 0;
	left: 0;
}

.case__bottom,
.case__card a,
.case__logo {
	z-index: 2;
}
.case__text {
	text-align: justify;
}
.case__text ul {
	padding-left: 20px;
}
.case__text ul li {
	list-style-type: disc;
}
.content__main .case__wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.widget {
	background-color: #021a0d0d !important;
	height: auto !important;
}
.mobile .mobile__top .widget {
	background-color: #fff !important;
}

.withus__slide .h3 {
	font-size: 36px;
	line-height: 43px;
	margin-block-end: 0;
}

.withus__slide .h3 > p {
	display: inline-flex;
	gap: 3.4px 6.8px;
	align-items: center;
}

.withus__slide .h3 img {
	display: inline-block;
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.withus__slide .h3 ~ p {
	color: #ffffff99;
}

.popup-consult__box-socials {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	flex: 0 0 116px;
}

.case.section .section__title {
	margin-block-end: 0;
}

.pagination {
	margin-right: auto;
}

.popup-consult__item-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 56px;
	height: 56px;
	background: #021a0d0d;
	border-radius: 16px;
}

.popup-consult__box-info {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-block-start: 32px;
}

.popup-consult__box-info-text {
	font-weight: 400;
	font-size: 14px;
	padding-block: 8px;
}

.popup-consult__item-social > img {
	width: 24px;
	height: 24px;
	display: inline-block;
}

:is(.withus__slide, .license__slide) .btn-o.btn-o--is-icon {
	padding-inline-start: 12px;
}

:is(.withus__slide, .license__slide) .btn-o {
	display: inline-flex;
	align-items: center;
	gap: 6px 12px;
	padding: 13px 32px 13px 32px;
	margin-inline-end: auto;
	width: auto;
}

:is(.withus__slide, .license__slide) .btn-o > img {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 8px;
}

:is(.withus__slide, .license__slide) .btn-o::after {
	position: static;
	transform: none;
	width: 24px;
	height: 25px;
}

.agenda-filter .filter__button.active {
	background-color: rgba(2, 26, 13, 1);
	color: #fff;
}

.fs__intro > .h2 {
	display: flex;
	flex-direction: column;
	text-wrap: balance;
	line-height: 1.35;
}

.fs__intro > .h2 span {
	color: #00c566;
	display: inline;
}

.quiz .form .quiz__item input:not(:checked) + span {
	background: #021a0d0d;
}

.agenda-filter__btn-upload {
	margin-inline-start: auto;
}

.agenda-filter__btn-upload a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 5px 16px;
	font-size: 17px;
	font-weight: 400;
	color: #021a0d;
}

.agenda-filter__btn-upload a .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.cs__power-box {
	margin-block: 0;
}

.cs__card-bottom .btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 2px;
}

.cs__card-bottom .btn-link::after {
	position: static;
	transform: none;
	width: 24px;
	height: 25.5px;
}

.cs__card-bottom .btn-link.btn-link--secondary::after {
	filter: brightness(0);
}

.cs__card-bottom .btn-link.btn-link--secondary {
	background-color: #fff;
	color: #021a0d;
}

/*.content__title > span {
	color: #021a0d66;
}*/

.ymaps3x0--default-marker__popup__close {
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.widget .form .request__form-wrap-btn p {
	width: 100%;
}

.widget .form .request__form-wrap-btn {
	width: 100%;
	margin-top: 24px;
}

.widget .form .request__form-wrap-btn .form__submit {
	width: 100%;
	max-width: 100%;
}

.widget .form .request__form-wrap-btn::before {
	inset-inline-end: 25%;
}

.mobile__btn.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
}

.pagination__btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 6px;
	width: 100%;
	max-width: 100%;
	flex: 1 1 auto;
}

.mobile__btn.btn.btn-link::after {
	position: static;
	transform: none;
	width: 24px;
	height: 25.5px;
}

.widget--share,
.widget--popular {
	border-radius: 0;
	background: #ffffff !important;
	padding: 0;
}

.widget--popular .widget__title--head {
	padding-inline: 0;
}

.widget--share {
	border-block: 1px solid #021a0d1a;
	padding: 24px 0;
}

.pagination__list-wrapper {
	flex: 0 1 auto;
}

.select{
	position: relative;
}
.sort-list{
	position: absolute;
	width: 100%;
	background-color: #fff;
	left: 0;
	top: 100%;
	z-index: 10;
	display: none;
}
.select:hover .sort-list {
	display: block;
}
.sort-list button{
	font-size: 14px;
	background-color: #fff;
	width: 100%;
	display: block;
	/*padding: 5px 10px;*/

	padding: 6px 6px;
	text-align: end;
}
.price__sort{
	margin-bottom: 30px;
}
.price__sort .selectx{
	background-color: #fff;
	
}

.sort-list button:hover{
	background-color: rgba(2, 26, 13, 0.05);
}

.price__sort .sort-list button:hover{
	background-color: #fff;
}
.price__sort .sort-list button {
	background-color: rgba(2, 26, 13, 0.05);
}

.filter__button-earth{
	margin-left: -10px;
}

.content--gr .info.breadcrumbs a
{
	color: #fff;
	font-weight: bold;
}

.content.content--gr .content__header .info span {
    font-weight: bold;
}

.case__card-05 .case__descr
{
	z-index: 2;
}

.fs__intro > .h2 span {
    display: contents;
}

.btn-up {
  position: fixed;
  background-color: rgba(52,173,102,1);
  right: 20px;
  bottom: 76px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  z-index: 9;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

.formicons 
{
	margin-top: 10px;
}

.formicons svg path {
    fill: #00c466;
    transition: all 0.3s;
}
.formicons a:hover {
	background: #021A0D;
	transition: all 0.3s;
}
.formicons a:hover svg path {
	fill: #fff;
	transition: all 0.3s;
}
.formicons a
{
	width: 50px;
	height: 50px;
	border-radius: 8px;
	transition: all 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: rgba(52,173,102,1);
  }
}


@media screen and (max-width: 1400px) {
	.price__box .pagination--has-btn-more {
		flex-direction: column;
	}

	.price__box .pagination--has-btn-more .pagination__list {
		margin-inline-end: auto;
		justify-content: stretch;
	}
}

@media screen and (max-width: 1140px) {
	.aside__wrapper {
		max-height: 100%;
		overflow-y: visible;
	}

	.widget .form .request__form-wrap-btn::before {
		inset-inline-end: 40%;
	}
}

@media screen and (max-width: 992px) {
	.widget .form .request__form-wrap-btn::before {
		inset-inline-end: 32%;
	}
}

@media screen and (max-width: 768px) {
	.filter__buttons--overflow {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.news .section__title {
		max-width: 100%;
	}

	.pagination--has-btn-more {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.fs__intro > .h2 {
		max-width: 311px;
		display: inline;
		text-wrap: wrap;
	}

	.mixitup-page-list.pagination__list {
		/*position: static;
		margin-inline: 62px;*/
		overflow-x: auto;
		/*justify-content: stretch;*/
	}
	
	.pagination {
		position: relative;
	}

	.price__filters.filter-buttons--scrolling-mobile,
	.ss__filter-buttons--scrolling-mobile {
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 4px;
	}

	:is(
			.price__filters.filter-buttons--scrolling-mobile,
			.ss__filter-buttons--scrolling-mobile
		)
		.filter__button {
		padding: 10px 16px;
		height: 44px;
		border-radius: 12px;
	}

	.pagination__list-wrapper
		:where(.mixitup-control-prev, .mixitup-control-next) {
		/*position: absolute;*/
		/* top: 50%;
		transform: translateY(-50%); */
		/*z-index: 50;*/
		background-color: #E4E7E5 !important;
		/* box-shadow: 0 0 5px 0px #03160c29; */
	}

	.pagination__list-wrapper {
		position: relative;
		width: 100%;
	}
	
	.mixitup-page-list.pagination__list :is(button, .mixitup-control) {
		flex: 0 0 56px;
	}
	
	.mixitup-page-list.pagination__list .mixitup-control-prev {
		inset-inline-start: 0;
	}
	
	.mixitup-page-list.pagination__list .mixitup-control-next {
		inset-inline-end: 0;
	}
	.map__contacts .btn-link {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.map__contacts .btn-link:after {
		position: relative;
		right: 0;
		top: 9px;
	}
	.feedback__items::after {
		content: none;
	}

	.pagination__list {
		justify-content: center;
	}
}

@media screen and (max-width: 640px) {
	.widget .form .request__form-wrap-btn::before {
		inset-inline-end: 26%;
	}
}

@media screen and (max-width: 576px) {
	:is(.withus__slide, .license__slide) .btn-o {
		width: 90%;
		text-align: center;
		justify-content: center;
	}

	.agenda-filter__btns {
		display: flex;
		flex-wrap: nowrap;
		gap: 4px;
		overflow-x: auto;
	}

	.withus__slide .h3 {
		font-size: 22px;
	}

	.withus__slide .h3 img {
		width: 26px;
		height: 26px;
	}

	.license__descr {
		max-width: 75%;
	}

	.license__descr br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.mobile__btn.btn.btn-link {
		padding-right: 3vw;
	}

	.request__form-wrap-btn::before {
		content: none;
	}

	.request__form-wrap-btn {
		width: 100%;
		position: relative; /* Относительное позиционирование для обертки */
	}

	.request__form-wrap-btn .btn-link {
		display: inline-flex; /* Используем inline-flex для кнопки */
		align-items: center; /* Центрируем содержимое по вертикали */
		position: relative; /* Относительное позиционирование для кнопки */
		padding-right: 40px; /* Добавляем отступ справа для стрелки */
		width: 100%; /* Задаем ширину 100% */
		justify-content: center;
	}

	.request__form-wrap-btn .btn-link:after {
		position: relative;
		right: 0;
	}



/*	.request__form-wrap-btn:after {
		position: absolute;
		content: url('../img/arrow-right.svg');
		right: 90px;
		top: 53%;
		transform: translateY(-50%);
	}*/

}

@media screen and (max-width: 480px) {
    .request__form-wrap-btn .btn-link:after {
        right: -10px;
    }
}

.popup .widget__chat {
	padding-top: 0;
	border-top: unset;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
/* 	left: 50px; */
	left: var(--swiper-scrollbar-sides-offset, 6%);
	width: calc(92% - 2* var(--swiper-scrollbar-sides-offset, 1%));
}

/* .swiper-scrollbar-drag {
	width: 200px!important
} */

@media screen and (max-width: 768px){
	.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		left: var(--swiper-scrollbar-sides-offset, 10%);
		width: calc(85% - 2* var(--swiper-scrollbar-sides-offset, 1%));
	}
	
	.case__slider .swiper-horizontal>.swiper-scrollbar, .case__slider .swiper-scrollbar.swiper-scrollbar-horizontal {
		left: var(--swiper-scrollbar-sides-offset, 15%);
		width: calc(77% - 2* var(--swiper-scrollbar-sides-offset, 1%));
	}
	
/* 	.case__slider .swiper-scrollbar-drag {
		width: 100px!important;
	} */
}

@media screen and (max-width: 480px){
	.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		display: none;
	}
}

.popup__text {
	margin-bottom: 16px;
}
a.cs__slide-box
{
	color: #000;
}

.case__card-wrapper .case__descr {
    z-index: 9;
}

@media screen and (max-width: 768px){
	.page-template-service .service__buttons .btn-link::after, .ss__slide .service__buttons .btn-link::after{
		background: url(img/perm_phone_msg.svg) no-repeat center / contain !important;
	}
	.filter__button-earth {
		margin-left: 0
	}
	  .achiev__item {
      padding: 8px;
      width: 160px;
      min-height: 100px;
    	}
    .achiev__item:nth-child(4) {
        left: 10px !important;
      }
	  .achiev__item:nth-child(1) {
        right: 0px !important;
    }
    .achiev__item:nth-child(5) {
      right: 10px !important;
    }
    .achiev__item:nth-child(2) {
        left: 20px !important;
    }
    .achiev__text {
        font-size: 13px;
    }
	.fdc {
		flex-direction: column!important;
		gap: 10px;
	}
}

@media screen and (max-width: 576px){
	.select__box {
		margin-top: 16px
	}

	.ss__slider .service__card-box .service__price
	{
		font-size: 16px;
	}
}
.btn.btn-link_l,
.btn.btn-link_r {
	display: flex;
	gap: 10px;
	align-items:center;
	justify-content: center;
	color: #021A0D;
    background-color: #FFF;
}
.btn.btn-link_l:hover,
.btn.btn-link_r:hover {
	color: #00C466;
	background-color: #FFF;
	transition: all 0.3s;
}
.btn.btn-link_l:hover path,
.btn.btn-link_r:hover path {
	fill: #00C466;
	transition: all 0.3s;
}

header.header {
	height: 193px;
}
.wrap-header-content.prefix {
	position: fixed;
    width: 100%;
    left: 0;
    top: -195px;
    z-index: 999;
    border-bottom: 1px solid rgba(2, 26, 13, 0.10);
    background: #FFF;
    transition: top 0.3s;
}
.wrap-header-content.prefix .header__bottom {
    background-color: transparent;
}
.wrap-header-content.prefix .header__bottom .header__tel,
.wrap-header-content.prefix .header__bottom .header__nav {
	background: #F2F3F3;
}
.wrap-header-content.prefix .header__bottom {
	padding-top: 0;
}
.wrap-header-content.prefix .header__top-content {
	padding: 0;
}
.wrap-header-content.prefix.fix {
	top: 0;
	transition: top 0.3s;
}
@media (max-width: 1200px) {
header.header {
    height: 163px;
}
}
@media (max-width: 768px) {
header.header {
    height: 80px;
}
.wrap-header-content.prefix .header__bottom {
	padding-top: 8px;
}
.wrap-header-content.prefix .header__top-content {
	padding:8px 0;
}
}
.det + p {
	display: none;

}
.page-case .info .inrow {
	color: #fff;
	width: fit-content;
    border: 2px solid #FFF;
    padding: 0 24px;
	opacity: 1;
	border-radius: 999px;
	font-size: 17px;
}