/*
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;
}

.fixed .header_top {
	position: fixed;
	z-index: 200;
	background:black;
	top:0;

}
.headframe {margin-top:100px}

@media (max-width: 750px) {
	.headframe {margin-top:60px}
}


.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%;
	background: #000;
}

.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;
	background: #eda41c;
	border: 1px solid #eda41c;
	opacity: 1;
	border-radius: 20px;
}

.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: #eda41c;
		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;*/
}
#top_page > .text-right > span > a.text-dark {
    font-size: 18px;
    border: none !important;
    font-weight: 700;
}
.text-dark {color:white !important; }
.menu_top a, body, .table, .mobile_menu a.nav-link {
   color: #fff !important;
}
.text-dark:hover { color: #fff !important;}
.bg-white {
    background-color: #000000 !important;
}
.h1 {font-weight: 700 !important;
}
.h1.border-bottom {
	font-weight: 700 !important;
	color: #a9a9a9;
	font-size: 32px;
}
.menu_top .dropdown-menu {background-color: #000;}
.container-fluid.footer {margin-top: 0 !important;}
.modal-dialog-scrollable .modal-content {background-color: #000000 !important;}
.main_menu_gorizontal a:hover, .mobile_menu a:hover { color:#eda41c !important;}
.main_menu_gorizontal a.active, a.active { border-radius:10px; background: #eda41c; color:white !important}
.hide_desc {display: none;}
.hide_mob {display: block;}



@media (max-width: 767px){
	.hide_desc {display: block;}
	.hide_mob {display: none;}
	.open_mob_phone img {
		width: 29px;
    	height: 29px;
	}
	.main_menu_gorizontal {}
	.modal-body-we * {color: white !important;}
	.cont_one {
		padding: 12px;
		border: 1px solid #a3a3a3;
		margin-right: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		margin-top: 18px;
		text-align: center;
	}
	.cont_one .city {
		display: block;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.modal.menu *[aria-label="Close"] {
		top: 2px;
		color: #000 !important;
	}

	.item_title {font-size: 13px}
}
/*.bx-soa-item-table *, #bx-soa-total * {color: #000 !important;}*/




.swiper {

}

.swiper-slide a{

padding:0 20px;
}

.menutop {
	position: fixed;
	z-index: 999;
	width: 100%;
	padding:2px 0;
}

.cart .menu_top {top:0;}

@media (max-width: 750px) {
	.fixed .menutop {
		top: 47px;
	}
	.menutop {
		top: 67px;
	}


}


	.btn-outline-secondary {
	color: #f5faff;
	border-color: #6c757d;
}

#table .bi {
	border: 1px solid #434343;
	display: inline-block;
	font-size: 20px;
	background: #373737;
	border-radius: 3px;
	padding: 3px 5px;
}

.border-3 { border-radius: 5px;}
.modal {z-index:6000; }

	a.text-dark:focus, a.text-dark:hover {
		color: #ffffff !important;
	}

	.nowrap {white-space: nowrap}

.bg-light {
	background-color: #161616 !important;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	background: #20405d;
	line-height: 1.5;
	color: #495057;
	background-color: #dfdfdf;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s
	ease-in-out, box-shadow .15s
	ease-in-out;
}

.border
{
	border: 1px solid #454545 !important;
}


#ajaxLoader, #ajaxLoader2 {
	display: none;

	width: 16px;
	height: 16px;
	position: absolute;
	right: 15px;
	top: 41px;
	z-index: 9999;
}

.spinner {
	width: 18px;
	height: 18px;
	border: 4px solid #c18f00;
	border-top: 4px solid #bf0000;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.position-relative {position: relative}

#ulica_error {color: red}

#ajaxLoader2 {position:absolute;  top:10px; left: -25px;}


.btn-primary.focus, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #a5a5a5;
	border-color: #6b6b6b;
	box-shadow: 0 0 0 .2rem rgba(83, 83, 83, 0.5);
}
