@font-face {
    font-family: 'Comfortaa';
    src: url('/catalog/view/theme/ft_frame/fonts/comfortaa/subset-Comfortaa-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/catalog/view/theme/ft_frame/fonts/comfortaa/subset-Comfortaa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/catalog/view/theme/ft_frame/fonts/comfortaa/subset-Comfortaa-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/catalog/view/theme/ft_frame/fonts/comfortaa/subset-Comfortaa-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/catalog/view/theme/ft_frame/fonts/comfortaa/subset-Comfortaa-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* bootstrap grid redefinition*/
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{
	padding-right:10px;
	padding-left:10px;
	display: block
}
.container{
	padding-right:10px;
	padding-left:10px
}

@media (min-width: 1200px){
	.container {

	}
}

.row{
	margin-right:-10px;
	margin-left:-10px
}
.row.form-row{
	margin-right:-5px;
	margin-left:-5px;
}
.no-gutters{
	margin-right:0;
	margin-left:0
}
/* others bootstrap styles redefinition */
hr{
	border-color: #e9ecef;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600; margin-bottom: 1rem;
}
.dropdown-toggle::after {
	display: none;
}
.btn {border-radius: 12px;}
.tovcat .btn-tovar-cat {
    border-radius: 0;
}
.btn-block{
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.close{
	font-weight: normal;
}
.breadcrumb{
	padding: 0;
	background-color: transparent;
  border-radius: 0;
}

.breadcrumb a{
	color: #333;
}
.breadcrumb a:hover{
	color: #dc3545;
}
.card{
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.card .card{
	box-shadow: none
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #007bff;
}
.modal-footer{display:block}

/* custom theme styles */
html,body{
	font-size: 14px;
	color: #333;
}
.border-like-form{
	border-color: #ced4da!important;
}

#top{
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	padding-top: 6px;
  padding-bottom: 6px;
}
#top svg{
	fill: #aaa;
	transition: all ease 0.15s;
}
#top .currency-symbol{
	color: #666;
}
#top .btn:hover svg,
#top .show > .btn svg{
	fill: #e4003a;
}
#top .btn:hover .currency-symbol,
#top .show > .btn .currency-symbol{
	color: #e4003a;
}
#top .si-arrow svg{
	fill: #aaa!important;
}

.header-menu a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	transition: all ease 0.15s;
}
.header-menu a:hover{
	color: #e4003a;
	text-decoration: none;
	border-bottom-color: #e4003a;
}

#ft_menu{
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
#ft_menu .btn{
	text-shadow: -1px -1px 0px rgba(0,0,0,.1);
}
#ft_menu.show .btn{
	border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ft_menu .btn-danger.focus,
#ft_menu .btn-danger:focus{
	box-shadow: none;
}
#ft_menu .category-menu-list{
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border-color: #ddd;
}

#ft_menu a{
	color: #333;
}
#ft_menu a:hover{
	color: #dc3545;
}

.level-arrow{
	color: #ddd;
}

@media (min-width: 992px){
	#ft_menu.d-show .btn{
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ft_menu .second-level-list{
    border: 1px solid #ddd;
    box-shadow: 2px 6px 12px rgba(0,0,0,0.4);
	}
	#ft_menu .second-level-list .second-level > a{
		font-weight: 600;
	}
}

.custom-block{
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.custom-block .title{
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-top: -1px;
}
.custom-block .description{
	line-height: 1.4rem;
}
.custom-block a{
	color: #333;
}
.custom-block a:hover{
	color: #e4003a;
}

#h-contacts .phone-icon{
	width: 24px;
}
#h-contacts .phone-icon svg{
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	fill: #ccc;
}
#h-contacts .phone-icon:hover svg{
	fill: #aaa;
}
#h-contacts .hint{
	font-size: .85rem;
}

#h-contacts .cb-link{
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
	color: #999;
	font-size: .85rem;
}
#h-contacts .cb-link:hover{
	border-bottom: 1px solid #aaa;
	color: #333;
}

