img {
	max-width: 100%;
}

.m-t-0 {
	margin-top: 0;
}

.logout {
	top: -2px;
	position: relative;
}

.catalog-cat-card .cat-card-hover-content .hover-header h5 {
	margin-left: 0;
}

.simple-menu .active a,
.logo-menu .active a,
header:not(.active).header-transparent a:not(.btn):hover,
header .top-nav .header-phone-block a:hover,
header .top-nav .header-phone-block-wapp a:hover,
header .top-nav .header-phone-block .thin:hover,
header .top-nav .col-wrapper.active .nav-col.header-phone-block a:hover,
header .top-nav .col-wrapper.active .nav-col.header-phone-block-wapp a:hover,
header .top-nav .col-wrapper.active .header-phone-block .thin:hover {
	color: #277eff;
}

header .top-nav .header-phone-block .thin {
    transition: color 0.3s ease; /* Добавляем плавный переход для свойства color */
}

.simple-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-map iframe {
	width: 100%;
	height: 100%;
}

header .top-nav .header-phone {
	color: #fff;
}

.page-not-find .an-col-12 p:first-child {
	margin-top: 0;
}

.page-not-find .an-col-12 p:last-child {
	margin-bottom: 0;
}

.catalog-product-card ul ul li {
	margin: 10px 0 0 30px;
}

.catalog-product-card .show-more {
	display: block;
}

.hide,
.amount-0 {
	display: none;
}

.catalog-sort .sort-items .sort-item .an-ico {
	transform: scale(1, -1);
}

.catalog-sort .sort-items .sort-item .an-ico.rotate {
	transform: none;
}

.sort-items .active {
	font-weight: 400;
	color: #3d4858;
}
.cookie-container {
	display: none;
	padding: 16px;
	position: fixed;
	bottom: 15px;
    left: 50%;
	transform: translateX(-50%);
	background: white;
	border-radius: 6px;
	box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.1);
	align-items: center;
	justify-content: space-between;
	z-index: 999999;
}
.cookie-container.active {
	display: flex;
}
.cookie-container p {
	max-width: 480px;
	margin: 0;
}
.cookie-container__close:hover {
	cursor: pointer;
}
.cookie-container__close {
	border-radius: 6px;
	height: max-content;
}
.cookie-container a {
	color: #277EFF;
}
.body-overflow-hidden {
	overflow: hidden;
	height: 100vh;
}
@media (max-width: 500px) {
	.cookie-container {
		bottom: -1px;
		left: 50%;
		transform: translateX(-50%);
		min-height: 200px;
        width: 100%;
		flex-direction: column;
		padding: 40px 16px
	}
	.cookie-container__close {
		width: 100%;
	}
}
.main-swiper {
	max-width: calc(25% - 15px);
	overflow: hidden;
	height: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
}
.main-swiper .an-ico {
	color: #277EFF;
}
.main-swiper__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 8px;
}
.main-swiper .arrow-left, .main-swiper .arrow-right {
	flex: 0 0 auto;
	width: max-content;
	height: 18px;
	margin-bottom: 9px;
}
@media (max-width: 1100px) {
	.main-swiper {
		width: 50%;
		max-width: 50%;
	}
}
@media (max-width: 775px) {
	.main-swiper {
		width: 100%;
		max-width: 100%;
	}
}
.main-swiper .arrow-left:hover, .main-swiper .arrow-right:hover {
	cursor: pointer !important;
}
.main-swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.main-swiper__pagination {
	width: calc(100% - 26px) !important;
	margin-top: 0 !important;
}
.main-swiper__pagination_item {
	width: 25% !important;
	height: 100% !important;
	background-color: transparent !important;
	border-radius: 3px !important;
	overflow: hidden;
}
.main-swiper__pagination_item img {
	min-width: 100%;
}
.main-swiper__parent {
	padding-left: 15px;
}
.section__search {
	padding: 0;
}
.section__search .tab-search input {
	margin: 0;
}
.catalog-filter-counter {
	display: none !important;
}
#call-back-form-product {
	cursor: pointer;
}
.d-f-column-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.show-more.v1::after {
	content: "Смотреть подкатегории";
}
.show-more.v2::before {
	content: "Смотреть все";
}
.show-all.v3 span::before {
	content: "Смотреть все";
	font-weight: 400;
}
.v4::before {
	content: "Смотреть еще";
}
@media (max-width: 550px) {
	.pagination .p-btn {
		margin: 30px auto 0px auto;
	}
	.pagination .p-pages {
		position: absolute;
    	top: 0;
	}
	.pagination .p-pages .page-item {
		padding: 0 7px;
	}
}

