
/*
html {
scroll-padding-top: 100px;
}*/

.hover_top,
.slick-slide{
	transition: .2s !important;
	/*display: inline-block !important;*/
	/*width: 100%; */
}

.hover_top:hover,
.slick-slide:hover {
	transform: translate(0px, -3px);
	z-index: 0;
}



/*.container-fluid { max-width: 1600px }*/

@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px !important;
	}
}

.rounded {
	border-radius: 20px !important;
}

.blueimp-gallery>.close, 
.blueimp-gallery>.title,
.blueimp-gallery>.prev,
.blueimp-gallery>.next {
	color: black !important;
}

@media (min-width: 1200px){

	.container-xl {
		max-width: 1320px;
	}
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
	}
}
input:focus:invalid, textarea:focus:invalid{
	border: solid 2px #F5192F;
}

.fixed_block.fixed img.logo {
	max-height: 30px;
}

.fixed_block.fixed .mobile_logo_menu {
	z-index: -1;
	position: fixed;
	top: -200px;
}
.btn-warning {
	background: #38953f  !important;
	border-color: #38953f  !important;
}

.btn:focus, .btn:active {
	border-color: rgba(0,0,0,0) !important;
	box-shadow: none !important;
	outline: 0 none !important;
}

a, button, .btn { outline: none !important;}

body, html {
	height: 100%;
}

.carousel-control.left, .carousel-control.right { z-index: 5 !important }

[v-cloak] {
	display: none;
}

html {
	scroll-behavior: smooth;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: white !important;
	opacity: 1;
}

:active, :hover, :focus {
	outline: 0;
	outline-offset: 0;
	/*color: black;*/
	/*cursor: pointer !important;*/
}

.form-control { box-shadow: none !important; }


.btn:active, .btn.active {
	box-shadow: none !important;
}

a, button { outline: none !important;}

input[type="number"] { 
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button { 
	display: none;
}
.form-control:focus,
.form-control:focus
{
	border-color: #AEAEAE;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .3);
}

.dropdown.hover:hover>.dropdown-menu { 
	display: block !important; 
} 


a:hover, a:active, a:focus {
	text-decoration: none !important;
	/*opacity: .85*/
}

body {
	height: 100vh;
}

/*            Modal           */

.modal *[aria-label="Close"] {

	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	z-index: 100000;
}

.modal.menu *[aria-label="Close"] {
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}

.modal-content {
	z-index: 11000000 !important;
	border-radius: 15px;
}
.nm { margin: 0 !important; }

#form_search   .modal-dialog {
	max-width: 1200px;
}

#form_search .modal-content {
	background: none;
	border: none;
}

/*********************************************************************************/

.modal-content{
	border-radius: 20px;
}
.modal-content .btn{
	border-radius: 20px;
}

@media (max-width: 970px) {
	.modal-dialog { width: 95% !important;}
}	

.prod_ancor {
	padding-top: 40px;
	/*margin-top: -40px*/
}

.cart_block .btn{
	border-radius: 20px
}

@media (max-width: 1200px) {

	.cart_header {
		position: fixed;
		top: auto;
		bottom: 10px !important;
		right: -5px;
		z-index: 1000;
		display: inline-block;
		text-align: right;
	} 

	.cart_block {
		float: right;
		display: block;
		/*margin-bottom: 5px;*/
		font-size: 35px;
		position: relative;
		text-align: center;
	}

	.cart_block .btn{
		border-top-right-radius: 0 !important; 	
		border-bottom-right-radius: 0 !important; 	
		padding-left: 15px !important;
		padding-right: 15px !important;

	}

	a.login {
		position: fixed;
		top: auto;
		bottom: 12px !important;
		left: 10px;
		z-index: 10001;
		display: inline-block;
		text-align: right;
	}

}	

.col-xs-5th, .col-sm-5th, .col-md-5th, .col-lg-5th, .col-xl-5th {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
	.col-sm-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 768px) {
	.col-md-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20%;
	}
}
@media (min-width: 1600px) {
	.col-xl-5th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
}



.col-xs-6th, .col-sm-6th, .col-md-6th, .col-lg-6th, .col-xl-6th {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
	.col-sm-6th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 768px) {
	.col-md-6th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-6th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20%;
	}
}
@media (min-width: 1600px) {
	.col-xl-6th {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66% !important;
		flex: 0 0 16.66% !important;
		max-width: 16.66% !important;
	}
}





.header_top .top_social a {
	font-size: 18px;
	padding: 0 5px;
	color: black !important;
}

.overflow-auto::-webkit-scrollbar, 
.new_scroll_index::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background-color: #f1f1f1;
	/*border-radius: 3px;*/
}

@media (max-width: 750px) { 
	.overflow-auto::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
		height: 7px;
	}
}


.overflow-auto::-webkit-scrollbar-thumb,.new_scroll_index::-webkit-scrollbar-thumb {
	background: #dfdfdf;
	/*border-radius: 5px;*/
}

.overflow-auto::-webkit-scrollbar-track, .new_scroll_index::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .1);
}

.new_scroll_index::-webkit-scrollbar-button:end:horizontal:increment {
	background: url(img/scroll_arrow_right.png) center;
	width:25px;
}