#cart .cart-icon-shadow{
	margin-top: -15px;
	text-shadow: 1px 1px 0px #0069d9, 2px 2px 0px #0069d9,3px 3px 0px #0069d9,4px 4px 0px #0069d9,5px 5px 0px #0069d9,6px 6px 0px #0069d9,7px 7px 0px #0069d9,8px 8px 0px #0069d9,9px 9px 0px #0069d9,10px 10px 0px #0069d9,11px 11px 0px #0069d9,12px 12px 0px #0069d9,13px 13px 0px #0069d9,14px 14px 0px #0069d9,15px 15px 0px #0069d9,16px 16px 0px #0069d9,17px 17px 0px #0069d9,18px 18px 0px #0069d9,19px 19px 0px #0069d9,20px 20px 0px #0069d9,21px 21px 0px #0069d9,22px 22px 0px #0069d9,23px 23px 0px #0069d9,24px 24px 0px #0069d9,25px 25px 0px #0069d9,26px 26px 0px #0069d9,27px 27px 0px #0069d9,28px 28px 0px #0069d9,29px 29px 0px #0069d9,30px 30px 0px #0069d9;
	transition: text-shadow .15s ease-in-out;
}
#cart > button:hover .cart-icon-shadow{
	text-shadow: 1px 1px 0px #005cbf, 2px 2px 0px #005cbf,3px 3px 0px #005cbf,4px 4px 0px #005cbf,5px 5px 0px #005cbf,6px 6px 0px #005cbf,7px 7px 0px #005cbf,8px 8px 0px #005cbf,9px 9px 0px #005cbf,10px 10px 0px #005cbf,11px 11px 0px #005cbf,12px 12px 0px #005cbf,13px 13px 0px #005cbf,14px 14px 0px #005cbf,15px 15px 0px #005cbf,16px 16px 0px #005cbf,17px 17px 0px #005cbf,18px 18px 0px #005cbf,19px 19px 0px #005cbf,20px 20px 0px #005cbf,21px 21px 0px #005cbf,22px 22px 0px #005cbf,23px 23px 0px #005cbf,24px 24px 0px #005cbf,25px 25px 0px #005cbf,26px 26px 0px #005cbf,27px 27px 0px #005cbf,28px 28px 0px #005cbf,29px 29px 0px #005cbf,30px 30px 0px #005cbf;
	transition: text-shadow .15s ease-in-out;
}
#cart > button {
	min-width: 160px;
}
#cart .alert.alert-light{
	border-color: #e9ecef;
}


.si{
	position: relative;
	line-height: inherit;
}
.si:before{
	content: "\00a0";
	margin-left: .75rem;
	margin-right: .75rem;
	letter-spacing: -10px;
}
.si.si-tin:before{
	margin-left: .25rem;
	margin-right: .25rem;
}
.si.si-rem-star:before{
	margin-left: .5rem;
	margin-right: .5rem;
}
.si svg,
.si .material-icons{
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
}
.si.si-18 svg{
	width: 18px;
	height: 18px;
	margin-top: -8px;
	margin-left: -9px;
}
.si.si-rem svg{
	height: 1.275rem;
	width: 1.275rem;
	margin-top: -.6375rem;
	margin-left: -.6375rem;
}
.si.si-lg svg{
	height: 1.6rem;
	width: 1.6rem;
	margin-top: -.8rem;
	margin-left: -.8rem;
}
.si.si-2x svg{
	width: 48px;
	height: 48px;
}

.si.si-arrow svg{
	margin-top: -.5275rem;
}

.nav-pills-sm .nav-link.active,
.nav-pills-sm .show > .nav-link{
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.nav-pills-sm .nav-link{
	padding: .25rem .5rem;
	margin-right: .5rem;
	border: 1px solid transparent;
}


.btn .loading-icon,
.btn.loading .static-icon{
	display: none;
}
.btn .static-icon,
.btn.loading .loading-icon{
	display: inline-block;
}

.required > label:after{
	content: " *";
	color: #dc3545;
}

.has-error .option-error{
	background: rgba(255,0,0,.02);
}

@media (min-width: 576px){
	footer .collapse-xs.collapse:not(.show){
		display: block;
	}
}

.toggle-svg-icon svg,
.modal-h-icon svg{
	fill: #bbb;
	cursor: pointer;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

#ft-modal-qview .qview-content{
	margin: -1rem
}
#ft-modal-qview .thumb-preloader,
#ft-modal-qview .gallery-locker{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#ft-modal-qview .gallery-locker{
	display: none;
	z-index:11;
}

