/* your custom styles */
.header__logo img {
    width: 200px;
}

.btn:hover {
    border-color: #A30EAB;
    background: #A30EAB;
}

.menu__link,
.menu__link.is-promo,
.header__tel,
.header__info,
.header__info::before {
    color: #7834DD;
    font-size: 1.1em;
}

.header__actions svg {
    stroke: #7834DD;
}

.menu__link:hover,
.menu__link.is-promo:hover,
.header__tel:hover,
.header__info:hover {
    color: #A30EAB;
}

@media (min-width: 992px) {
    .promo-card__data {
        max-width: 635px;
    }
}

.promo-card__data {
    background: #7834DD80;
}

.btn.btn-white.btn-outline:hover {
    color: var(--white);
    background: #A30EAB;
}

.detail__nav-btns {
    flex-direction: row;
}

.detail__nav-btn svg {
    fill: #ffffff00;
    stroke: #484849;
}

.header__callback:hover {
    color: #fff;
}

.header__callback {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    min-width: 300px;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-font-color);
    outline: none;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    background: var(--theme-color);
    border-radius: var(--border-radius);
    border: 1px solid var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s;
    text-decoration: none;
}

.services-widget__btn:last-child,
.services-widget.width-gap .services-widget__title,
.services-widget.width-gap .services-widget__col:first-child {
    display: none;
}

.menu__link svg {
    display: none;
}

@media (min-width: 992px) {
    .catalog-dropdown ul>li {
        width: 400px;
    }
}

@media (min-width: 1200px) {
    .main__aside {
        width: 350px;
    }
}

.btn.btn-white.btn-outline {
    color: var(--white);
    background: #A30EAB;
}

.btn.btn-white.btn-outline:hover {
    color: var(--white);
    background: #A30EAB;
}

.city-widget.header__city {
    min-width: 0px;
	display: none;
}

/*кастом товаров в каталоге*/
.main__grid .col-100 .product-card .product-card__photos {
    width: 100%;
}

.product-card__actions {
    flex-direction: row-reverse;
}

@media (min-width: 1200px) {
    .product-card__photo {
        height: 250px;
    }
}

.detail__data {
    display: none;
}

@media (min-width: 992px) {
    .detail__slider {
        width: 100%;
    }
}

#tns2-mw {
    min-height: fit-content;
}

font.errortext {
    display: none;
}

@media (min-width: 1200px) {
    .product-card__photo {
        height: 180px;
    }
}

@media (min-width: 1200px) {
    .product-card__actions {
        top: -7px;
    }
}

@media (max-width: 640px) {
    .product-card__actions {
        display:none;
    }
}

@media (max-width: 990px) {
    .detail__big-slider .tns-controls button[data-controls=next], 
	.detail__big-slider .slick-arrow.slick-next,
	.tns-controls button[disabled],
	.slick-arrow.slick-disabled{
        opacity:0;
    }
}

.price {
    display: none;
}

.product-status.is-success {
    display: none;
}

.product-card:hover .product-card__wrapper {
    display: none;
}

.product-card__wrapper {
    display: none;
}

@media (min-width: 992px) {
    .product-card {
        padding-bottom: 0;
    }
}

.main__grid .col-100 .product-card .product-card__inner {
    width: 50%
}

.product-status-artnumber {
    margin-bottom: -15px;
}

@media (min-width: 992px) {
    .product-card__info {
        margin-bottom: 0;
    }
}

.product-card__photo {
    padding-bottom: 35%;
}

/* .product-card__photo img { height: 50%; }
a { color: #7834DD; }
.product-card__title { color: #7834DD; }
a:hover { color: #A30EAB; }
.catalog-dropdown ul>li a { color: #7834DD; }
.catalog-dropdown ul>li a:hover { color: #A30EAB; 
@media (max-width: 639px) {
    .product-card__actions {
        top: 130px;
    }
}
.product-card__btn svg { stroke: #A30EAB; }
.product-card__btn { background: none; }
*/
.product-info__item.is-brand {
    margin-left: unset;
}

.detail__nav-btns {
    position: relative;
    right: 0;
    margin-left: 80%;
}

.marquee__item {
    max-height: 100px;
}

.detail__nav-btns {
    position: static;
}

