body._preload-show {
    pointer-events: unset !important;
}

body:not(._is-index) header.header {
    opacity: 1 !important;
}

.product-analogues a {
    color: #111112;
}

.preloader-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.page-inner {
	position: inherit !important;
	overflow: visible !important;
	height: auto !important;
}

.page-inner .preloader,
.page-inner .progress {
	display: none !important;
}

._is-intro .header__logo {
    pointer-events: unset;
}

.mb-5 {
    margin-bottom: 0.5rem;
}

.slider-gallery__container:not(.swiper-container-initialized) > .swiper-wrapper {
	opacity: 0;
}

.slider-gallery__container:not(.swiper-container-initialized)::before {
	content: 'Загрузка…';
	position: absolute;
	top: calc(50% - 50px);
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 30px;
	color: #4b4b4b;
	z-index: 1;
	font-weight: 800;
}

.header-banner {
    display: inline-block;
    position: absolute;
    top: 106px;
    left: calc(17.86408px + 3.23625vw);
    margin-left: -15px;
}

.header-banner__image {
    display: inline-block;
    width: 150px;
    height: 125px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__links.phones {
    margin-left: 50px;
	flex-direction: column;
	position: relative;
}

.header__links.phones a {
	margin: 0;
}

.header__links.phones a:last-child {
	position: absolute;
	top: 24px;
}

.seo-content.top,
.catalog-categories__sections {
	margin-bottom: 20px;
}

.seo-content.middle {
	margin-bottom: 100px;
}

.seo-content.bottom {
	margin-top: 20px;
}


.fast-links {
	margin-bottom: 20px;
	font-size: 1rem;
}

.fast-links__item,
.catalog-categories__sections a {
	color: #212529;
	font-weight: 700;
}

.fast-links__item {
	display: inline-block;
	border: thin solid #e8e8e8;
	padding: 4px 14px;
	line-height: 26px;
	float: left;
	min-width: 195px;
	text-align: center;
	margin: 0 5px 5px 0;
	width: auto;
}

.fast-links__item:hover,
.fast-links__item.active {
	border-color: #5acbcb;
	color: #111112;
	outline: 2px solid #5acbcb;
}

.catalog-categories__sections .category-filtres__spoiler {
	position: relative;
}

.catalog-categories__sections .active {
	padding-left: 26px;
}

.catalog-categories__sections .active a {
    border-bottom: 1px solid #212529;
}

.catalog-categories__sections .active::before {
	content: '';
	display: inline-block;
	background-color: #5acbcb;
	border-color: #5acbcb;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.fast-links > span::before {
	content: '/';
	display: inline-block;
	margin: 0 10px;
}

.smart-filter__block-show {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 80%;
	background: #5acbcb;
	color: #fff;
	padding: 6px 18px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 500;
	z-index: 9;
}

.diapazon-range .smart-filter__block-show {
	margin-top: -21px;
	left: 100%;
}

.smart-filter__block-show-a {
	display: inline-block;
	background: #fff;
	color: #5acbcb;
	margin: 0 0 0 18px;
	font-size: 14px;
	line-height: 38px;
	padding: 0 10px;
	border-radius: 2px;
}

.smart-filter__block-show-a:hover {
	color: #336b6a;
}

.overflow_unset {
	overflow: unset !important;
	z-index: 1;
}

.diapazon-range.category-filtres__diap-rang {
	position: relative;
}

.category-filtres__categories {
	border: thin solid #e8e8e8;
	padding: 30px;
	margin-bottom: 20px;
}

.category-filtres__link a {
	color: #111112;
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
}

.category-filtres__link a:hover {
	color: rgba(17,17,18,.6);
}

.category-filtres__link.selected a {
	color: #5acbcb;
	font-weight: 600;
	cursor: default;
}

.category-filtres__link + .category-filtres__link {
	margin-top: 18px;
}

.category-filtres__header {
	justify-content: space-between;
}
.category-filtres__title {
	font-weight: bold;
}

.catalog-categories__overlay {
	position: fixed;
	height: 100vh;
	width: 100vw;
	left: 0;
	right: 0;
	top: 0;
	z-index: 30;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
}
.catalog-categories__overlay.show {
	visibility: visible;
	animation: showBlock .5s linear forwards;
}

.catalog-category__models-item-a {
	margin-left: 0;
	transition: color .5s;
}

.catalog-category__models-item-a:hover {
	color: #0eb1b7;
}

.catalog-category__models-item-a:not(:last-of-type) {
    margin-bottom: 10px;
}

.color-btn {
	justify-content: center;
}

.product-card-slider {
	padding-top: 0;
	padding-bottom: 40px;
}

.product-card__feature-colors {
	margin-top: 0;
}

.product-card-slider__slide-img img.zoomImg {
	background-color: #fff;
	transition: opacity .1s ease-out;
	cursor: zoom-in;
}


.pagination-more__a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: thin solid #e8e8e8;
    flex-shrink: 0;
    width: 160px;
    height: 50px;
    transition: background-color .4s,color .4s;
    color: currentColor;
}