#ft-modal-qview .gallery-button-prev,
#ft-modal-qview .gallery-button-next{
	position: absolute;
	padding: 8px;
	top: 50%;
	margin-top: -31px;
	z-index: 11;
	opacity: 0;
	transition: all ease 0.25s;
}
#ft-modal-qview .gallery-button-prev{
	left: 0;
}
#ft-modal-qview .gallery-button-next{
	right: 0;
}
#ft-modal-qview .swiper-gallery:hover .gallery-button-prev,
#ft-modal-qview .swiper-gallery:hover .gallery-button-next {
	opacity: 0.2;
}
#ft-modal-qview .swiper-gallery:hover .gallery-button-prev:hover,
#ft-modal-qview .swiper-gallery:hover .gallery-button-next:hover {
	opacity: 1;
}
#ft-modal-qview .gallery-button-prev svg,
#ft-modal-qview .gallery-button-next svg{
	fill: #333;
}
#ft-modal-qview .gallery-pagination{
	text-align: center;
	height: 22px;
}
#ft-modal-qview .owl-dot{
	border-radius: 50%;
	padding: 0;
	outline: none;
	opacity: 0.2;
	box-shadow: none;
	border: none;
	background: #333;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	transition: all ease 0.25s;
}
#ft-modal-qview .owl-dot:hover:not(.active){
	opacity: 0.5
}
#ft-modal-qview .owl-dot.active{
	transform: scale(1.6);
	opacity: 1;
}

#ft-modal-fastorder .fastorder-content{
	margin: -1rem
}

@media (min-width: 992px){
	.d-show{
		display: block;
	}
}
@media (min-width: 1200px){
	.col-xl-mw260{
		max-width: 260px;
	}
	.col-xl-mw620{
		max-width: 620px;
	}
}
@media (min-width: 992px){
	.col-xl-mw260 + .col-lg{
		max-width: calc(100% - 240px);
	}
	.col-xl-mw260 + .col-xl-mw260 + .col-lg{
		max-width: calc(100% - 480px);
	}
	}
	@media (min-width: 1200px){
	.col-xl-mw260 + .col-lg{
		max-width: calc(100% - 260px);
	}
	.col-xl-mw260 + .col-xl-mw260 + .col-lg{
		max-width: calc(100% - 520px);
	}
}
@media (min-width: 1600px){
	.m-xxl-0 {
		margin: 0 !important;
	}

	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0 !important;
	}

	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0 !important;
	}

	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0 !important;
	}

	.m-xxl-1 {
		margin: 0.25rem !important;
	}

	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xxl-2 {
		margin: 0.5rem !important;
	}

	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xxl-3 {
		margin: 1rem !important;
	}

	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem !important;
	}

	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem !important;
	}

	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem !important;
	}

	.m-xxl-4 {
		margin: 1.5rem !important;
	}

	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xxl-5 {
		margin: 3rem !important;
	}

	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem !important;
	}

	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem !important;
	}

	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem !important;
	}

	.p-xxl-0 {
		padding: 0 !important;
	}

	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0 !important;
	}

	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0 !important;
	}

	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0 !important;
	}

	.p-xxl-1 {
		padding: 0.25rem !important;
	}

	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xxl-2 {
		padding: 0.5rem !important;
	}

	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xxl-3 {
		padding: 1rem !important;
	}

	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem !important;
	}

	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem !important;
	}

	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem !important;
	}

	.p-xxl-4 {
		padding: 1.5rem !important;
	}

	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xxl-5 {
		padding: 3rem !important;
	}

	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem !important;
	}

	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem !important;
	}

	.m-xxl-auto {
		margin: auto !important;
	}

	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto !important;
	}

	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto !important;
	}

	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto !important;
	}
}
.products-container, .subcategories-container{
	padding-left: 5px;
	padding-right: 5px;
}
.product-layout, .subcategory-layout{
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}



.stickers{
	top: .25rem;
	left: .5rem;
}
.stickers.pp{
	top: .25rem;
	right: 1rem;
	left: auto;
	z-index:999;
}

.product-grid .description{
	display: none;
}



.product-list .card{
	display: block;
}
.product-list .image{
	width: 25%;
	float: left;
}
.product-list .card-body{
	padding-top: 1rem!important;
}
.product-list .card-body,
.product-list .card-footer{
	margin-left: 25%;
	width: 75%;
}
.product-list .description{
	display: block;
}

@media (max-width: 768px){
	.product-list .image{
		width: 40%;
		float: left;
	}
	.product-list .card-body, .product-list .card-footer{
		margin-left: 40%;
		width: 60%;
	}
}


