body {
	font-family: 'Open Sans', sans-serif !important;
	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: 14px;
}
/* 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: #000;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	color: #08AD2C;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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;
	display: none;
}
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: #F9FAFB;
	background-repeat: repeat-x;
}
/* top */
#top {
	padding: 4px 0px 3px 0;
	min-height: 40px;
	
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #F9FAFB;

	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #1e1e1e;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #08AD2C;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #08AD2C;
}
#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: 10px;*/
/*}*/
#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 {
	z-index: 1001;
}
#cart .dropdown-menu {
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
    position: fixed;
    top: 50%;
    width: 75%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    min-height: 400px;
    background: #fff;
    border-radius: 0;
}

.header__old_btn .btn-group{
    position: unset;
}









@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #08AD2C;
	background-image: linear-gradient(to bottom, #08AD2C, #08AD2C);
	border: none;
	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: #F9FAFB;
	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: #08ad2c;
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    background-repeat: repeat-x;
    border-color: #008f1f #08ad2c #048b21;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #08AD2C;
}
@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;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 100px;
}
/*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 {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: #F9FAFB;
    border: none;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #08AD2C;
    border: none;
    transition: all .3s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #F9FAFB;
	background-position: 0 -15px;
	color: #000;
}
.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-danger {
	color: #ffffff;
    text-shadow: none;
    background-color: #363636;
    /* background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); */
    background-repeat: repeat-x;
    /* border-color: #bd362f #bd362f #802420; */
    border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[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: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.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-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #08ad2c;
}
.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;
	border: 1px solid #DDDDDD;
	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 {*/
   
/*	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;
	 width: 100%;
    max-height: 220px;
    object-fit: cover;
	margin-bottom: 20px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4,
.product-thumb b{
	font-weight: bold;
    height: 100px;
    display: block;
}

.product-thumb .caption p{
    min-height: 80px;
}

.product-thumb .caption p.price{
    min-height: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
        font-weight: 900;
    font-size: 16px;
    overflow: hidden;
}

.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;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
	font-size: 18px;
}
.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 {

	background-color: #eee;
	/*overflow: auto;*/
	display: flex;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #08ad2c;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	background-color: #000;
	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;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}














































































.header {
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}
.header-top {
    background: #000;
    color: #fff;
    padding: 0 0 1px;
}

.header__container {
    max-width: 95%;
    margin: 0 auto;
}

.header-top .header__container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.header-top__adress {
    font-size: 18px;
    color: #fff;
}

.header-top__adress:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    width: 14px;
    height: 14px;
    display: inline-block;
    font-weight: 900;
    color: #08ad2c;
    font-size: 15px;
}

.header-top__hot-line {
    cursor: pointer;
    border-top: 30px solid #08ad2c;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: -10px;
}

.header-top__hot-line_visible, .header-top__hot-line_invisible {
    display: block;
    position: absolute;
    top: -25px;
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}

.header-top__hot-line_invisible {
    opacity: 0;
    visibility: hidden;
}

.header-skype-mobile {
    display: none;
}

.header-skype-mobile i {
    color: #08ad2c;
    font-size: 24px;
}

.header-mob-lang-switch {
    display: none;
    align-items: center;
    gap: 5px;
}

.header-top__phone-number {
    display: flex;
    gap: 20px;
}

.header-top__phone-number a {
    font-size: 18px;
    color: #fff;
}

.header-top__phone-number a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 900;
    color: #08ad2c;
    font-size: 15px;
}

.green-text {
    color: #08ad2c !important;
}

.header__bottom .header__container {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__list {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
}

.nav__list .menu-item {
    height: auto;
    line-height: 25px;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s;
    position: relative;
}

.nav__list .menu-item a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.menu-item-has-children a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-item-has-children a:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://shop.turbomicron.com/image/project-img/nav-arrow.png) 0 0/cover no-repeat;
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(0,0,0,.7);
    text-align: left;
    min-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    transition: all .3s;
}

.sub-menu .menu-item {
    min-width: 300px;
    padding: 8px 20px;
}

.sub-menu .menu-item a {
    margin-right: 8px;
    text-align: left;
    white-space: break-spaces;
}

