body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 12px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
 @media (max-width: 478px) {
#cart .dropdown-menu {
	width: 100%;
}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu table.table.table-bordered {
	margin-left: 10px;
	width: 96%;
}
#cart .dropdown-menu table.table.table-bordered .text-right {
	text-align: left;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 8px 0 0;
}
 @media (max-width: 478px) {
#cart .dropdown-menu li > div {
	min-width: 100%;
}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
	display: block;
}
}
@media (max-width: 767px) {
#menu {
	border-radius: 4px;
}
#menu div.dropdown-inner > ul.list-unstyled {
	display: block;
}
#menu div.dropdown-menu {
	margin-left: 0 !important;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
	display: block;
}
#menu .dropdown-inner a {
	width: 100%;
	color: #fff;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
	margin-top: 0;
	border: none;
	border-radius: 0;
	color: #fff;
}
}
/* footer */

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	margin: 15px 0px;
	display: none;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #b75b5b;
	background-image: linear-gradient(to bottom, #62c462, #a35151);
	background-repeat: repeat-x;
	border-color: #a35151 #a35151 #a35151;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 30px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.product-list .product-thumb .rating{padding-bottom: 0px;}
.rating .fa-stack {
	font-size: 9px;
}
.rating .fa-star-o {
	color: #bbb;
	font-size: 9px;
}
.fa-star-o:before {
	content: "\f005";
}
.rating .fa-star {
	color: #FC0;
	font-size: 9px;
}
.rating .fa-stack {
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left .product-layout .col-md-3 {
	width: 100%;
}
#column-left + #content .product-layout .col-md-3 {
	width: 50%;
}
#column-left + #content + #column-right .product-layout .col-md-3 {
	width: 100%;
}
#content + #column-right .product-layout .col-md-3 {
	width: 100%;
}
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 80px; text-align:center;
}

@media (max-width: : 720px) {
	#magik-slideshow {
		display: none !important;
	}
}


/* js-header*/

@media (min-width:768px ) {
	.js-scroll-logo-fixed {
		position: fixed;
		left: 0px;
		top: 0px;
		margin-top: 0px !important;
		display: block;
	}
	.js-scroll-logo-fixed img{
		max-height: 42px;

	}
	.js-scroll-nav-iner {
		padding-top: 0 !important;
	}
	.js-scroll-close {
		display: none !important;
	}
	.js-scroll-cart {
		position: fixed;
		display: block;
		right: 0;
		margin: 0 !important;
		top: 0 !important;
	}

	.mini-cart.js-scroll-cart .basket a span {
		display: inline !important;
	}


	.js-scroll-nav-iner #nav > li.active > a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.js-scroll-height-no {
		height: 0 !important;
	}


}
@media only screen and (max-width: 768px) and (min-width: 320px) {
	.js-scroll-logo-fixed {
		margin-top:0 !important;
	}

	.js-scroll-height-no {
		height: 0 !important;
	}
	.js-scroll-close {
		display: none !important;
	}
	.js-scroll-cart {
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 9999;
	}

	.js-scroll-mm-toggle-wrap {
		height: 38px;
		position: fixed;
		z-index: 99;
		margin-top: -49px !important;
		width: 40px;
	}
	/*.js-scroll-mm-toggle-wrap span {
		display: none !important;
	}*/

	.mm-toggle-wrap {
		height: 38px;
		position: fixed;
		z-index: 99;
		margin-top: -49px !important;
		width: 100px;
	}

	.logo {
		margin-top:0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0!important;
	}
	.logo img {
		margin-bottom: 0 !important;
		padding-bottom: 0!important;
	}
	.js-left-link-top {
		height: 0 !important;
	}



}
@media only screen and (max-width: 992px) and (min-width: 768px) {
	.toplinks .login{
		padding-right: 50px !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {

	.mini-cart {
		top:0 !important;
		display: block !important;
		right: 15px;
	}

}

@media (max-width: 768px) and (min-width: 480px) {
	.mini-cart {
		line-height: 40px;
	}
	.toplinks {
		text-align: right !important;
	}



		.top-fixed-margin {
			margin: 50px 0 0 0 !important;
		}
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
	.mm-toggle-wrap {
		height: 38px;
		position: fixed;
		z-index: 99;
		margin-top: -97px !important;
		width: 40px;
	}
	.mm-toggle-wrap span {
		display: none !important;
	}
}

.modal-body header{
	display: none;
}

.modal-body .top-fixed-margin{
	display: none;
}

.modal-body .container{
	width: auto;
}

.modal-body footer{
	display: none;
}
.products-grid .item {
    padding: 0 0 0 10px!important;
}
.sale-label {
    background: #c41e3a;
    display: none!important;
}


#aaqform.success_form {

}
#aaqform.success_form .form-group,
#aaqform.success_form #button-aaq-send,
#aaqform.success_form .dummy + .col-sm-12
{
	display: none;
}

.success__form {
	color: #1a1a1a;
	font-weight: bold;
	font-size: 18px;
	display: block;
	margin-top: 10px;
}


.price_slider-wrapper{
	display: flex;
	align-items: center;
	gap: 4px;
}
.price_slider #slider-range{
	display: none;
}