.ft.carousel-wrapper{
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: none;
	border-radius: .25rem;
	overflow: hidden;
}
.ft.carousel-wrapper .button-next,
.ft.carousel-wrapper .button-prev{
	position: absolute;
	width: 24px;
	height: 24px;
	margin-bottom: -12px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	z-index: 2;
	bottom: 50%;
	opacity: 0;
	transition: all ease .4s;
}
.ft.carousel-wrapper .button-prev{
	left: 0;
}
.ft.carousel-wrapper .button-next{
	right: 0;
}
.ft.carousel-wrapper:hover .button-prev{
	left: 10px;
	opacity: 1;
}
.ft.carousel-wrapper:hover .button-next{
	right: 10px;
	opacity: 1;
}
.ft.carousel-wrapper .owl-pagination{
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	z-index: 2;
}
.ft.carousel-wrapper .owl-dot{
	border-radius: 50%;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	background: #333;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	transition: all ease 0.25s;
	opacity:0.2
}
.ft.carousel-wrapper .owl-dot:hover:not(.active){
	opacity: 0.5
}
.ft.carousel-wrapper .owl-dot.active{
	transform: scale(1.6);
	opacity: 1;
}


.subcategory a{
	color: #333;
	text-decoration: none;
}
.subcategory a:hover{
	color: #dc3545;
}

.product-items .card .btn-cart-add{
	transition: none;
}
.product-items .card:hover .btn-cart-add.focus,
.product-items .card:hover .btn-cart-add:focus{
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}
.product-items .card:hover .btn-cart-add{
	background-color: #dc3545;
	border-color: #dc3545;

}
.product-items .card:hover .btn-cart-add:hover{
	background-color: #c82333;
  border-color: #bd2130;
}
.product-items .card:hover .btn-cart-add .text-muted{
	color: #fff!important;
}
.product-items .card:hover .btn-cart-add svg{
	fill: #fff;
}


.product-items a{
	color: #333;
}
.product-items a:hover{
	color: #e4003a;
}
.product-items .card-title{
	font-weight: normal;

}
.product-items .card-body .card-title,
.product-items .card-footer .card-title{
	height: 2.4rem;
	overflow: hidden;
}

.box-products .card-body{
	overflow:hidden;
}
.box-products .products-wrapper{
	margin-bottom: -1px;
}

.box-products .product-col{
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}


@media (max-width: 575px){
	.box-products .product-col:nth-child(2n){
		border-right: 0px;
	}
}

@media (min-width: 576px) and (max-width: 991px){
	.box-products .product-col:nth-child(3n){
		border-right: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.box-products .product-col:nth-child(4n){
		border-right: 0px;
	}
}

@media (min-width: 1200px){
	.box-products .product-col{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.box-products .product-col:nth-child(5n){
		border-right: 0px;
	}
}

.column .box-products .product-col{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0px;
	}

@media (min-width: 1200px){
	.xl-5-cols{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}


.products-carousel .product-carousel-item{
	border-color: #f3f3f3;
}

.products-carousel .owl-dot{
	border-radius: 50%;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	background: #333;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	transition: all ease 0.25s;
	opacity:0.2
}
.products-carousel .owl-dot:hover:not(.active){
	opacity: 0.5
}
.products-carousel .owl-dot.active{
	transform: scale(1.6);
	opacity: 1;
}

.more-imgs{
	cursor: pointer;
}

#product-product .thumb-preloader,
#product-product .gallery-locker{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#product-product .gallery-locker{
	display: none;
	z-index:11;
}
#product-product .product-gallery-pagination{
	text-align: center;

}
#product-product .product-gallery-pagination .owl-dot button{
	background: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
}
#product-product .product-gallery-pagination .owl-dot button:after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right: 0;
}
#product-product .product-gallery-pagination .owl-dot{
	display: inline-block;
	box-shadow: none;
	border: none;
	background: #fff;
	border-radius: 0;
	width: 58px;
	height: 58px;
	margin: 0 3px 3px 3px;
	opacity: 1;
	transition: all ease 0.25s;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 3px;
}
#product-product .product-gallery-pagination .owl-dot:hover:not(.active){
	opacity: 1
}
#product-product .product-gallery-pagination .owl-dot.active{
	border-color: #0062cc;
}
@media (min-width: 568px){
	.product-gallery{
		padding-left: 80px;
	}
	#product-product .product-gallery-pagination{
		position: absolute;
		height: auto;
		bottom: auto;
		width: 58px;
		left: 0;
		top: 0;
	}
	#product-product .product-gallery-pagination .owl-dot{
		margin: 0 0 3px 0;
	}
}

#tab-specification .table thead:first-child td{
	border-top-color: transparent;
}