.nav__list .menu-item:hover {
    background: #08ad2c;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}


#hamburger-btn {
    outline: 0;
    border: none;
    cursor: pointer;
    display: none;
    background: none;
    outline: none;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
    transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger-inner::before {
    top: -10px;
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
}













.mob-menu {
    display: none;
}

.mob-menu-has-ch p {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}






.countdown {
    height: 50px !important;
}
.countdown * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.countdown .countdownFix {
    z-index: 3 !important;
}
.countdown .clockFix {
    z-index: 1 !important;
}
.countdown li span .inn {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.countdown ul {
    list-style: none;
}
.countdown li {
    line-height: 87px;
}
.countdown ul.flip {
    position: relative;
    float: left;
    margin-right: 2px;
    height: 100%;
    width: 30px !important;
    font-size: 50px !important;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 540px) {
    .countdown ul.flip {
        width: 25px !important;
        font-size: 29px !important;
        height: 83% !important;
    }
    .countdown ul.flip li {
        line-height: 37px !important;
    }
    .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
        top: -24% !important;
    }
}
@media only screen and (max-width: 440px) {
    .countdown ul.flip {
        width: 22px !important;
        font-size: 23px !important;
        height: 66% !important;
    }
    .countdown ul.flip li {
        line-height: 30px !important;
    }
    .countdown ul.flip:nth-child(2n+2):not(:last-child):after {
        font-size: 28px !important;
    }
}
.countdown ul.flip:nth-child(2n+2):not(:last-child):after, .countdown ul.nth-child-2np2-notlast:after {
    position: absolute;
    top: 20%;
    right: -13px;
    content: ":";
    display: block;
    color: #fff;
    font-size: 46px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.countdown ul.nth-child-2np2-notlast {
    margin-right: 14px;
}
.countdown ul.flip:nth-child(2n+2) {
    margin-right: 12px;
}
.countdown ul.flip li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
}
.countdown ul.flip li span {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    -ms-perspective: 200px;
    -o-perspective: 200px;
    perspective: 200px;
}
.countdown ul.flip li span div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.countdown ul.flip li span div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.countdown ul.flip li span div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}
.countdown ul.flip li span div.up:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
}
.countdown ul.flip li span div.down {
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    bottom: 0;
}
.countdown ul.flip li span div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #127C02;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.countdown ul.flip li span div.up div.inn {
    top: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}
.countdown ul.flip li span div.down div.inn {
    bottom: 0;
     display: flex;
    align-content: center;
    justify-content: center;
}
.play ul li.previous {
    z-index: 2;
}
.play ul li.current {
    -webkit-animation: asd .5s .5s linear both;
    -moz-animation: asd .5s .5s linear both;
    -ms-animation: asd .5s .5s linear both;
    -o-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
    z-index: 3;
}
@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-ms-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@keyframes asd {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
.play ul li.current .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    -ms-animation: turn .5s .5s linear both;
    -o-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both;
}
@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}
@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-ms-keyframes turn {
    0% {
        -ms-transform: rotateX(90deg);
    }
    100% {
        -ms-transform: rotateX(0deg);
    }
}
@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}
@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
.play ul li.previous .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    -ms-animation: turn2 .5s linear both;
    -o-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both;
}
@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}
@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}
@-ms-keyframes turn2 {
    0% {
        -ms-transform: rotateX(0deg);
    }
    100% {
        -ms-transform: rotateX(-90deg);
    }
}
@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}
@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}
.play ul li.previous .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, 0.1), 0), color-stop(black, 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    -ms-animation: show .5s linear both;
    -o-animation: show .5s linear both;
    animation: show .5s linear both;
}
.play ul li.current .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(rgba(0, 0, 0, 0.1), 0), color-stop(black, 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    -ms-animation: hide .5s .3s linear both;
    -o-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;
}
.play ul li.previous .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(black, 0), color-stop(rgba(0, 0, 0, 0.1), 1));
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    -ms-animation: show .5s linear both;
    -o-animation: show .5s linear both;
    animation: show .5s linear both;
}
.play ul li.current .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(black, 0), color-stop(rgba(0, 0, 0, 0.1), 1));
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    -ms-animation: hide .5s .3s linear both;
    -o-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;
}
@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}























@media screen and (max-width: 1272px){
    .header-top__hot-line {
        border-top: 19px solid #08ad2c;
        margin-top: -8px;
    }
    .heared__logo img {
        max-width: 200px;
    }
    .nav__list .menu-item {
        padding: 8px 8px;
    }
}