.promo-card__title {
    color: #fff;
}

.product-info__item:not(:last-child) {
    display: none;
}

@media (max-width: 640px) {
    .main__grid .col-100 .product-card .product-card__properties {
        display: none;
    }
}

@media (max-width: 640px) {
    .slick-prev.slick-arrow {
        display: none !important;
    }
}

.main__grid .col-100 .product-card .product-card__info {
    margin-bottom: 0;
    margin-top: 25px;
}

.main__grid .col-100 .product-card .product-card__inner-info {
    margin-top: 15px;
}

[data-getajax*="cart:"], [data-ajaxaction*="cart:"] {
    display: none !important;
}

.main__grid .col-100 .product-card .product-card__properties {
	margin-bottom: -10px;
    margin-top: 10px;
}

.form__field:last-child {
	margin-top: 15px;
}

.form__textarea {
	height: auto;
}

.main__grid-error {
	display: none;
}

.main-header__back {
	font-size: 16px;
	font-weight: 550;
}

.btn__up--container .btn {
	background-image: url(/uper.svg);
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 640px) {
    .btn__up--container .btn {
        display: none;
    }
}

@media (max-width: 640px) {
    .promo-card__btn {
        margin-top: 0;
    }
}

.slick-arrow.slick-disabled {
	opacity: .3;
}

@media (min-width: 992px) {
    .news-detail__promo {
        min-height: 650px;
    }
}

.news-card__text {
    margin-bottom: 10px;
}

.news-card__data {
	margin-top: 0;
}

.news-card__text {
    margin-top: 5px;
}

.news-detail__title {
    display: none;
}

.gallery__slide-inner {
	max-width: 800px;
}

@media (min-width: 992px) {
    .mission-card {
        padding: 40px 40px 40px;
    }
}

.services-widget.width-gap {
	display: none;
}

@media (min-width: 1200px) {
    .section {
        margin-bottom: 35px;
    }
}

@media (max-width: 800px) {
	.btn.btn-white.btn-outline {
		display: none;
	}
}

@media (max-width: 800px) {
	.panel__font--white .category-card__title {
		min-width: 150px;
	}
}

.main__grid {
    display: flex;
}

.main__col.col-33 {
        width: 100%;
}

.product-card__title {
	bottom: 20px;
    position: relative;
}

.product-info__item.is-brand {
    position: relative;
    bottom: 10px;
}

@media (min-width: 640px) {
    .main__col {
        padding: 10px 0 10px 10px;
        margin-bottom: 30px;
    }
}

.category-card__data.panel--black, .category-card__data.panel--black,
.category-card__data.panel--white, .category-card__data.panel--white {
    padding: 5px;
}

.form__checkbox span::before {
	top: 15px;
}

.form__checkbox input:checked~span::after  {
	top: 18px;
	left: 2.5px;
}

@media (min-width: 801px) {
    .category-card__title {
        text-align: center;
        font-size: 20px;
    }
}

.js-promo-slider .slick-arrow:hover {
	background: var(--theme-color);
}

.mhz-carousel .splide__arrow--prev,
.mhz-carousel .splide__arrow--next {
	display: none;
}

.mhz-carousel .splide__pagination {
    padding-bottom: 13px;
}

.news-detail__body h2 {
	color: #ffffff
}

.news-detail__body li:last-child {
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .about-services__col {
        column-count: 1;
    }
}

.js-promo-slider, .js-promo-slider .slick-list, .js-promo-slider .slick-track, .js-promo-slider .banner__slide {
    max-height: calc(100vh - 120px)! important;
}

.bx-composite-btn-fixed {
    top: -60px;
    right: 110px;
}

@media (min-width: 640px) {
.btn__up--container {
    border: 2px solid #ffffff;
    border-radius: 50%;
	}
}

.page404__title {
    font-size: 60px;
}

.footer {
    background: #4e4363;
}

.recomend-card__data {
	background: rgb(20 1 6 / 50%);
}

.panel--black {
    background: rgb(20 1 6 / 50%);
}

.load-file__name {
        overflow: hidden;
}

.search-widget__input {
	padding-right: 90px;
}

@media (min-width: 992px) {
    .search-widget__input {
		font-size: 17px;
	}
}