#related-products{
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	position: relative;
}
#related-products:before,
#related-products:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 0.5rem;
	top: 0;
	left: 0;
	z-index: 2;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
#related-products:after{
	right: 0;
	left: auto;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.prod-rat input{
	display: none;
}
.rat-star{
	cursor: pointer;
}
.rat-star.active svg,
.rat-star.checked svg{
	fill: #ffc107;

}

footer a{
	color: #333;
}
footer a:hover{
	color: #dc3545;
}
.xds-logo{
	fill: #ddd;
}
.xds-logo:hover{
	fill: #dc3545;
}

#scrll-on-top{
	display: none;
	bottom: 1.5rem;
	bottom: 8.5rem;
	right: 1.5rem;
	opacity: 0.25;
	cursor: pointer;
	transition: opacity ease .2s;
	z-index: 9999999;
}
#scrll-on-top:hover{
	opacity: 0.5;
}

.metaproduct a{
	color: #dc3545;
}
.metaproducts a:hover{
	color: #dc3545;
}
.nav a{
	color: #333;
}
.nav a:hover{
	color: #dc3545;
}

.reviews-carousel{
	margin-right: -0.5rem!important;
	margin-left: -0.5rem!important;
}
.reviews-carousel .owl-dot{
	border-radius: 50%;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	background: #333;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	transition: all ease 0.25s;
	opacity:0.2
}
.reviews-carousel .owl-dot:hover:not(.active){
	opacity: 0.5
}
.reviews-carousel .owl-dot.active{
	transform: scale(1.6);
	opacity: 1;
}
.reviews-carousel a {
    color: #333;
}
.reviews-carousel a:hover {
    color: #e4003a;
}
.reviews-carousel .h6{
	height: 2.4rem;
	overflow: hidden;
}
.review-text{

}
.border-helper{
	border-color: #f3f3f3!important;
}
.review-text:after{
	display: none;
	content: "";
	position: absolute;
	height: 1.5rem;
	bottom: 0;
	left:0;
	right: 0;
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}




.blog-articles-list .card-title a {
    color: #333;
}
.blog-articles-list .card-title a:hover {
    color: #e4003a;
}

.news-carousel{
	margin-right: -0.5rem!important;
	margin-left: -0.5rem!important;
}
.news-carousel .card-title {
    height: 3.6rem;
		overflow: hidden;
}
.news-carousel .card-title a {
    color: #333;
}
.news-carousel .card-title a:hover {
    color: #e4003a;
}
.news-carousel .owl-dot{
	border-radius: 50%;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	background: #333;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	transition: all ease 0.25s;
	opacity:0.2
}
.news-carousel .owl-dot:hover:not(.active){
	opacity: 0.5
}
.news-carousel .owl-dot.active{
	transform: scale(1.6);
	opacity: 1;
}

.news-wall .card-title {
    height: 3.6rem;
		overflow: hidden;
}
.news-wall .card-title a {
    color: #333;
}
.news-wall .card-title a:hover {
    color: #e4003a;
}

.column .news-wall .article-col{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		border-right: 0px;
	}



.category-wall a {
  color: #333;
}
.category-wall a:hover {
  color: #e4003a;
}
.category-wall .subcategory-list{
	bottom:0;
	left:0;
	z-index:2
}
.category-wall .subcategory-close{
	top:0;
	right:0
}


@media (min-width: 1200px){
	.btn-cart-text{
		max-width:78px;
	}
}
@media (min-width: 992px){
	.btn-cart-text{
		max-width:100px;
	}
}
@media (min-width: 768px){
	.btn-cart-text{
		max-width:88px;
	}
}

.lazy-spinner{
	top:50%;
	left:50%;
	margin-top:-1.5rem;
	margin-left:-1.5rem;
}
.lazy-spinner .spinner-border{
	width: 3rem;
	height: 3rem;
	color: #ccc;
	border-width: .2rem;
}


#f-map .code_map iframe{
  width:100%!important;
  height:100%!important;
}


#credit-tinkoff {max-width: 1100px;margin: 0 auto;text-align: center;}
.credit-tinkoff-img-main {width:100%; display: flex;justify-content: center;margin: 0 auto;margin-top:60px;margin-bottom:60px;}
#credit-tinkoff .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
}
#credit-tinkoff .icon img {
margin-bottom: 20px;
}
#credit-tinkoff .block-icon .icon p {display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;}

 #credit-tinkoff .h4 {text-align: center!important;}   