.hoverslider__product{
	display: flex;
	position: relative;
	padding: 0 12px;
	flex-wrap: nowrap;
	width: 100%;
	height: 355px;
	
}
.hoverslider__product a{
	
	
	position: relative !important;
	z-index: 33;
	margin: 0 !important;
	flex-grow: 1;
	
}

.hoverslider__product a:before{
	content: '';
	transition: .3s ease;
	width: calc(100% - 10px);
	position: absolute;
	top: 10px;
	height: 3px;
	background: #000;
	opacity: .3;
	left: 5px;

}


.hoverslider__product a:first-child + span{
	opacity: 1;
}
.hoverslider__product a:hover{
	opacity: 1;	
}
.hoverslider__product a:hover:before{
	opacity: .9;
}
.hoverslider__product a:hover + span {
	opacity: 1;
	
}
.hoverslider__product a + span {
	z-index: -22;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition:opacity .3s ease;
}
.hoverslider__product  img{
	
	transition: .3s ease;	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hoverslider__product img{
	
}

.chld_ttl_cnt{
	padding-left: 8px;
}




@media(max-width: 768px){
	.price_slider.collapsible{
		max-width: 80%;
	}
	#content.col-main.animated{
		position: relative;
		z-index: 1;
	}
}


.blog-wrapper #content > .row{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 30px;
}
.blog-wrapper #content > .row:before,
.blog-wrapper #content > .row:after{
	display: none;
}
.blog-wrapper #content > .row a{
	height: 100%;
	margin-bottom: 0;
	min-height: 337px;
	border: 1px solid #ddd;
	padding: 0;
	flex-basis: 30%;
	
}
.blog-wrapper #content > .row a .borders{
	height: 100%;
	border:none;
}
.blog-wrapper #content > .row a .borders  img{
	object-fit: contain;
}