@media (max-width: 1024px){
    .header-top__phone-number a, 
    .header-top__adress {
        font-size: 16px;
    }
    .desc-menu {
        display: none;
    }
    .hamburger {
        display: block !important;
        position: relative;
        z-index: 12;
    }
    
    
    .mob-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        display: none;
        transition: all .3s;
        z-index: 10;
    }
    
    .mob-menu-back {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: rgba(0,9,22,.7);
        transition: all .3s;
    }
    .mob-menu .nav__list {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #000;
        width: 70%;
        position: relative;
        z-index: 20;
        margin-top: 100px;
        overflow: scroll;
        align-items: flex-start;
        text-align: left;
    }
    
    .mob-menu .nav__list .menu-item {
        display: flex;
        margin-bottom: 12px;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    
    .mob-menu .nav__list .menu-item a {
        font-size: 16px;
        text-transform: capitalize;
        text-align: left;
    }
    
    .mob-menu .menu-item-has-children {
        height: auto;
    }
    
    .mob-menu-has-ch {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        width: 100%;
    }
    
    .mob-sub-menu {
        display: none;
        margin-top: 15px;
    }
    
    .mob-menu.active {
        display: flex;
        align-items: center;
    }
    
}


/*xbii 27.12.24*/
.newsearch #search .input-lg {
    height: 48px;
    border: 2px solid #08ad2c;
    font: 13px / 48px Roboto, sans-serif;
    color: #787878;
}
.newsearch .input-group {
	display: contents;    
}
.prompt {
    padding-bottom: 10px;
}
.colorred {
    color: #ff0000;
}
.blockfilteravto .avtofilterpad {
    padding-right: 0px;
    padding-left: 0px;
}
.blockfilteravto .panel-footer-afilter{
    display: none !important;
}

.blockfilteravto .btn {   
    border-radius: 0px;
	padding: 15.5px 12px;    
	width: 100%;
}    
.blockfilteravto .col-sm-1 {
		padding: 0px;
}
.blockfilteravto .panel-body {
    padding: 0px 0 0px 0px;
}
/*03.02.25*/
.avtoprod {
    padding: 15px;
}
.turbine_number {
    font: 300 13px / 22px Roboto, sans-serif;
    color: #000;
}
.turbine_number span:first-child {
    font-weight: 700;
    text-transform: uppercase;
}
.specifications {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    border: none;
}
.specifications table {
    float: left;
    margin-right: 10%;
    border-collapse: separate;
    border-spacing: 0 13px;
    table-layout: fixed;
}
.specifications table td:first-child {
    font: 700 13px / 14px Roboto, sans-serif;
    color: #000;
    text-transform: uppercase;
    padding-right: 4px;
}
/*xbii 27.12.24*/














/*03.02.25*/


.product__thumb{
    width: 42%;
}

.product__thumb .thumbnail{
    border: none;
}

.product__thumb .thumbnail img{
    display: flex;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.product__inf{
    width: 58%;
}

/*.header__old{*/
/*    margin-top: 129px;*/
/*    margin-bottom: 7px;*/
/*}*/

.header__old .container:before,
.header__old .container:after{
    display: none;
}

.header__old .container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    
}


.my-lang-switch button{
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
    padding: 10px 15px;
}

.my-lang-switch button:hover{
    background: #08ad2c;
}

.my-lang-switch .dropdown-menu{
        background: rgba(0,0,0,.7);
    border-radius: 0;
    min-width: auto;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
}

/*03.02.25*/

/*06.02.25*/