#credit-tinkoff .block-product .px-sm-2 {padding-left:10px!important;padding-right:10px!important;}
#credit-tinkoff .brandspage {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    margin: 10px 0;
    transition: all .2s ease;
    border: none;
    padding: 0;
    background: #F6F7F8;
    border-radius: 8px;
    height: 116px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #333333;
}
#credit-tinkoff .brandspage span {padding: 30px 0 30px 30px;  width: 210px;}
#credit-tinkoff .brandspage:hover {
    box-shadow: 0 0 27px rgb(0 0 0 / 10%);
    color: #029d76!important;;
}

#credit-tinkoff .brandspage img {
    /*right: -10px;*/
    bottom: 0;
    overflow: hidden;
    position: relative;
}

#credit-tinkoff .block-icon, #credit-tinkoff .block-product, #credit-tinkoff .block4, #credit-tinkoff .block5, #credit-tinkoff .block6 {margin-bottom: 60px;}
#credit-tinkoff .block-product {
    margin-top: 30px;
}

/*#credit-tinkoff .block4 img {width: 100%}*/
#credit-tinkoff .block4 li {
    margin-bottom: 1rem;
    text-align: left;
}
#credit-tinkoff .block4 li::marker {color: #FFDD2D;font-size: 22px;}
#credit-tinkoff .block5 {
background: #F6F7F8;
border-radius: 8px;}
#credit-tinkoff .block5 p, #credit-tinkoff .block6 p  {text-align: left;}
#credit-tinkoff .block5 img {object-fit: contain;}
.icon2 {
	font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 0!important;
}

@media (max-width: 768px){
#credit-tinkoff .icon {
    justify-content: flex-start;
}
#credit-tinkoff .block-icon .icon p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
#credit-tinkoff .block4 img {
    width: 100%;
}
}

.credit-tinkoff-img-tovar img {
    width: 100%;
    padding-right: 20px;
}
#product-category .credit-tinkoff-img-tovar img {
    padding-right: 0;
}
.nav-tabs {width: 75%;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.nav-tabs .nav-item {
    width: 100%;
}    
.nav-tabs {
    border-bottom: none;
}
@media (max-width: 575px){
.nav-tabs {width: 100%;
    padding-right: 0;}
.nav-tabs .nav-item {
    width: auto}   
.credit-tinkoff-img-tovar {
    display: none;
}

.credit-tinkoff-img-tovar_mb, .credit-tinkoff-img-tovar_mb img {width: 100%;}
}

@media (min-width: 575px){
.credit-tinkoff-img-tovar_mb {display: none}
}

.page__wrap {
    clear: both;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.main__request--block {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 40px rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 40px rgb(0 0 0 / 12%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    padding-bottom: 2.375em;
    padding-top: 2.375em;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
}
.main__request--block .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main__request--block .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}

.form__request--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.625em;
    margin-right: -0.625em;
}
.form__request--item {
    padding-left: 0.625em;
    padding-right: 0.625em;
    margin-bottom: 1.25em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.form__request--group {
    position: relative;
}
.form__request--group input {
    width: 100%;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-size: 0.9375em;
    color: #8e8e8e;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #e3e3e3;
    height: 43px;
}
.form__request--group label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    font-size: 0.9375em;
    color: #8e8e8e;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form__processing {
    font-size: 0.6875em;
    color: #747474;
}
.page__btn {
    padding: 13px 15px;
    outline: none;
    border: none;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: inline-block;
    min-width: 209px;
    font-weight: 500;
    font-size: 0.875em;
    text-align: center;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
}
.page__btn--current {
    color: #fff;
    background-color: #FF5E00;
}
.form__request--item .page__btn {
    min-width: 100%;
}
.main__request--block h6 {
    font-size: clamp(1.4375em, 4vw, 1.875em);
    font-weight: normal;
}
.main__request--block .box h6 {
    font-weight: 500;
    color: #000;
}
.main__request--block h6 i {
    font-style: normal;
    color: #FF5E00;
}


.simplecheckout-block-content .radio {padding: 10px 15px; background-color: #e9ecef; margin-bottom: 5px;}
.simplecheckout label input, .simpleregister label input {margin-right: 5px;}
 label input[type=radio] { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;
  position: relative;
  top: 2px;}
 label input:checked {
    /*background-color: #029d76;*/
    border: 6px solid #029d76;
}

#headerbannerinfo {
    background-color: rgb(2 157 118);
    font-weight: 300;
    position: relative;
    color: rgb(253, 253, 253);
    font-size: 13px;
    text-align: center;
    box-shadow: rgb(84 84 84 / 40%) 0px -2px 10px 1px inset;
    z-index: 999 !important;
    margin: auto;
    padding: 4px;
    transition: all 0.5s ease-in-out 0s;
}
#headerbannerinfomob {
	display: none;}