.black-theme .faq__content {
    border-color: #202020;
}
.faq__page {
    margin-top: 48px;
}
.faq__page .faq__sidebar {
    margin-top: 66px;
}
.faq__page .faq__content:not(:last-child) {
    margin-bottom: 48px;
}
.faq .title {
    margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .faq .title {
        margin-bottom: 24px;
    }
}
.faq h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 32px;
    text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 767px) {
    .faq__sidebar {
        width: 100%;
        margin: 0 !important;
    }
    .faq h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1200px) {
    .faq__container .col-xl-8 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .faq__container {
        flex-wrap: wrap;
        row-gap: 24px;
    }
}
.faq__content {
    border: 1px solid #c1c1c1;
    border-radius: 4px;
}
.faq__content_item .tag {
    margin-top: 15px;
    margin-right: 15px;
}
.faq__content_item.active .faq__content_head span,
.faq__content_item.active .faq__content_head h4 {
    color: #277EFF;
}
.faq__content_item.active .faq__content_head svg {
    fill: #277EFF;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq__content_item.active .faq__content_body {
    padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .faq__content_item.active .faq__content_body {
        padding-bottom: 16px;
    }
}
.faq__content_head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px 34px 24px 30px;
}
@media screen and (max-width: 767px) {
    .faq__content_head {
        padding: 16px;
    }
}
.faq__content_head span,
.faq__content_head h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .faq__content_head span,
    .faq__content_head h4 {
        font-size: 14px;
        line-height: 20px;
        margin-right: 28px;
    }
}
.faq__content_head span,
.faq__content_head h4,
.faq__content_head svg {
    transition: 0.2s ease-in-out;
}
.faq__content_body {
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .faq__content_body {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.faq__content_body span {
    font-size: 16px;
    line-height: 26px;
}
@media screen and (max-width: 767px) {
    .faq__content_body span {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .faq__sidebar {
        padding-left: 82px;
        padding-right: 82px;
    }
    .faq__sidebar .send-question {
        max-width: 100%;
    }
    .faq__container {
        flex-wrap: wrap;
        row-gap: 40px;
    }
}
@media screen and (max-width: 767px) {
    .faq__sidebar {
        padding-left: 0;
        padding-right: 0;
    }
    .faq .title {
        margin-bottom: 32px;
    }
}
.accordion__item {
    background-color: transparent;
    border-bottom: 1px solid #c1c1c1;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.accordion__head {
    cursor: pointer;
    display: flex;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion [data-accordion-body], .accordion__body {
    transition: all 0.25s ease-out;
}
.accordion__body {
    box-sizing: content-box;
    max-height: 0;
    /* opacity: 0; */
    overflow: hidden;
    will-change: max-height;
}
.icon-arrow-down-little {
    height: 4px;
    min-height: 4px;
    min-width: 6px;
    width: 6px;
}
.accordion__item:last-child {
    border-bottom: 0;
}
.accordion__item.active .accordion__body {
    opacity: 1;
}
.faq__content_head .an-ico {
	transform: rotate(180deg) scaleX(-1);
}
.accordion__item.active .faq__content_head .an-ico {
	transform: rotate(0deg) scaleX(-1);
}

.review-card-big {
    width: 100%;
    box-shadow: 0 15px 40px rgba(176,176,176,.2);
    font-size: 14px;
}
.mark-card, .review-card-big {
    background-color: #fff;
    border-radius: 3px;
}
.review-card-big__header {
    justify-content: space-between;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #f2f2f2;
}
.review-card-big__estimation, .review-card-big__header {
    align-items: center;
    display: flex;
}
.review-card-big__name {
    font-weight: 500;
}
.review-card-big__estimation, .review-card-big__header {
    align-items: center;
    display: flex;
}
.review-card-big__right {
    flex: 1;
    max-width: 400px;
    width: 100%;
}
.review-card-big__body {
    padding: 15px 20px 20px;
}
.an-ico-star:before {
    content: "\2605";
}
.an-ico-star {
    font-size: 20px;
	color: #ebb142;
}
.s-reviews-listing__item {
	height: auto;
	display: flex;
	margin-bottom: 15px;
}
.mb-2 {
	margin-bottom: 20px;
}
.swiper-container {
    overflow: hidden;
}
.c-c-c-c-t {
    margin-top: -40px;
}
.c-c-c-c-t-t {
    margin-bottom: 10px;
    margin-top: -30px;
}
.characteristic-value {
    overflow-wrap: anywhere;
}
.popup-town-items{
    
}