.pagination-more__a:not(._disabled):hover {
    background-color: rgba(90,203,203,.6);
    color: #fff;
}


.pagination-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-elements-count > span {
    display: inline-block;
}

.pagination-elements-count__item {
    color: #111112;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px dashed;
    line-height: 16px;
    width: 18px;
    text-align: center;
    transition: all .4s;
    margin-left: 12px;
}

.pagination-elements-count__item:hover {
    color: rgba(90,203,203,.6);
}

.pagination-elements-count__item.active {
    color: #5acbcb;
}


.search-results__header {
	padding-top: 120px;
	padding-bottom: 80px;
}

.search-result__header-a {
	color: #212529;
}

.search-result__header-a:hover {
	color: rgba(17,17,18,.5);
}

.search-results__container {
	padding-top: 80px;
}

.search-results__search {
	margin-bottom: 30px;
}


.search-result__over-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.search-result__over-item .image {
	width: 120px;
	margin-right: 20px;
}

.search-result__over-item .image img {
	max-width: 100%;
}

.search-result__over-item .desc {
	width: calc(100% - 140px);
}

.gallery-slide__img picture iframe {
	width: 100%;
	height: 100%;
}


.footer-page__head-item {
	position: relative;
}

.footer-page__head-item .footer-page__head-link {
	margin-right: 44px;
}

.footer-page__head-item .footer-page__head-link.footer-phone-2 {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
}

.footer-phones__wrap {
	display: none;
}

.footer.footer_sandwich .footer-phones__wrap {
	display: flex;
	width: 300px;
	min-width: 250px;
	justify-content: space-between;
	align-items: center;
}

.footer.footer_sandwich .footer-phones__wrap  .footer__phone {
    display: block;
	width: auto;
}

/* .footer.footer_sandwich .footer__item:first-child {
	width: 100%;
} */


.footer-slide__info.footer-page__info .footer-ya-rating {
	margin: 10px 0;
}

.footer-page__info-mail {
	line-height: 20px;
}


.footer-item__ya-rating {
	position: absolute;
	right: 0;
	top: -30px;
}

.footer_sandwich .footer-item__ya-rating {
	top: 20px;
}

.section-header__title.tp-t-2 {
    font-size: 2.1em;
}

.tp-t-1.sandwich-menu__main-link-item.sandwich-menu__link {
	font-size: calc(-27.04197px + 2.17014vw + 5.4vh);
}

.catalog-slider-side__content {
	padding-top: calc(-160px + 8.68056vw + 24.21308vh);
}

.catalog-category__back {
	z-index: -1;
}



.page-multimedia .multimedia-card {
	width: 31.33%;
}

.page-multimedia .multimedia-card__image {
	position: relative;
	height: 13vw;
}

.page-multimedia .multimedia-card__image svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}


.page-diplomas .multimedia-card__image {
	background-color: transparent;
	/* height: 21vw; */
}

.page-diplomas .multimedia-card__image img {
	-o-object-fit: contain;
    object-fit: contain;
}

.charity-slider,
.affiliation {
	margin-bottom: 60px;
}

.charity-slide__text p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.charity-slider__wrapper {
	margin-bottom: 0;
}

.footer-page-wrapper {
	margin-top: 60px;
}

.footer-page__info-text {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.3em;
}