@media (max-width: 768px){
#headerbannerinfo {
display: none;
}
#headerbannerinfomob {
	display: block;
    background-color: rgb(2 157 118);
    font-weight: 300;
    position: relative;
    color: rgb(253, 253, 253);
    font-size: 13px;
    text-align: center;
    box-shadow: rgb(84 84 84 / 40%) 0px -2px 10px 1px inset;
    z-index: 999 !important;
    margin: auto;
    padding: 4px;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#mobil {flex-wrap: wrap;}
.msearch {top: 30px!important;}
.prmn-cmngr {display: none!important;}
#content {
	/*top: 52px!important;*/
    top: 27px!important;
}
}

#custom-livetex-fab {
		position: fixed;
		right: 20px;
		bottom: 20px;
		width: 60px;
		height: 60px;
		cursor: pointer;
		border-radius: 50%;
		z-index: 9999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		display: inline-block;
	}
	#social_chats {
		width: inherit;
		display: flex;
		align-items: center;
		flex-direction: column;

	}
	.social_chats {
		position: absolute;
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 40px;
		opacity: 0;
		visibility: hidden;
		top: 0;
		transition: all .5s ease;
		background-size: cover;
		border: 1px solid white;
	}
	.openChats .social_chats {
		opacity: 1;
		visibility: visible;
	}
	#social_chats.openChats + div.background-wrapper {
		transform: rotate(360deg);
	}
	.background-wrapper {/*background: url(https://snoomi.ru/image/messenger/i-envelop-white.649fba0a.svg) center no-repeat rgb(2 157 118)*/background: url(https://snoomi.ru/image/messenger/whatsapp-glyph-snoomi.svg) center no-repeat rgb(2 157 118)}
	.openChats + .background-wrapper {background: url("https://snoomi.ru/image/messenger/close-green.svg") center center no-repeat transparent;}
	.openChats .social_chats.social_chats_whatsapp {
		top: -49px;
	}
	.openChats .social_chats.social_chats_telega {
/*		top: -97px;*/
		top: -49px;
	}

.video-container-text-soc{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

.video-container-social_chats_telega {width: 60px;
    height: 60px;}	
	.openChats .social_chats.social_chats_viber {
		top: -145px;
	}
.video-container-social_chats_telega img {width: 60px;
    height: 60px;}	
	#custom-livetex-fab .background-wrapper {
		width: inherit;
		height: inherit;
		webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		display: inline-block;
		border-radius: 100%;
		/*background: #76bc21 url(https://snoomi.ru/image/messenger/livetex_icon.svg) center no-repeat;*/
		/*background-size: 100% !important;*/
		transition: all .2s ease;

	}
	#custom-livetex-fab .background-wrapper {
		box-shadow: 0 2px 8px 2px rgba(0,0,0,0.2);
	}
	.openChats .social_chats.social_chats_whatsapp,.openChats .social_chats.social_chats_viber,.openChats .social_chats.social_chats_telega {box-shadow: 0 2px 6px 1px rgba(0,0,0,0.2);}
	#custom-livetex-fab .background-wrapper:hover,.openChats .social_chats.social_chats_whatsapp:hover,.openChats .social_chats.social_chats_viber:hover,.openChats .social_chats.social_chats_telega:hover {
	box-shadow: 0 0px 27px 1.5px rgba(0,0,0,0.2);
	}

	.social_chats.social_chats_whatsapp {
		background: #25D366 url("https://snoomi.ru/image/messenger/whatsapp-icon.svg") center no-repeat;
	}
	.social_chats.social_chats_viber {
		background: #665CAC url("https://snoomi.ru/image/messenger/viber-icon.svg") center no-repeat;
	}
	.social_chats.social_chats_telega {
		background: #139bd0 url("https://snoomi.ru/image/messenger/telegram.svg") center no-repeat;background-size: cover;
	}
	.social_chats:last-child {
		margin-bottom: 0;
	}
	.desktop .social_chats.social_chats_whatsapp::before, .mobile .social_chats.social_chats_whatsapp::before, .desktop .social_chats.social_chats_viber::before, .mobile .social_chats.social_chats_viber::before, .desktop .social_chats.social_chats_telega::before, .mobile .social_chats.social_chats_telega::before {
		position: relative;
    display: flex;
    width: 78px;
    height: inherit;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: right;
    right: 90px;
    font-family: Graphik_LC, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #555;
    background-color: white;
    border-radius: 10%;
    box-shadow: 0 0px 27px 1.5px rgb(0 0 0 / 20%);
	}
	.social_chats.social_chats_viber::before {
		content: "Viber";
	}
	.social_chats.social_chats_whatsapp::before {
		content: "WhatsApp";
	}
	.social_chats.social_chats_telega::before {
		content: "Telegram";
	}