.my-product-info-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.my-product-info-price__price{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.my-product-info-price__price_text{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.my-product-info-price__price .list-unstyled{
    display: flex;
   color: #08ad2c;
    text-align: center;
    border: 2px solid #08ad2c;
    width: 100%;
    /* text-align: center; */
    justify-content: center;
    margin: 20px auto 30px;
    padding: 10px 15px;
}

.my-product-info-price__price .list-unstyled h2{
        font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #08ad2c;
    margin: 0;
}

.saleSection__content_info{
    width: auto;
    margin-bottom: 8px;
    font: 700 13px/14px Roboto, sans-serif;
    color: #f33;
    text-align: center;
    text-transform: uppercase;
}

.my-product-btn-and-qty{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.my-product-btn-and-qty .form-control{
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}

.avtoprod__hidden{
    display: block;
    
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*column-gap: 10px;*/
}

.avtoprod__btn{
    cursor: pointer;
    width: max-content;
    border: 2px solid #08ad2c;
    padding: 5px 10px;
    display: flex;
    flex-direction: row-reverse;
    display: none;
}
.avtoprod__btn.active{
    flex-direction: row;
}

.avtoprod__btn.active span{
    transform: rotate(180deg);
}

.avtoprod__btn.active:before {
  content: 'Сховати...'
}

.avtoprod__btn:not(.active):after {
  content: 'Детальніше...'
}

.my-product-info-price__price .list-unstyled h2{
    font-weight: 700;
}


.avtoprod__btn-and-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*06.02.25*/


.product-layout{
    margin: 10px 0;
    padding: 10px;
    transition: all .3s;
}

.product-layout:hover{
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .15);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background-color: #08ad2c !important;
    border-color: #08ad2c !important;
}

footer .header__container{
    max-width: 100%;
}

.footer__top {
    background: #303030;
    padding: 35px 0;
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 87.5%;
    margin: 0 auto;
}

.footer__list {
    display: flex;
    flex-direction: column;
}

.footer__top .footer__list a, .footer__top .footer__list li {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 5px;
}



.footer__top .footer__list li:first-child,
.footer__top .footer__list li:first-child a {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #08ad2c;
    overflow: hidden;
}

.footer__top .footer__list a:after {
    content: '';
    display: inline-block;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background: #08ad2c;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.footer__item_full {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.footer__bottom {
    background: #262626;
    padding: 25px 0 14px;
    width: 100%;
}

.footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__soc ul {
    display: flex;
    list-style: none;
}

.footer__soc ul li {
    margin: 0 10px;
}

.footer__soc ul li a {
    color: #08ad2c;
    font-size: 34px;
    transition: all .3s;
}

.footer__soc ul li a:hover {
    color: #fff;
}

.footer__top .footer__list a:hover:after {
    width: 100%;
}

.copytext {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #414040;
    text-align: center;
}

.fix-callback {
    position: fixed;
    right: -19px;
    width: 200px;
    top: 200px;
    z-index: 9;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    height: 102px;
    align-items: flex-start;
}

.toggle-fixed-right {
    background: rgba(255, 255, 255, .5);
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    position: relative;
    height: -webkit-fill-available;
    padding: 1px 7px;
    background: #08ad2c;
    display: flex;
    width: 30px;
    cursor: pointer;
    align-items: center;
}

.toggle-fixed-right em {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid #fff;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: relative;
    left: 5px;
    top: 0px;
    transition: all .5s;
}

#fixed-right .phones-wrap, #fixed-right .right-wrap {
    position: relative;
    height: 102px;
}

#fixed-right .right-wrap {
    background: rgba(255, 255, 255, .5);
    padding: 0px 0 0px 2px;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    overflow: hidden;
}

.fix-callback.disable {
    right: -170px;
}

#fixed-right .right-wrap ul {
    padding: 7px;
    margin: 0 0 2px 0;
    background: #08ad2c;
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#fixed-right .right-wrap ul li {
    display: block;
    text-align: center;
    margin: 3px 0;
}

#fixed-right .right-wrap ul li a {
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    font-weight: 800;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#fixed-right .right-wrap ul li a span {
    font-weight: 400;
}

#fixed-right .right-wrap>a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #262626;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    overflow: hidden;
}

#fixed-right .right-wrap>a i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    background: #08ad2c;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

#fixed-right .right-wrap>a span {
    display: inline-block;
    width: 100%;
}

.fix-callback.disable .toggle-fixed-right em {
    transform: rotate(180deg);
}

.recomended-hr{
    height: 2px;
    width: 100%;
    display: block;
    background: #e7e7e7;
    margin-top: 50px;
}

.my-nav-menu:before,
.my-nav-menu:after,
.my-nav-menu .navbar-nav:after,
.my-nav-menu .navbar-nav:before{
    display: none;
}

.my-nav-menu .navbar-nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-nav-menu .navbar-nav li a{
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s;
}


@media screen and (min-width: 768px){
    .footer__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#additional-carousel{
overflow: hidden;
}
#additional-carousel .owl-wrapper-outer{
border-radius: 0;
border:none;
margin-left: 20px;
box-shadow: none;
}
#additional-carousel .image-additional{
width: 85%;
max-width: 100%;
margin: 0;
}

.header__old #top .nav.pull-right{
    padding: 0;
}

.header__old #top .nav.pull-right ul{
    margin: 0;
}


.header__old #top .nav.pull-right ul li a{
    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;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
}

.header__old #top .nav.pull-right ul li ul{
    padding: 0;
    background: transparent;
}