.footer-page__info-text__part {
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-slide .footer-page__info-text__part:first-child {
	display: none;

}

.footer-page__info-text__part + .footer-page__info-text__part {
	margin-top: 20px;
}


@keyframes showBlock {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.fancybox__backdrop {
	background-color: rgba(255, 255, 255, 0.98);
}

.f-button,
.f-button:hover:not([disabled]) {
	background-color: transparent;
}

.f-button svg {
	stroke: #968e8e;
	filter: none;
}

.footer-page__main .footer-page__info p {
	line-height: 110%;
}


.ordering__input.input_textarea .input__input {
	min-height: auto;
	height: 100px;
}

.ordering__input.input_file {
	height: auto;
	margin-top: -10px;
}

.ordering__input.input_file input[type=file] {
	height: 0;
}

.ordering__input.input_file .input__label-icon,
.ordering__input.input_file .input__label-text {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.ordering__input.input_file._is-dirty .input__label-text {
	top: 0;
	transform: translateY(0) scale(.8);
}

.callback-forma__police label {
	padding-left: 30px;
	position: relative;
}

.callback-forma__police label input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
}

.callback-forma__police label a {
	color: #e4e4e4;
	text-decoration: underline;
}

.ordering__agree {
    max-width: 450px;
    margin: 50px auto 0;
}

.ordering__agree label input[type=checkbox] {
	width: 18px;
	height: 18px;
}

.product-card__feature-params__more-a {
	text-decoration: underline;
	color: #5acbcb;
	font-size: 1.3333333333rem;
	font-weight: 500;
}

a.product-card__feature-params__more-a:hover,
a.product-card__feature-params__more-a:active,
a.product-card__feature-params__more-a:focus {
	color: #5acbcb;
}

@media screen and (min-width: 780px) and (max-height: 950px) {
	.search-results__header {
		padding-top: 120px;
		padding-bottom: 80px;
	}
}


@media (min-width: 1890px) {
	.sandwich-menu__content-col:nth-of-type(2) {
		min-width: 470px;
	}
}


@media (min-width: 1200px) {
	.footer-page__main {
		align-items: center;
	}

	.footer-page__main .footer-page__info {
		top: auto;
		left: auto;
		width: 28vw;
		position: relative;
		margin-top: 2.0833333333vw;
	}
}

@media (min-width: 992px) {
	.page-multimedia .multimedia__content {
		justify-content: flex-start;
		-moz-column-gap: 3%;
		column-gap: 3%;
	}
}

@media (min-width: 667px) {
	.footer-slide__info p:first-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 1599.98px) {

	.category-filtres__categories {
		padding: 25px;
	}

}

@media (max-width: 1530px) {

	.footer-page__head-item:nth-child(2) .footer-page__head-link {
	    margin-right: 26px;
	}

}

@media (max-width: 1490px) {
	.footer-page__main .footer-page__info p {
		font-size: 24px;
		line-height: 34px;
	}
}


@media (max-width: 1439.98px) {

	.charity-slider {
		margin-bottom: 60px;
	}

}


@media (max-width: 1200px) {

    .header-banner {
        top: 76px;
    }

	.category-filtres__categories {
		display: none;
	}

	.footer-page__info-text {
		margin-top: 12px;
		margin-bottom: 20px;
	}

}

@media (max-width: 1199.98px) {
	.category-filtres {
		width: 90vw;
	}

	.product-card__feature-params__more-a {
		font-size: .8rem;
	}
}

@media (max-width: 1199.98px) and (min-width: 620px) {
	.header-banner {
		top: 68px;
	}

	.header-banner__image {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 991px) {

	.search-results__header {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.search-results__title {
		margin-bottom: 30px;
	}

	.search-results__container {
		padding-top: 50px;
	}

	.search-results__info {
		margin-bottom: 30px;
	}

}

@media (max-width: 822.98px) {

    .screens-slider__slide-partners .screens-slide__content {
        max-width: 100%;
    }

	.footer__privacy {
        position: relative;
        bottom: auto;
        left: auto;
		padding-bottom: 10px;
    }

}

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

	.smart-filter__block-show {
		display: none;
	}

    .slider-partners-loop__slide {
        min-width: 140px;
    }

    .slider-partners-loop__slide img {
        height: auto;
    }

    .news-article__text-block img:not([class]),
    .news-article__text-block iframe,
    .news-article__text-after iframe {
        height: auto;
        max-width: 100%;
    }
}


@media (max-width: 767px) {

	.footer.footer_sandwich .footer-phones__wrap {
		width: 200px;
		min-width: auto;
	}

}

@media (max-width: 680px) {

	.section-header__title.tp-t-2 {
		font-size: 1.1em;
	}

	.page-multimedia .multimedia-card {
		width: 46%;
	}

	.page-multimedia .multimedia-card__image {
		height: 22vw;
	}

	.product-card-slider__slide-img img.zoomImg {
		display: none !important;
	}

}

@media (max-width: 620px) {

	.fast-links__item {
		width: calc(50% - 5px);
		min-width: auto;
		padding-left: 8px;
		padding-right: 0;
		text-align: left;
	}

    .header-banner {
        top: calc(100vh - 220px);
        /* left: calc(17.86408px + 3.23625vw); */
        left: calc(50% - 60px);
        margin-left: 0;
    }

    .header-banner__image {
        width: 120px;
        height: 100px;
    }

}

@media (max-width: 468px) {

	/* .fast-links__item {
		width: 100%;
	} */

	.catalog-categories__header-btns {
		margin: 0 28px;
	}

	.catalog-slider-side {
		height: auto;
		padding-top: 90px;
		padding-bottom: 20px;
	}

	.catalog-category {
		height: auto;
	}

	.catalog-category__content {
		padding-top: 20px;
	}

    .pagination-more {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-content: center;
        flex-wrap: nowrap;
        align-items: center;
    }

    .pagination-more__a {
        margin-top: 30px;
    }

	.page-multimedia .multimedia-card {
		width: 100%;
	}

	.page-multimedia .multimedia-card__image {
		height: 50vw;
	}

	.search-result__over-item .image {
		width: 100%;
		margin-right: 0;
	}

	.search-result__over-item .desc {
		width: auto;
	}

}

@media (max-width: 390px) {
    .news-article__page-title h1 {
        font-size: 1rem;
    }
}


@media (max-width: 380px) {

	.fast-links__item {
		display: block;
		float: none;
		width: auto;
	}

}