.new_scroll_index::-webkit-scrollbar-button:start:horizontal:decrement {
	/*background-image: url(https://dl.dropboxusercontent.com/u/55165267/icon4.png);*/
	background: url(img/scroll_arrow_left.png)  center;
	width: 25px;
}

.main_menu .overflow-auto::-webkit-scrollbar {
	width: 0;
	height: 0;
}

#preloader_page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 999999
}

#preloader_page div {
	width: 260px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	text-align: center;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

/* 2 колонки на sm */
@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 1 !important;
		column-count: 1 !important
	}
	.h3.summa { font-size: 18px !important; }
}
/* 3 колонки на md */
@media (min-width: 768px) {
	.card-columns {
		-webkit-column-count: 2 !important;
		column-count: 2 !important
	}

	.h3.summa { font-size: 18px !important; }

}
/* 4 колонки на lg и xl */
@media (min-width: 992px) {
	.card-columns {
		-webkit-column-count: 3 !important;
		column-count: 3 !important
	}
	.h3.summa { font-size: 26px !important; }
}

.footer { color: rgba(255,255,255, .8) !important; }
.footer .social { text-align: center; margin-bottom: 30px; }
.footer a { color: white !important; }

.footer .social a {
	display: inline-block;
	color: white !important;
	font-size: 20px;
	text-align: center;
	margin: 0 7px;
}

/*			Modal FULL		*/

.modal.modal_full{
	width: 100%;
	max-width: 100% !important;
	height: 100vh !important;

}

.modal_full .modal-dialog {
	position: fixed;
	left: 0; 
	right: 0;
	top: 0;
	bottom: 0;
	background-color: white;
	z-index: 9999999999;
	height: 100%;
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.modal_full .modal-content {
	border: none !important;
	height: 100vh !important;
}

.modal_full .modal-content {
	padding: 0;
}

.modal_full .modal-header{
	border: none !important;
	/*padding: 0 !important;*/
}

.modal-dialog.modal_full_podbor button.close_ {
	position: fixed;
	display: inline-block;
	z-index: 20;
	top: 25px;
	right: 25px;
	opacity: 1;
	padding: 5px;
	line-height: 0;
	font-size: 40px;
	background: rgba(255,255,255, .5);
	border-radius: 50%; 
	box-shadow: 0 0 10px rgba(0,0,0, .1);
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

@media (max-width: 750px) { 
	.modal-dialog.modal_full_podbor button.close_ {
		position: fixed;
		display: inline-block;
		z-index: 20;
		top: 10px;
		right: 15px;
		opacity: 1;
		padding: 5px;
		/*line-height: 0;*/
		font-size: 25px;
		background: white;
		box-shadow: 0 0 10px rgba(0,0,0, .1);
		width: 40px;
		height: 40px;
		/*border-radius: 50%;*/
	}
}

.modal-dialog-scrollable .modal-content {
	height: 100vh !important;
	max-height: 100vh !important;
}
@media (max-width: 576px){
	.modal-dialog-scrollable .modal-content {
		/*height: calc(100vh - 3.5rem) !important;*/
	}
}

#go_top {
	display: inline-block;
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#go_top.show {
	opacity: .5;
	visibility: visible;
}

@media (max-width: 1200px){
	#go_top {
		left: 10px;
		bottom: 13px;
		right: auto;
	}
}

#mess_popup {
	display: none;
	position: absolute;
	right: 0px;
	top: 40px;
	background: #ffd04a;
	padding: 13px;
	width: 350px;
	border-radius: 15px;
	z-index: 10000000000;
	text-align: left;
}

#mess_popup a:hover, #mess_popup a:active, #mess_popup a:focus{
	color: black !important;
	opacity: 1 !important;
} 

@media (max-width: 970px) {

	#mess_popup {
		display: none;
		position: fixed;
		right: 15px;
		bottom: 57px;
		top: auto;
		background: #ffd04a;
		padding: 10px;
		width: auto;
		border-radius: 20px;
		z-index: 10000000000;
		margin: 0 auto;
		font-size: 13px !important;
		max-width: 350px;
		margin-left: 15px;
	}

	#mess_popup .btn {
		border-radius: 20px !important;
	}
}


.tags a {
	display: inline-block;
	height: 25px;
	margin: 0 10px 7px 0;
	padding: 2px 7px 0 14px;
	white-space: nowrap;
	position: relative;
	background-color: #6c757d;
	color: white !important;
	font-size: 13px;
	text-decoration: none;
	border-radius: 0 4px 4px 0;
}

.tags a.active{
	background-color: black;
}


.tags a:hover{
	color: white !important;
}

.tags a:before {
	content: '';
	position: absolute;
	top: 7px;
	left: -6px;
	width: 11px;
	height: 11px;
	background-color: #6c757d;
	border-radius: 0 0 0 2px;
}

.tags a.active:before{
	background-color: black;  
}

.tags a:before {
	-webkit-transform: scale(1, 1.5) rotate(45deg);
	-moz-transform: scale(1, 1.5) rotate(45deg);
	-ms-transform: scale(1, 1.5) rotate(45deg);
	transform: scale(1, 1.5) rotate(45deg);
}

.tags a:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 3px;
	width: 5px;
	height: 5px;
	background: #FFF;
	border-radius: 4px;
}

#tab_new a.active {
	/*color: white !important;*/
	background: #e1e4e8;
	/*border-radius: 30px;*/
}