@media(max-width: 601px){
	.blog-wrapper #content > .row a{
		flex-grow: 1;
	}
	.blog-wrapper #content > .row a:last-child{
		max-width: 47%;
	}
	#content .toolbar{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#content .toolbar #compare-total{
		float: left;
		padding-left: 3px;
	}
	#content #sort-by{
		min-width: calc(100% - 6px);
		padding-left: 8px;
	}
	#content #sort-by #input-sort{ float: left; }
	.category-products .pro_row > .col-xs-6{
		max-width: 47%;
	}
}
@media (max-width: 768px){
	.category-products .products-grid .item{
		
		flex-basis: 47%;
		
	}
	.col-main .category-products .products-grid{
		    margin-left: -15px;
	    margin-right: -15px;
	    display: flex;
	    flex-wrap: wrap;
	    max-width: calc(100% - 0px);
		margin: auto;
		  margin-right: auto;
		  margin-left: auto;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}



.social .dzen a {
	content: "\f189";
	font-family: FontAwesome;
	background: #fff;
	font-size: 18px;
	border-radius: 3px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #141414;
	text-align: center;
	padding: 0;
}
.social .dzen a:hover {
	background: #1a1a1a;
	color: #fff;
}

.social .dzen a img {
	height: 23px;
	position: relative;
	top: -1px;
}

.social .vk a {
	content: "\f189";
	font-family: FontAwesome;
	background: #fff;
	font-size: 18px;
	border-radius: 3px;
	line-height: 35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #141414;
	text-align: center;
	padding: 0;
}
.social .vk a:hover {
	background: #1a1a1a;
	color: #fff;
}
.social ul li{
	margin-right: 15px !important;
}

.social .vk a:before {
	content: "\f189";
	font-family: FontAwesome;
	  font-size: 35px;
  	position: relative;
 	 top: 2px;
}
@media(max-width: 768px){
	.social .vk a::before{
		font-size: 26px;
	}
}



.dopform.showit{
	display: flex;
}

.dopform{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.dopform_bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
}
.dopform:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.3);
	z-index: 1;
}
.dopform__wrap{
	position: relative;
	z-index: 6;
	width: 100%;
	max-width: 620px;
	background: #fff;
}
.dopform_close{
	position: absolute;
right: 20px;
top: 20px;
}
.dopform_form{}
.dopformhead{
	padding: 32px;
}
.dopform_form__title{
	font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 40px;
/* or 125% */


/* white */

color: #FFFFFF;
}
.dopform_form__subtitle{
	font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
/* or 143% */

display: flex;
align-items: flex-end;

color: #FFFFFF;

}
.dopform_form__fields{
	padding: 32px;
}
.dopform_form__policy{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
padding: 0 32px;
margin-bottom: 24px;
position: relative;
color: #000000;
display: flex;
gap: 12px;

}

.dopform_form__policy label{
	width: 20px;
	flex-basis: 20px;
	min-width: 20px;
	height: 20px;
	border: 1.2px solid #C9C9C9;
	border-radius: 4px;
	position: relative;
	background: #fff;
	position: relative;
	top: 4px;
	z-index: 2;
}


.dopform_form__dontshow{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
padding: 0 32px;
margin-bottom: 24px;
position: relative;
color: #000000;
display: flex;
gap: 12px;

}

.dopform_form__dontshow label{
	width: 20px;
	flex-basis: 20px;
	min-width: 20px;
	height: 20px;
	border: 1.2px solid #C9C9C9;
	border-radius: 4px;
	position: relative;
	background: #fff;
	position: relative;
	top: 4px;
	z-index: 2;
}

.dopform_form__dontshow input{
	width: 20px;
height: 20px;
opacity: 0;
position: absolute;
z-index: 3;
}


.date_wrap {
	position: relative;
}

.dopform_form_field_wrap .error{font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
/* identical to box height, or 133% */

display: flex;
align-items: center;

/* red/red-8 */

color: #F85531;
padding-left: 10px;
}
.date_wrap svg{
	position: absolute;
	right: 8px;
	top: 8px;
}
.dopform_form__policy input{
width: 20px;
height: 20px;
opacity: 0;
position: absolute;
z-index: 3;
}
.dopform_form__policy input:checked + label{
	background: #000;
	
}
.dopform_form__policy input:checked + label{
	content: url(/catalog/view/theme/classicdemo2/image/galok.svg);
}
.dopform_form__policy span span{
	font-weight: bold;
}