.header__old #top .nav.pull-right ul li ul li{
    border-radius: 5px;
    margin-bottom: 5px;
}

.header__old #top .nav.pull-right ul li ul li a{
    width: 100%;
}

.header__old #top .nav.pull-right ul li a .caret{
    display:none;
}

/*#product-category .breadcrumb{*/
/*    display: none;*/
/*}*/

.my-nav-menu ul li{
    width: 25%;
}

.my-sort{
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.my-sort:after,
.my-sort:before{
    display:none;
}
.my-sort__right{
        display: flex;
    align-items: center;
    gap: 15px;
}

.my-sort__right_item .form-group{
    margin: 0;
}
.my-sort__right_item .form-group label{
    background: transparent;
    border: none;
}
.my-sort__right_item .form-group select{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid;
}

.menu-item .pull-left .btn img{
    display:none;
}

.header-top__hot-line_visible{
    color: #fff !important;
    text-decoration: none;
}

.ocf-noUi-connect:before{
    background-color: #000 !important;
}

.ocf-noUi-handle{
    background: #08AD2C !important;
}

.no-border h1{
    border: none !important;
}

.modelcat span,.godcat span {
    font-weight: 800;
}




.breadcrumb a{
    white-space: break-spaces;
}



.panel-body{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.panel-body .prompt{
    display: none;
}

.panel-body:after,
.panel-body:before{
    display: none;
}

.newsearch{
    width: 37%;
}


.panel-body .modif_form_wrap{
    padding: 0;
}

.product__inf h1{
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 20px;
    font-weight: 600;
    text-align: center;
}

.my-product-info-price__price_text{
    display: none;
}

.my-product-stock{
    display: none;
}



#content .row{
    margin: 0 !important;
}


.hamburger{
    display: none !important;
}

.product__inf #product{
    width: 100%;
}



.top-section {
	background-image: url('https://turbomicron.com.ua/wp-content/uploads/2024/11/promo-bg.jpg');
	background-size: cover;
	background-position: center center;
	height: 450px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-section::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.top-section-name {
	font-weight: 100;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	z-index: 2;
	text-align: center;
	width: 80%;
}

.top-section_breadcrumbs {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	display: none;
}

.top-section_list:last-child {
	color: #999;
}

.calltous {
    padding: 40px 0;
}

.calltous p {
    color: #262626;
    line-height: 26px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.calltous .contact-p span {
    color: #262626;
}

.flex-pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
    align-items: center;
}

.flex-item {
    width: 100%;
    margin: 20px 0;
}

.calltous .flex-item {
    font-size: 22px;
    text-align: center;
}

.calltous h5 {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 20px;
}

.calltous p {
    color: #262626;
    line-height: 26px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.section-title, h2, .feedback-section h3, .feedback-section h4 {
    color: #262626;
    font-size: 30px;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.red {
    color: red !important;
}

.calltous a {
    font-size: 24px;
    color: #fff;
    background: #08ad2c;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 18px;
    outline: 0 none;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 14px 0;
}

.calltous .contact-p span.bold{
    font-size: 16px;
}

.map_section {
    height: 370px;
    overflow: hidden;
}

.map_section iframe{
    width: 100%;
    height: 100%;
}

.other-page-text,
.other-page-text p,
.other-page-text p span{
        font-family: 'Open Sans', sans-serif !important;
}

#account-wishlist tbody td.text-right:last-child,
#account-wishlist td.text-right .btn-open{
    display: flex ;
    align-items: center;
    gap: 10px;
}

#account-wishlist td.text-right .btn-open{
    padding: 5px 20px;
}

#account-account #content .list-unstyled{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 50px 1px;
}

