@supports (-webkit-touch-callout: none) {
        body {
            height: -webkit-fill-available;
        }
        html {
            height: -webkit-fill-available;
        }
    }

body{
	background-color: #000;
	color: #fff;
}
.modal-menu{
	background-color: #000;
}
.modal-menu .icon-close:before, .modal-menu .icon-close:after{
	background: #fff;
}
.product__info *, .white-box *, .page-hero__box *{
	color: #363636;
}
.page-hero__box .breadcrumbs ul a{
	color: #000;
}
.page-hero__box .breadcrumbs ul li{
	color: #363636;
}
.service-page *, .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6, .text-content *{
	color: #fff;
}
.product__info .text-content *{
	color: #363636;
}
.product__info .text-content ul > li:before{
	background: #363636;
}
.header__box form{
	margin-bottom: 0;
}
.up{
	position: fixed;
	bottom: -100%;
}
.up.fixed{
	bottom: 50px;
    right: 80px;
    z-index: 9999;
    transition: all .3s;
}
.product-slide__status.not-in-stock::before, .product__status.not-in-stock::before, .product-slide__status.not-in-stock::before{
	background-color: #F91155;
}
.product-slide__status.not-in-stock, .product__status.not-in-stock, .product-slide__status.not-in-stock{
	color: #F91155;
}
.catalog__box .nice-select .current{
	overflow: hidden;
}
#ocf-v-3-0-2-1.ocf-value{
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}
#ocf-v-3-0-2-1.ocf-value:before{
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid #00a0e3;
	flex-shrink: 0;
	border-radius: 4px;
}
#ocf-v-3-0-2-1.ocf-value.ocf-selected:before{
	background-color: #00a0e3;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_326_3104)'%3E%3Cpath d='M5.16613 13.775C4.71195 13.7752 4.27638 13.5947 3.9555 13.2733L0.295374 9.6145C-0.098458 9.22054 -0.098458 8.58193 0.295374 8.18797C0.689332 7.79414 1.32794 7.79414 1.72189 8.18797L5.16613 11.6322L14.2781 2.52023C14.6721 2.1264 15.3107 2.1264 15.7046 2.52023C16.0985 2.91419 16.0985 3.55279 15.7046 3.94675L6.37675 13.2733C6.05587 13.5947 5.6203 13.7752 5.16613 13.775Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_326_3104'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-button-prev:before, .swiper-button-next:before{
	display: none;
}
.tab-content.form-row--two{
	display: none;
}
.tab-content.current.form-row--two{
	display: grid;
}
.catalog__items.four{
	grid-template-columns: repeat(4, 1fr);
}
.auth_toggler{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.auth_toggler-item{
	border: 1px solid #d9dcee;
	padding: 10px 15px;
	font-weight: bold;
	transition: all .3s;
}
.auth_toggler-item:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.auth_toggler-item:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.auth_toggler-item.active{
	color: #fff;
	background-color: #00a0e3;
	border-color: #00a0e3;
}
.auth_content{
	display: none;
}
.auth_content.active{
	display: block;
}
.auth_content .input{
	margin-bottom: 20px;
}
.auth_content form{
	width: fit-content;
	margin: 0 auto;
	max-width: 310px;
}
.err-message{
	color: red;
	margin-bottom: 20px;
}
.btn.success{
	background: green;
	border-color: green;
	display: flex;
	align-items: center;
	gap: 10px;
}
.ref_form .radio-list{
	text-align: left;
}
#modal-feedback .input{
	margin-bottom: 15px;
}
.save-success{
	display: none;
}
.btn.added{
	background-color: #7aac31;
	border-color: #7aac31;
}
.btn.added:hover{
	color: #fff;
}
.btn.added span:first-child{
	display: none;
}
.btn.added span:last-child{
	display: block!important;
}
.buy_text{
	display: flex;
	align-items: center;
}
.btn.watch{
	margin-left: 0;
}
.manufacturers__item a{
	display: block;
	width: 100%;
	height: 100%;
}
.forgot_pwd-form button{
	width: 100%;
}
.forgot-text{
	margin: 10px auto;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
#account-reset .account-wrapper{
	grid-template-columns: 1fr;
	padding: 50px 0;
}
.pagination__items .back{
	margin-top: 0;
}
.manufacturers__item-descr{
	text-align: center;
	font-weight: bold;
	color: #363636;
}
.card-page .card-box.selected > div{
	border: 3px solid #00a0e3;
}
.filter-row .nice-select .list{
	flex-direction: column;
}
.footer-disclaimer{
	margin: 15px 0;
	color: #fff;
	opacity: 0.5;
	font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.modifications-page .white-box,.groups-page .white-box{
	padding: 20px 44px;
}
.modifications-page .white-box__head .btn, .modifications-page .white-box__head .btn-border{
	height: auto;
	padding: 10px 24px;
}
.modifications-page .white-box__head{
	margin-bottom: 25px;
}
.modifications-page .input input, .modifications-page .textarea input, .modifications-page .nice-select{
	height: 40px;
}
.groups-page .search-form input{
	height: 40px;
}
.groups-page .search-form button{
	height: 40px;
	width: 40px;
}
.product-slide{
	box-sizing: border-box;
}
.motor_cat_btn{
	margin: 30px auto 0;
	width: 100%;
}
.mobile_cart{
	position: relative;
}
.mobile_cart-count, .cart_count{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00a0e3;
    bottom: 12px;
    right: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.cart_count{
	bottom: 5px;
	right: 5px;
}
.white-box__links-filter{
	gap: 10px;
	display: flex;
	align-items: flex-start;
	margin-right: 10px;
}
/*.product-slide__status_info{
	margin-bottom: 18px;
}*/
.product-slide__status-cart-quantity, .product__cart-in-cart{
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    opacity: 0.5;
    text-align: center;
}
 .product__cart-in-cart{
 	margin-top: 10px;
 }
.product__cart-btn-wrapper{
	width: 100%;
	margin-left: 44px;
}
.product__buy .product__cart-btn-wrapper .btn {
	margin-left: 0;
}
.mt10{
	margin-top: 10px;
}
.track_add{
	text-decoration: underline;
}
.forgot-pwd-show{
	margin: 15px 0 0;
	text-decoration: underline;
	color: #000;
	opacity: 0.5;
	font-size: 14px;
}
.wishlist-active path, .compare-active rect{
	fill: #00a0e3;
}
.checkout_info{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}
.checkout_info p{
	margin: 12px 0;
}
.checkout_info p a{
	text-decoration: underline;
	color: #00a0e3;
}
.form-row--one{
	margin-bottom: 20px;
}
.select2{
	min-width: 320px;
}
.card-name{
	width: 50%;
}
.tg-auth-disclaimer{
	border: 1px double grey;
	padding: 12px;
	margin: 12px;
	text-align: center;
	display: none;
}
#tgMess{
	margin-bottom: 20px;
}
.product-slide ul li p:last-child{
	text-align: right;
}
.card-name a, .card-second .product-slide__name a{
	text-decoration: underline;
}
.backlink{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 38px;
}
.backlink:before{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='30px' height='30px' viewBox='0 0 24 24' id='left-arrow' data-name='Flat Color' xmlns='http://www.w3.org/2000/svg' class='icon flat-color'%3E%3Cpath id='primary' d='M21,11H5.41l1.3-1.29A1,1,0,0,0,5.29,8.29l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H21a1,1,0,0,0,0-2Z' style='fill: (255,255,255);'%3E%3C/path%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: all .3s;
}
.backlink:hover:before{
	background-image: url("data:image/svg+xml,%3Csvg fill='%231960f2' width='30px' height='30px' viewBox='0 0 24 24' id='left-arrow' data-name='Flat Color' xmlns='http://www.w3.org/2000/svg' class='icon flat-color'%3E%3Cpath id='primary' d='M21,11H5.41l1.3-1.29A1,1,0,0,0,5.29,8.29l-3,3a1,1,0,0,0,0,1.42l3,3a1,1,0,0,0,1.42,0,1,1,0,0,0,0-1.42L5.41,13H21a1,1,0,0,0,0-2Z' style='fill: (25,96,242);'%3E%3C/path%3E%3C/svg%3E");
}
.product_title{
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.option.ocf-disabled{
	display: none;
}
.btn[disabled="disabled"]{
	background-color: #d0d0d0;
    border: #d0d0d0;
    cursor: not-allowed;
}
.btn[disabled="disabled"]:hover{
	color: #fff;
}
.order__item-name a{
	text-decoration: underline;
}
.modal__body a{
	text-decoration: underline;
}
.faq-page .results-page__info{
	display: flex;
    flex-direction: column;
    height: 100%;
}
.ocf-theme-light .ocf-search-btn-static{
	border-radius: 10px;
}
.ocf-theme-light .ocf-search-btn-static:not([disabled]):hover{
	color: #000;
	background-color: #fff;
	border: 1px solid #00a0e3;
}
.results-groups__item--big .results-groups__item-name{
	word-break: break-word;
}
.text-content summary{
	cursor: pointer;
}
.card-number{
	white-space: nowrap;
}
.cdek-map{
	display: none;
}
.success_activate{
	padding-top: 30px;
}
.success_activate .white-box{
	text-align: center;
}
.success_activate img, .success_activate a{
	margin: 0 auto;
}
.nice-select .option.ocf-selected{
	font-weight: bold;
}
.input input{
	border-color: #00a0e3;
}
.header-body .logo img{
	max-width: 205px;
}
.header__actions svg rect, .header__actions svg path, .contacts__box svg rect, .contacts__box svg path, .modal-menu svg rect, .modal-menu svg path{
	fill: #fff;
}
.search-form_wrapper{
	background-color: #fff;
}
.product .text-content{
	color: #fff;
}
.btn{
	color: #fff;
}
.card-name > span{
	color: #fff;
}

@media screen and (max-width: 1199px){
	.catalog__items.four{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 1023px){
	.ocf-container.ocf-mobile-active{
		padding-bottom: 110px;
	}
	.ocf-search-btn-static{
		position: absolute;
	    bottom: 35px;
	    z-index: 9;
	    margin-bottom: 0;

	}
	.ocf-search-btn-static.ocf-btn[disabled]{
		opacity: 1;
	}
	#column-left .reset{
		position: absolute;
	    bottom: 10px;
	    z-index: 9;
	    left: 0;
	    right: 0;
	}
	.product__cart-btn-wrapper{
		max-width: 250px;
	}
	.white-box__head{
		gap: 20px;
	}
	.header-menu ul li:not(:last-child) a{
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 767px){
	/*.ocf-content{
		top: 60px!important;
	}*/
	.ocf-body{
		top: 0!important;
	}
	.footer-disclaimer{
		margin: 0 0 125px;
	}
	.product-slide ul{
		display: none;
	}
	.motor_btn{
		padding: 0 10px;
	}
	.motor_cat_btn{
		width: fit-content;
	}
	.motory-slider.slider-wrapper--products .swiper-button-next, .motory-slider.slider-wrapper--products .swiper-button-prev{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		border-radius: 100%;
		background-color: #00a0e3;
	}
	.motory-slider.slider-wrapper--products .swiper-button-next::after, .motory-slider.slider-wrapper--products .swiper-button-prev::after{
		font-size: 13px;
		color: #fff;
	}
	.motory-slider.slider-wrapper--products .swiper-button-next{
		right: -15px;
	}
	.motory-slider.slider-wrapper--products .swiper-button-prev{
		left: -15px;
	}
	.white-box__links-filter{
		margin-bottom: 15px;
		width: 100%;
	}
	.white-box__links-filter a{
		width: 50%;
	}
	.up.fixed{
		bottom: 100px;
		right: 5px;
	}
	.product__cart-btn-wrapper{
		margin-left: 0;
		max-width: 100%;
	}
	.product_title{
		flex-direction: column;
		align-items: flex-start;
	}
	.backlink{
		margin-bottom: 10px;
		width: 100%;
	}
	.auth_toggler{
		flex-direction: column;
	}
	.auth_toggler-item{
		width: 70%;
	}
	.auth_toggler-item:first-child{
		border-bottom-left-radius: 0;
		border-top-right-radius: 10px;
	}
	.auth_toggler-item:last-child{
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}
	.catalog__items.four{
		grid-template-columns: repeat(1, 1fr);
	}
	.pagination__items .back{
		margin-bottom: 16px;
	}
	#cdek-map > div {
		width: 100%!important;
	}
	.ocf-theme-light .ocf-filter.ocf-active{
		background-color: #fff!important;
	}
	.ocf-container{
		transform: translateX(0) translate3d(0,0,0)!important;
		width: 100%!important;
		height: 90%!important;
		top: 7%!important;
	}
	.ocf-body>.ocf-filter-list{
		height: 85%!important;
	}
	.modal-menu__top > img{
		max-width: 205px;
	}
}
.col-top-sk{
	padding: 15px;
    text-align: center;
}