.section-video-container {width: 100%;
            height: auto; background: #e9ecef radial-gradient(circle,#f8f9fa 10%,#e9ecef 55%,#dee2e6 100%);display: flex;justify-content: center;margin-top: 56.5938px;}
.section-video-container-home-page {background-color: #e9ecef;}            
.video-block {display: flex;justify-content: center;padding-top: 40px;
            padding-bottom: 40px;background-color: white;
    border-radius: 40px;margin-top: 60px;margin-bottom: 60px!important;margin-left: 2rem;
    margin-right: 2rem;}          
.video-container-text {display: flex;align-items: center;
    max-width: 700px;
    padding-right: 40px;
    padding-right: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }  
.video-container {
            position: relative;
            /*width: auto;
            height: 500px;    */
                width: 20%;
    max-height: 500px;
        }
.video {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
        .thumbnail-video {
            width: 100%;
            height: 100%;
            object-fit: cover;position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 1;
        }        
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            cursor: pointer;
        } 
               
@media (max-width: 1440x){
.section-video-container .container {
    max-width: 1220px;
}
}               
@media (max-width: 768px){        
.video-block {
    flex-direction: column;margin: 20px;
}
.video-container-text {
    padding: 20px;
    width: 100%;
}
.video-container {
    height: auto;
    max-height: 400px;
    width: 100%;
}

}

.fixed-image-ng {
    position: fixed;
/*    bottom: 0;
    left: 0;
    width: 100px; 
    height: 100px;*/ 
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    z-index: 1000; /* Убедитесь, что картинка находится поверх других элементов */
    cursor: pointer;
    animation: wave 4s infinite;
/*    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 20%);*/
    transition: all .2s ease;
}

@keyframes wave {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}
.fixed-image-ng:hover {
    transform: scale(1.1);
    width: 110px; /* Увеличьте ширину */
    height: 110px; /* Увеличьте высоту */
/*    box-shadow: 0 0px 27px 1.5px rgb(0 0 0 / 20%);*/
}
@media (max-width: 768px){ 
.fixed-image-ng {    
	width: 80px;
    height: 80px;}
.fixed-image-ng:hover {
    width: 100px;
    height: 100px;    
}
}	
#myModalNG .modal-content {
    text-align: center;
    font-size: 18px;
}

#myModalNG .modal-title {
    text-align: center;
    font-size: 22px;
}

#myModalNG .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    flex-direction: column;
}

#myModalNG .close {
    height: 24px;
}

#myModalNG .modal-header span {
    font-size: 34px;
    font-weight: 300;
    color: #bbb;
    cursor: pointer;
}

.popup-ng {
    position: fixed;
    bottom: 110px;
    left: 20px;
    font-size: 20px;
    width: 350px;
    padding: 30px;
    background-color: #436e95;
    color: white;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10999999;
}

.popup-ng.show {
    opacity: 1;
    transform: translateY(0);
}




.blockopcii.my-1.p-1.pt-1{padding: 1rem!important;}
.blockopcii .h3{
    font-size: 1.25rem!important;
}
.blockopcii .control-label.h5{font-size: .85rem!important;}

@media (max-width: 575px){
.blockopcii .h3 {font-size: 1rem!important;display: none!important;}
.blockopcii .control-label.h5 {font-size: .8rem!important;}
.blockopcii .btn-lg {padding: 0!important;}
.blockopcii .btn {
    -ms-flex: 0 0 11.5%!important;
    flex: 0 0 11.5%!important;
    max-width: 11.5%!important;
    height: 30px!important;
    line-height: 30px!important;
}
#product-product .d-table .h1 {
    text-align: center!important;
    font-size: 2rem!important;
    font-weight: 700!important;
}
#product-product .row.form-row.mt-3, .btn.ticket-product-deshevle.mt-4, .btn.ticket-product-dostavka.mt-3 {margin-top: 0.5rem!important;}
}