.main-promo{
        width: 100%;
    overflow: hidden;
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-promo video{
        width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.promo-text{
    font-size: 48px;
    line-height: 54px;
    position: relative;
    color: #fff;
    width: 70%;
    text-align: center;
    text-shadow: 0 0 5px #232323;
}

/*.normalize-wrap .row{*/
/*    margin: 0 auto !important;*/
/*}*/

.vert .newsearch #search .input-lg {
    margin-bottom: 15px;
}

.but button {
    width: 100%;
}
.vert .panel-footer-afilter {
    display: none;
}

        /* Кнопка открытия модального окна */
        .btn-open {
            background-color: green;
            color: white;
            padding: 10px 20px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }

        /* Модальное окно */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        /* Контент модального окна */
        .modal-contentf {
            background-color: white;
            margin: 10% auto;           
            width: 400px;
            border-radius: 8px;  
            text-align: center;			
        }

        /* Заголовок и кнопка закрытия */
    .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    line-height: 51px;
    text-align: center;
    background: #08ad2c;
    color: #fff;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.modal-header h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
        .close {
             font-size: 35px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    color: #fff;
    opacity: 1;
    top: 9px;
        }

        /* Поля ввода */
       #quickOrderModal input {
         width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #000000;
    border-radius: 5px;
        }

        /* Кнопка отправки */
        .btn-submit {
                cursor: pointer;
    color: #fff;
    background: #08ad2c;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 18px;
    outline: 0 none;
    text-decoration: none;
    font-weight: 600;
    border: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	    margin-top: 10px;
        }

        .btn-submit:hover {
            background-color: darkgreen;
        }
		#quickOrderModal .text {
    padding: 20px;
}
#quickOrderModal .text p {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
	    padding: 0px 20px;
}
#custom-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 500px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#custom-alert.show {
    opacity: 1;
}

#custom-alert.success {
    background-color: #4CAF50; /* Зеленый */
}

#custom-alert.error {
    background-color: #F44336; /* Красный */
}

.hiddenf {
    display: none;
}

.table-hover>tbody>tr:hover{
    background-color: transparent !important;
}

.pagination{
    display: flex;
}
.pagination li {
  display: none;
}


.pagination li:nth-child(2),
.pagination li:nth-last-child(2) {
  display: block;
}

.pagination>li>a, .pagination>li>span{
    margin-left: 5px;
}

.caption{
    font-size: 16px;
}


.breadcrumb > li,
.select2-container--default .select2-selection--single,
.select2-container,
.thumbnails .owl-wrapper .thumbnail,
.product__inf h1,
.my-product-info-price__price .list-unstyled h2,
.footer__soc ul li,
.footer__soc ul li a i,
.owl-carousel .owl-buttons div i{
    overflow: hidden;
}




























@media screen and (min-width: 768px){
    .flex-pos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flex-item {
        width: 48%;
        margin: 0;
    }
}
@media(max-width: 767px){
    .panel-body .select2-container{
        width: 100% !important;
    }
    
    .product__thumb,
    .product__inf{
        width: 100%;
    }
    .header-top .header__container{
        padding: 5px;
        margin: 0;
    }
    
    .header__bottom{
        padding: 10px 0;
    }
    .header-top__hot-line {
        border-top: 33px solid #08ad2c;
        margin-top: 0px;
    }
    .mob-menu .nav__list{
        margin-top: 0;
        padding-left: 5px;
    }
    .mob-sub-menu{
        padding-left: 5px;
    }
    
    .mob-menu .nav__list .menu-item a{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .thumbnails .owl-wrapper .thumbnail{
        width: 110px;
        height: 100px;
    }
    
    
    .thumbnails .owl-wrapper .thumbnail img{
        width: 100%;
    }
    
    .thumbnails .owl-wrapper .image-additional{
        display: flex;
        justify-content: center;
    }
    
    .owl-carousel .owl-buttons .owl-next,
    .owl-carousel .owl-buttons .owl-prev{
        opacity: 1;
    }
    
    .container.normalize-wrap{
        padding: 0 10px !important;
    }
    
    .panel-body div{
        width: 100%;
    }
}




@media(max-width: 450px){

    

    .header-top__phone-number a:first-child{
        display: none;
    }
    
    .footer__container{
        align-items: center;
        text-align: center;
    }
    .nav__list .menu-item:hover{
        background: transparent;
    }
    
    footer ul{
        padding: 0;
    }
    
    #additional-carousel .owl-wrapper-outer{
        margin-left: 10px;
    }
    
    #additional-carousel .image-additional{
        width: 100%;
    }
    
    .product__inf #product{
        max-width: 380px;
    }
    
    .search-category-page{
        margin: 0;
    }
    
    .header__old_btn .dropdown-menu{
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #content{
        padding: 0 20px 0 30px;
    }
    
    *{
        overflow-x:hidden;
    }
    
    .other-page-text p{
        overflow:hidden;
    }
    
    .main-promo{
        height: 270px;
    }
    
    .promo-text{
        font-size: 28px;
        line-height: 26px;
        font-weight: 800;
        width: 95%;
        overflow: hidden;
    }
    
    .owl-carousel .owl-buttons div i{
        font-size: 29px !important;
        margin: 0 !important;
        
    }
}