.dopform_form__dontshow input{
width: 20px;
height: 20px;
opacity: 0;
position: absolute;
z-index: 3;
}
.dopform_form__dontshow input:checked + label{
	background: #000;
	
}
.dopform_form__dontshow input:checked + label{
	content: url(/catalog/view/theme/classicdemo2/image/galok.svg);
}
.dopform_form__dontshow span span{
	font-weight: bold;
}


.dopform .dopform_form__fields{
	display: flex;
	gap:24px;
	flex-wrap: wrap;
}
.dopform .dopform_form__fields .dopform_form_field_wrap{
	flex-basis: 44%;
flex-grow: 1;

}
.dopform_form_field_wrap:first-child,
.dopform_form_field_wrap:last-child{
	flex-basis: 100% !important;
}

.dopform .dopform_form_field_wrap input{
	width: 100%;
	background: #FFFFFF;
padding: 10px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */
border: 0px;
display: flex;
align-items: flex-end;

/* gray/gray-7 */

color: #000;
border-bottom: 1px solid #C9C9C9;
}
.dopform_form__submit{
background: #C9C9C9;
width: calc(100% - 64px);
display: flex;
align-items: center;
justify-content: center;
height: 48px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin: 0 32px 32px 32px;
transition: .2s;
}
.dopform_form__submit.actv_b{
	background: #1A1A1A;
	color: #fff;
}

.dopformhead{
	background: url(/catalog/view/theme/classicdemo2/image/popupbg.png);
}

.dopform{
	z-index: 345;
}

.dopform_succenss{
	display: none;
}
.dopform.success .dopform_succenss{
	display: flex;
}

.dopform.success  .dopform__wrap{
	display: none;
}
.dopform_succenss{
	background: #fff;
position: relative;
z-index: 6;
width: 100%;
max-width: 620px;
padding: 60px 0 40px 0;

flex-direction: column;
align-items: center;
}

.dopform_succenss__svg{
	margin-bottom: 43px;
}
.dopform_succenss__title{
	font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 40px;
/* identical to box height, or 125% */

text-align: center;

margin-bottom: 32px;
color: #000000;
}
.dopform_succenss__text{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
display: block;
text-align: center;
color: #000000;
max-width: 88%;
}

.dopform_succenss__text .dopform_succenss__text__mail{
	font-weight: bold;
}
.cpt_wrap{
	display: none;
}

@media(max-width: 967px){
	.dopformhead{background-size: auto 100%;}
.dopform.showit{z-index: 12312312312312}
	.dopform__wrap{width: 92%;max-height:calc(100vh - 100px) !important}
	.dopform_form__title{font-size: 20px; line-height: 1.3em;}
	.dopform__wrap{
		max-height: 100vh;
		overflow: auto;
	}
	.dopform .dopform_form__fields .dopform_form_field_wrap{
		flex-basis: 100%;
	}
}



.hblog_link_rel{
	position: relative;
}
.hblog_link_wrap{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media(max-width: 1250px){
	.home-content-wrapper{
		padding-top: 12px;
	}
}
@media(max-width: 986px){
	.home-content-wrapper{
		padding-top: 55px;
	}
}
@media( max-width: 568px){
	.home-content-wrapper{
		padding-top: 34px;
	}
}




.modal_success_zakaz{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 555;


}
.modal_success_zakaz__overlay{
	background-color: rgb(0,0,0,.3);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.modal_success_zakaz__inner{
	max-width: 602px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 56px 32px 32px 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 4px 10px 24px 0px rgba(0, 0, 0, 0.20), 0px 0px 2px 0px rgba(0, 0, 0, 0.16);

}
.modal_success_zakaz__close{
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
}
.modal_success_zakaz__thx{
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; /* 125% */
	margin-bottom: 24px;
}
.modal_success_zakaz__success_pic{
	margin-bottom: 40px;
}
.modal_success_zakaz__success_text{
	color: #000;
text-align: center;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.modal_success_zakaz__success_text span,
.modal_success_zakaz__success_text a{
font-weight: 600;
}