.product__main__dimensions .dimention {
	overflow-x: auto;
}
.danger_text {
	color: #b71c1c;
}
.only_on_mobile {
	display: none;
}
.centered_text {
	text-align: center;
}
.product__main__gallery .thumb__gallery .owl-item {
    max-width: 100px;
}
.product__main__gallery .thumb__gallery {
	margin-left: auto !important;
}
.welcome__slider .action__value small {
	display: none !important;
}
.welcome__slider .slide__action .action__body {
	display: flex;
    align-items: center;
}
.welcome__slider .slide__action .action__title {
	margin-right: 15px;
	font-size: 26px !important;
	margin-bottom: 0 !important;
}
.action__value sup {
    top: -.4em !important;
}
.welcome__slider .slide__action .action__value span {
	font-size: 60px !important;
}
.mobile__intro__img {
	display: none !important;
}
.summary__price.summary__shipping {
	font-size: 15px !important;
}

.promo_banner img {
	width: 100%;
}

.promo_banner img.promo_banner_mobile {
	display: none;
}

.promo_banner {
	text-align: center;
}

.mb-20px {
	margin-bottom: 20px !important;
}

@media only screen and (max-width: 1000px) {
    .confort__header .topline .nav__toogle {
        padding: 0 7px !important;
    }
}
@media only screen and (max-width: 756px) {
	.product__main__dimensions .dimention input+label .space small {
		font-size: 10px !important;
	}
	.product__main__dimensions .dimention input+label .space span {
	    font-size: 12px !important;
	}
	.product__main__dimensions .dimention input+label .sep, .product__main__dimensions .dimention input+label .space {
		display: block !important;
	}
	.welcome__slider .slide__action .action__header {
	    display: block !important;
	}
	.welcome__slider .slide__action .action__title {
	    font-size: 22px !important;
	}
	.welcome__slider .slide__action .action__value span {
	    font-size: 48px !importnant;
	}
}

@media screen and (min-width: 410px) and (max-width: 756px) {
    .category_children_card .overlay {
        left: calc(50% - 200px) !important;
    }
    .category_children_card .overlay span {
        text-align: left !important;
    }
}

@media only screen and (max-width: 1000px) {
	.only_on_mobile {
		display: block;
	}
	.without_extension_method {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 756px) {
	.welcome__categories__list ul li a .overlay {
		background-color: rgba(0,0,0,.5) !important;
	}
	.desktop__intro__img {
		display: none !important;
	}
	.mobile__intro__img {
		display: block !important;
	}
	.promo_banner img.promo_banner_desktop {
		display: none;
	}
	.promo_banner img.promo_banner_mobile {
		display: block;
	}
}

.custom_popup_image {
	width: 100%;
}
#general_site_popup .modal__body {
	padding: 0;
}
#general_site_popup .modal__body .row {
	margin: 0;
}
    .popup__input__error label {
	color: #b71c1c
}
.popup__input__error input {
	border: 1px solid #b71c1c
}
#custom_popup_send_form[disabled] {
	background-color: #6f6f6f;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
    .welcome__categories__footer {
        width: 100%;
    }
    .product__main__params .params .owl-carousel {
        max-width: 116px !important;
    }
}
@media screen and (max-width: 756px) {
    .ctn .breadcrumbs {
        padding: 30px 0 10px;
    }
}
@media screen and (min-width: 756px) and (max-width: 1000px) {
    .ctn .breadcrumbs {
        padding: 40px 0 10px;
    }
}
.owl-carousel .owl-nav button.disabled {
    pointer-events: auto !important;
    background-color: unset !important;
    color: unset !important;
}
.product__main__params .justify__baseline {
    justify-content: flex-start !important;
}

.slide_video_background {
	position: fixed;
  	right: 0;
  	bottom: 0;
  	min-width: 100%;
  	min-height: 100%;
  	max-width: 100%;
  	object-fit: cover;
  	height: 100%;
}
.welcome__slider .slide.slide_without_overlay:after {
	background-color: unset !important;
}
.welcome__slider .slide__action {
	min-height: 240px;
}

.welcome__slider .slide.slide_without_overlay .slide__action {
	visibility: hidden;
}

@media only screen and (max-width: 756px) {
	.welcome__slider .slide__action {
		min-height: 180px;
	}
}

@media only screen and (max-width: 756px) {
	.confort__header .topline .navs .contacts ul li {
		display: block !important;
	}
	.confort__header .topline .brand .logo {
		width: 120px !important;
	}
}

.category_children_card .col {
    position: relative;
}
.category_children_card .overlay {
    display: flex;
    flex-direction: column;
    width: 160px;
    height: 100px;
    padding: 10px 15px;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    z-index: 1;
    top: 0px;
    justify-content: center;
    font-size: 18px;
}

.category_children_card .overlay span {
    text-align: left;
    padding: 0;
    color: #fff;

}

.category_children_card img {
      max-width: 100%;
}

.contacts__main a[href^=tel] {
	color: inherit;
}

@media screen and (min-width: 1201px) and (max-width: 1580px) {
    .category_children_card .overlay {
    	left: 20px;
    }
}

@media screen and (min-width: 410px) and (max-width: 756px) {
    .category_children_card .overlay {
    	left: calc(50% - 80px);
    }
    .category_children_card .overlay span {
    	text-align: center;
    }
}