::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	opacity: 0.5;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);

}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

input:not([type="checkbox"]), /*select,*/ textarea, button {
	font-family: 'Rubik', tahoma, arial;
	outline: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div, section, nav, header, footer, li, ul, article, blockquote {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body, html {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: 'Rubik', tahoma, arial;
	color: #000000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	height: 100%;
}

header{
	padding-bottom: 20px;
	width:100%;
	z-index:15;
	position:fixed;
	top:0px;
	left:0px;
	background:#ffffff;
	animation-duration: 1.5s;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.cursor-pointer{
    cursor:pointer;
}

a{
	text-decoration: none;
	color:#0492d2;
	transition:color 0.3s ease-in-out;
}
a:hover{
	text-decoration: underline;
	color:#035e87;
}

.text-main-blue{
    color:#0492d2;
}

.top-line-menu{
	font-size:16px;
}

.text-main-color{
    color:#0492d2!important;
}

.header-ph{
	height:140px;
}

header.sticky{
	padding-bottom:20px;
}
.top-nav{
	background:#f7f7f7;
	padding:5px 0px;
	margin-bottom:10px;
}
.top-nav .yell-btn{
	font-size:12px;
}
.cities-selector-btn span{
    max-width:115px;
    overflow:hidden;
    white-space:nowrap;
    display: inline-block;
    vertical-align: middle;
}

.no-wrap{
    white-space:nowrap;
}

ul.main-menu{
	margin:0px;
	padding:0px;
}
.header-btn-menu, .payment-btn, .register-btn{
	background:#0492d2;
	color:#ffffff;
	font-size:1.2rem;
	font-weight: bold;
	padding:10px 25px;
	border-radius:20px;
	cursor:pointer;
}

.text-coral-blue{
    color:#0492d2;
}

.blue-btn{
    background:#0492d2;
	color:#ffffff;
	font-size:1.2rem;
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer
}
.blue-btn.regular{
    font-weight:400;
}
.blue-btn[disabled]{
    opacity:0.8;
}
.blue-btn:hover{
	background:#f0ab00;
}
.blue-btn.outlined{
    background:#ffffff;
    color:#0492d2;
    font-size:1rem;
    border:solid 2px #0492d2;
}
.blue-btn.outlined:hover{
    background:#f0ab00;
    color:#ffffff;
    border:solid 2px #f0ab00;
}
.blue-btn.outlined.lg-size{
    font-size:1.2rem;
}

.dashed-link{
    color:#0492d2;
    border-bottom:dashed 1px #0492d2;
    cursor:pointer;
}
.dashed-link:hover{
    color:#f0ab00;
    border-bottom:solid 1px #f0ab00;
}


.text-decoration-none{
    text-decoration:none;
}
.register-btn:hover{
    background:#f0ab00;
    color:#ffffff;
}
.header-btn-menu:hover{
	background:#f0ab00;
}
ul.main-menu li{
	display: inline-block;
	vertical-align: middle;
	padding:0px 12px;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
}
ul.main-menu li a{
	color:#0093D0;
}
.btn.square{
	border-radius: 0;
}
.header-logo{
	width:200px;
}
.header-logo img{
	width:100%;
}
.header-phone, .footer-phone{
	font-size:1.5rem;
	position: relative;
	font-weight: bold;
	color:#6483ad;
	padding-left:25px;
	white-space:nowrap;
}
.simple-phone{
    font-size:1.3rem;
	font-weight: bold;
	color:#6483ad;
}
.header-phone:hover span.phone-body, .footer-phone:hover span.phone-body, .simple-phone:hover a{
	color:#f0ab00;
}
.header-phone span.phone-body, .footer-phone span.phone-body{
	color:#0093d0;
}
.header-phone a, .footer-phone a, .simple-phone a{
	color:#6483ad;
	text-decoration: none;
}
.header-phone img, .footer-phone img{
	width:20px;
	position:absolute;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	margin-bottom:4px;
}
.header-consult{
	padding-top:4px;
}
.header-consult.mobile{
    max-width:200px;
}
.header-consult .btn{
	background:#0093d0;
	color:#ffffff;
	transition: background 0.2s ease-in-out;
	font-size:13px;
	width:100%;
	font-weight: bold;
}
.header-consult .btn:hover{
	background: #f0ab00;
}
.header-consult .btn img{
	width:20px;
	display: inline-block;
	vertical-align: middle;
	margin:0 5px;
}
.yell-btn{
	background: #f0ab00;
	color:#ffffff;
	font-weight: 500;
}
.user-btn{
	color:#ffffff;
	opacity:1;
	padding-left:10px;
	padding-right:10px;
	background:#ff7638;
	outline: none;
	box-shadow: none;
	border-radius:25px;
}
.user-btn:focus{
	outline: none;
	box-shadow: none;
}
.user-btn img{
	width:18px;
	margin-right:5px;
}
.user-btn svg{
    width:16px;
    height:16px;
    margin-right:4px;
}
.user-btn svg path{
    fill:#ffffff;
    transition:0.3s;
}
.user-btn:hover{
	background:#f0ab00;
}
.user-btn:hover svg path{
    fill:#000000;
}
.top-nav-sn a{
	font-size: 1.1rem;
	padding:0px 5px;
	color:#d9438c;
	opacity:0.8;
}
.top-nav-sn a:hover{
	opacity:1;
}
.top-menu{
	margin:0px;
	padding:0px;
}
.top-menu li{
	font-size:13px;
	display: inline-block;
	vertical-align: middle;
	padding:0px 12px;
	opacity:0.8;
}
.top-menu li a{
	color:#4a4a4a;
}
.top-menu li a:hover{
	opacity:1;
}

.top-menu.mobile li{
    display:block;
    padding:5px 0px;
}

.header-cart{
	width:45px;
	position: relative;
	opacity:0.8;
	cursor: pointer;
}
.header-cart:hover{
	opacity:1;
}
.header-cart img{
	width:100%;
}
.header-cart .cart-count{
	background:#f0ab00;
	color:#ffffff;
	font-weight: 700; 
	position: absolute;
	left:70%;
	top:-5px;
	padding:2px 6px;
	font-size: 11px;
	border-radius: 30px;
}

.search-icon-sm{
    opacity:0.6;
    transition:opacity 0.3s ease-in-out;
    cursor:pointer;
}

.search-icon-sm:hover{
    opacity:1;
}

.header-search{
	position: relative;
}
.header-search input{
	padding-left: 40px;
	border-radius: 30px;
}
.header-search .search-icon{
	width:20px;
	position: absolute;
	left:12px;
	top:10px;
}
.header-search .search-icon img{
	width:100%;
}

section.breadcrumbs{
	padding-top:10px;
	overflow: hidden;
}
ul.breadcrumbs{
	padding:0px;
	padding-top:10px;
	padding-bottom:27px;
	margin:0px;
	overflow:auto;
	margin-bottom:-17px;
	white-space:nowrap;
    font-size: 12px;
}

ul.breadcrumbs li{
	display: inline-block;
	vertical-align: middle;
	color:#666666;
	opacity:0.8;
	transition: opacity 0.3s ease-in-out;
}
ul.breadcrumbs li:hover{
	opacity:1;
}
ul.breadcrumbs li a{
	color:#2c9ad5;
	text-decoration: none;
}
ul.breadcrumbs li a:hover{
	color:#0093d0;
}
ul.breadcrumbs li a:after{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color:#666666;
    margin:0px 10px;
}

.category-search-box{
	position: relative;
}
.category-search-box input{
	padding:12px 12px 12px 35px!important;
}
.category-search-box .search-box-icon{
	position: absolute;
	top:50%;
	left:15px;
	transform: translateY(-50%);
	color:#999999;
}

.shadow-btn{
	box-shadow: 0px 5px 8px rgba(0,0,0,0.2);
	color:#0093d0;
}

.product-box{
	border:solid 1px #cccccc;
	padding:25px 20px;
	transition: all 0.3s ease-in-out;
	position:relative;
}
.product-box .main-tags{
    position:absolute;
    top:1rem;
    left:1rem;
    display:flex;
    gap:10px;
}

.product-box .is_new{
    background:#f0ab00;
    color:#663300;
    font-size:11px;
    font-weight:bold;
    padding:3px 5px;
    border-radius:3px;
    width:auto;
    flex: 0 0 auto;
}
.product-box .is_sale{
    background: #e23b11;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    padding:3px 5px;
    border-radius:3px;
    width:auto;
    flex: 0 0 auto;
}

.product-box .product-tags{
    display:flex;
    position:absolute;
    top:1rem;
    justify-conent:end;
	right:1rem;
	flex-wrap:wrap;
	max-width:75%;
	gap:10px;
}
.product-box .product-tags .product-tag{
    font-size:11px;
	font-weight:bold;
	padding:3px 5px;
	border-radius:3px;
	white-space:nowrap;
}


.product-box.referal{
    height:100%;
    padding:0px;
    border:0px;
}
.product-box.referal figure{
    height:100%;
    overflow:hidden;
}
.product-box.referal figure img{
    object-fit:cover;
    transition:all 0.3s ease;
}
.product-box.referal figure:hover img{
    transform:scale(1.05);
}
.product-box:hover{
    border-color:#3399cc;
}
.product-box figure{
	height:250px;
}
.product-box .price{
	font-size:22px;
	font-weight: 500;
	color:#333333;
	margin-top:20px;
	position:relative;
}
.product-box .price.sailed{
    color: #e23b11;
}
.product-box .price .currency{
	font-size:16px;
	color:#666666;
}
.product-box .price .old_price{
    font-size:16px;
    color:#999999;
    font-weight:bold;
    position:absolute;
    top:-20px;
    left:0;
}
.product-box .price .old_price:after{
    position:absolute;
    width:110%;
    height:2px;
    top:50%;
    left:-5%;
    margin-top:-1px;
    content:'';
    background: #e23b11;
    transform:rotate(-10deg);
}
.product-box .price .old_price .currency{
    font-size:12px;
}
.product-box .in_stock{
	color:#749604;
	font-weight:500;
}

.product-box .product-title{
	height:50px;
	margin:20px 0;
	overflow:hidden;
	font-size:16px;
}

.add_to_cart{
	background: #0093d0;
    color: #ffffff;
    transition: background 0.2s ease-in-out;
    padding-left:20px;
    padding-right:20px;
    font-weight: bold;
}

.add_to_cart.in_cart{
    background:#198754;
}
.add_to_cart.in_cart span{
    font-size:12px;
}

.header-search-result-item .add_to_cart{
    padding-left:0px;
    padding-right:0px;
    width:60px;
}
.header-search-result-item .add_to_cart.in_cart span{
    margin-left:5px;
}

 .stars .fa-star{
	color:#ffc700;
	margin-right:5px;
}

.fb-counts{
	color:#666666;
}

.subcategories-list{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

.subcategories-list li{
	padding:5px 10px;
	margin-bottom:5px;
	margin-right:5px;
	display: inline-block;
	font-size:16px;
	font-weight: 500;
}
.subcategories-list li a{
	color:#666666;
}

.filters-list{
	margin:0px;
	padding:0px;
}
.filters-list .card{
	width:300px;
	margin-bottom:20px;
	border-radius: 3px;
}
.filters-list .card-header{
	font-weight: bold;
	background: #ffffff;
	font-size:14px;
}
.filters-list .card-header small{
    font-weight:normal;
}

.filter-checkbox-list{
	margin: 0;
	padding:0;
}
.filter-checkbox-list li{
	list-style: none;
	padding:5px 0px;
}
.filter-checkbox-list li input{
    cursor:pointer;
    margin-right:5px;
}
.filter-checkbox-list li label{
    cursor:pointer;
}

.graph-image{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition:filter 0.5s ease-in-out;
}
.graph-image:hover{
	filter:none;
}

.index-bn-slider .owl-dots{
    display:none;
}

.bn-section{
	padding:30px 0px;
}
.index-bn-slider, .index-bn-single, .index-bn-slider-slide{
	/*height:460px;*/
}
.index-bn-single img{
    position:absolute;
}
.index-bn-slider img, .index-bn-single img, .index-bn-slider-slide img{
	height:100%;
	width:100%;
	object-fit: cover;
}
.index-bn-single{
	position: relative;
    z-index: 6;
    height:100%;
}

.product-gallery-main-right{
    position:relative;
}
.product-gallery-main-right .slick-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-100%);
    z-index:5;
    background:#ffffff;
    width:50px;
    height:50px;
    border-radius:25px;
    border:0;
    left:-25px;
    color:#0093d0;
    font-size:1.3rem;
}
.product-gallery-main-right .slick-arrow.slick-next{
    left:auto;
    right:-25px;
}
.product-gallery-main-right .slick-arrow.slick-disabled{
    color:#cccccc;
}

.product-gallery-main-right .product-gallery-slide img{
    width:100%;
    height:330px;
    object-fit:cover;
    cursor:pointer;
}
.product-gallery-list-right .slick-current{
    border-color:#f0ab00;
}

.product-gallery-slide img{
    width:100%;
    height:500px;
    object-fit:contain;
}
.product-gallery-slide-mini{
	border:solid 1px #d9d9d9;
	cursor:pointer;
}
.product-gallery-slide-mini:hover{
    border-color:#0492d2;
}
.product-gallery-slide-mini img{
	width:100px;
	height:100px;
	object-fit: contain;
}
.current .product-gallery-slide-mini{
    border-color:#f3bc33;
}

.product-small-description{
    margin-bottom:30px;
    margin-top:50px;
    position:relative;
    z-index:12;
}

.product-purchase-box{
    padding:30px 40px;
    border:solid 1px #cccccc;
    border-radius:5px;
}

.product-purchase-box.referal{
    font-size:16px;
    padding:15px 20px;
    border:none;
}

.product-purchase-box.referal .product-buy-button{
    margin-bottom:0;
}
.cdek_points_list{
    max-height:350px;
    overflow:auto;
    margin:0;
    padding:0;
}
.cdek_points_list li{
    list-style:none;
    padding:5px 12px;
    font-size:14px;
    border-bottom:solid 1px #cccccc;
    cursor:pointer;
    border-radius:5px;
}
.cdek_points_list li.active, .cdek_points_list li.active:hover{
    background:#0492d2;
    color:#ffffff;
}
.cdek_points_list li:hover{
    background:#f4f4f4;
}

#cdek-delivery-map{
    height:350px;
}

.sale-item{
    overflow:hidden;
}
.sale-item figure{
    overflow:hidden;
    margin:0px;
}

.sale-item img{
    transition:transform 0.4s ease-in-out;
}

.sale-item:hover img{
    transform:scale(1.1);
}


.sale-item:hover .sale-item-description{
    background:rgba(0,0,0,0.7);
}

.sale-item-description{
    position:absolute;
    width:100%;
    height:auto;
    left:0px;
    bottom:0px;
    width:100%;
    padding:20px 20px;
    padding-bottom:15px;
    color:#ffffff;
    background:rgba(0,0,0,0.5);
    transition:all 0.4s ease-in-out;

}

.sale-item-description h5{
    font-size:1.6rem;
    font-weight:bold;
}

.sale-item-description a{
    color:#ffffff;
}

.owl-nav{
	position: absolute;
	top:50%;
	width:100%;
}
.owl-prev{
	position:absolute;
	left:0px;
	width:60px;
	height:60px;
	top:0px;
	padding-left:45px;
	border-radius:40px;
	margin-top:-30px;
	transform: translateX(-50%);
	background:#ffffff!important;
	color:#229be1!important;
	font-size:24px!important;
	z-index:5;
}
.owl-next{
	position:absolute;
	padding:30px;
	right:0px;
	width:60px;
	height:60px;
	top:0px;
	padding-left:45px;
	border-radius:40px;
	margin-top:-30px;
	transform: translateX(50%);
	background:#ffffff!important;
	color:#229be1!important;
	font-size:24px!important;
	z-index:5;
}

.index-products-collection .owl-prev,
.index-products-collection .owl-next, 
.index-partners .owl-prev, 
.index-partners .owl-next, 
#parners-page-list .owl-prev,
#parners-page-list .owl-next{
    box-shadow:0px 2px 5px rgba(0,0,0,0.3);
    width:40px;
    height:40px;
    font-size:16px!important;
}
.index-partners .owl-prev, #parners-page-list .owl-prev{
    left:10px;
}
.index-partners .owl-next, #parners-page-list .owl-next{
    right:10px;
}

.product-gallery-list .owl-prev{
	left:-20px;
	width:20px;
	height:20px;
	margin-top:-20px;
	color:#666666!important;
	font-size:14px!important;
	z-index:5;
}
.product-gallery-list .owl-next{
	right:-20px;
	width:20px;
	height:20px;
	margin-top:-20px;
	color:#666666!important;
	font-size:14px!important;
	z-index:5;
}
.product-small-attributes{
    position:relative;
    z-index:12;
}

.product-small-attributes td{
    padding:10px 0px;
}
.product-small-description p{
    line-height:1.5;
}

.product-purchase-box .price{
    font-size:36px;
    font-weight:500;
    position:relative;
    white-space:nowrap;
}
.product-purchase-box .price.lowprice{
    color:#e23b11;
}
.product-purchase-box .price .currency{
    font-size:22px;
    color:#666666;
    margin-left:5px;
}
.product-purchase-box .oldprice{
    color:#999999;
    position:relative;
    font-size:20px;
    font-weight:500;
    display:inline-block;
    bottom:-10px;
    white-space:nowrap;
}
.product-purchase-box .oldprice:after{
    height:2px;
    position:absolute;
    width:110%;
    background:#999999;
    left:-5%;
    top:50%;
    margin-top:-1px;
    content:'';
    z-index:5;
}
.product-purchase-box .oldprice .currency{
    font-size:16px;
    color:#999999;
    margin-left:5px;
}

.prefooter{
    padding-top:50px;    
}

.in_stock-box{
    padding:6px 10px;
    color:#ffffff;
    font-weight:bold;
    border-radius:30px;
    display:inline-block;
    min-width:100px;
    text-align:center;
}
.in_stock-box.in_stock-false{
    background:#999999;
}
.in_stock-box.in_stock-true{
    background:#8ba544;
}

.product-bonus-arrow{
    width:32px;
}
.product-bonus-arrow img{
    width:100%;
}

.product-bonus-text p{
    font-size:16px;
    line-height: 1.2;
    margin:0px;
}

.product-purchase-box .product-order{
    width:100%;
    color:#ffffff;
    font-weight:500;
    font-size:14px;
    padding:10px 25px;
    padding-left:35px;
    background:#6c757d;
}
.product-purchase-box .product-order:hover{
    background:#212529;
}

.product-purchase-box .add_to_cart{
    width:100%;
    background:#0093d0;
    color:#ffffff;
    font-weight:500;
    font-size:14px;
    padding:10px 25px;
}
.product-purchase-box .add_to_cart.in_cart{
    background:#198754;
}
.product-purchase-box .add_to_cart:hover{
    background:#f0ab00;
}
.product-purchase-box .add_to_cart img{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    height:30px;
}

.product-buy-button{
    position:relative;
    margin-bottom:40px;
    margin-top:20px;
}
.product-buy-button button{
    position:relative;
    z-index:5;
}
.product-buy-button .buy-one-click{
    background:#ededed;
    color:#0492d2;
    border-radius:0px 0px 20px 20px;
    position:absolute;
    padding:5px 25px;
    cursor:pointer;
    left:50%;
    font-size:14px;
    text-align:center;
    bottom:0px;
    transform:translate(-50%, 100%);
    font-weight:500;
    width:calc(100% - 60px);
}
.product-buy-button .buy-one-click:hover{
    background:#f0ab00;
    color:#663300;
}

.product-delivery-box{
    padding:20px 20px;
    margin-top:15px;
    font-size:16px;
}
.product-delivery-box small{
    font-size:12px;
}
.product-delivery-box h4{
    margin-bottom:10px;
}

.product-content{
    font-size:14px;
}

.product-tabs-switch{
    margin:10px 0px;
    padding:0px;
    border-bottom:solid 1px #cccccc;
    display:flex;
    margin-bottom:25px;
    overflow: hidden;
}
.product-tabs-switch li{
    font-size:16px;
    flex:0 0 auto;
    font-weight:500;
    list-style:none;
    padding:7px 20px;
    position:relative;
    cursor:pointer;
}
.product-tabs-switch li.active{
    color:#0492d2;
}
.product-tabs-switch li.active:after{
    height:4px;
    background:#0492d2;
    width:100%;
    bottom:-2px;
    position:absolute;
    left:0px;
    content:'';
}

.product-feedback{
    display:flex;
}
.product-feedback .stars, .product-feedback .fb-counts{
    flex:0 0 auto;
    padding-right:10px;
    cursor:pointer;
}

.main-menu.mobile li{
    display:block;
    padding:5px;
}

.cities-list-cover{
    position:relative;
}
.cities-region-list{
    padding:6px 12px;
    display:inline-block;
    margin:5px 0px;
    font-weight:500;
}
.cities-list-select{
    position:absolute;
    border-top:solid 3px #f0ab00;
    top:35px;
    right:0px;
    width:100%;
    background:#ffffff;
    padding:20px;
    box-shadow:0px 5px 10px rgba(0,0,0,0.2);
    z-index:15;
}
.cities-list-select li{
    padding:6px 12px;
    display:inline-block;
    margin:5px 0px;
    font-weight:500;
}
.cities-list-select li.selected, .cities-list-select li.selected:hover{
    background:#3399cc;
    color:#ffffff;
}
.cities-list-select li:hover{
    background:#f7f7f7;
    cursor:pointer;
}

footer{
	background:#f4f4f4;
	color:#666666;
	padding:50px 0px;
	margin-top:40px;
}


.footer-sn{
	margin-right:30px;
}

.footer-sn i.fa{
	font-size:24px;
	margin:0px 5px;
}
.footer-sn a{
	font-weight: 500;
}
.footer-sn a.ok{
    color:#E47D08;
}
.footer-sn a.vk{
    color:#0077FF;
}
.footer-sn a.tg{
    color:#0E8ED4;
}



.footer-sn a:hover, .top-nav-sn a:hover{
    text-decoration:none;
}

.footer-copyright{
	font-size:11px;
}

.footer-logo{
	width:250px;
	margin:0px 30px;
	opacity:0.6;
	transition:opacity, 0.4s ease-in-out;
}
.footer-logo-star{
	width:100px;
	margin:auto;
}
.footer-logo-star-sign, .footer-logo-star-sign a{
	font-size:24px;
	color:#0183ca;

}
.footer-logo img, .footer-logo-star img{
	width: 100%;
}
.footer-logo:hover, .footer-logo-star:hover{
	opacity:1;
}
.footer-phone{
	font-size:1.8rem;
}
.footer-callback{
	position: relative;
}
.footer-callback input{
	padding:10px 20px;
	height:42px;
}
.footer-callback button{
	position: absolute;
	right:0px;
	top:50%;
	height:42px;
	transform: translateY(-50%);
	background:#0093d0;
	color:#ffffff;
	transition: background 0.2s ease-in-out;
	font-size:13px;
	font-weight: bold;
}
.footer-callback button:hover{
	background: #f0ab00;
}
footer h4{
	font-size:15px;
	margin-top:20px;
	color:#0492d2;
	margin-bottom:10px;
}
footer h3{
	font-size:18px;
	font-weight: bold;
}

.footer-menu{
	padding:0px;
	margin:20px 0px;
}
.footer-menu li{
	list-style: none;
	margin-bottom:10px;
}

.white-popup {
  position: relative;
  background:#ffffff;
  background-size: auto 10px;
  padding: 30px;
  color:#333333;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  border-top:solid 3px #33b4ea;
}

.product-article{
    max-height:390px;
    position:relative;
    overflow:hidden;
}
.product-article:after{
    position:absolute;
    height:30px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 47%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 47%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 47%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width:100%;
    bottom:0px;
    left:0px;
    content:'';
}

.catalog-category-box-img{
    position:relative;
    padding-bottom:100%;
    height:0;
    margin-bottom:10px;
}

.catalog-category-box figure{
    position:absolute;
    width:100%;
    height:100%;
}
.catalog-category-box figure img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.catalog-category-box .category-box-menu{
    padding:3px 10px;
}
.category-box-menu ul{
    margin:0;
    margin-top:8px;
    padding:0;
}
.category-box-menu ul li{
    list-style:none;
    margin:5px 0px;
}
.category-box-menu ul a{
    color:#666666;
}

.offcanvas-lg{
    width:650px;
}
.offcanvas-control, .offcanvas-header, .offcanvas-body{
    padding:1rem 1.2rem;
}

.cart-item{
    border:solid 1px #cccccc;
    border-radius:8px;
    padding:10px;
    margin:10px 0px;
    position:relative;
}
.cart-item .cart-remove{
    position:absolute;
    right:10px;
    top:10px;
    font-size:16px;
    color:#999999;
    cursor:pointer;
}
.cart-item .cart-remove:hover{
    color: #e23b11;
}
.cart-item figure{
    width:100px;
    height:80px;
    margin:0px;
}
.cart-item .price{
    color: #e23b11;
    font-weight:bold;
    font-size:1.4rem;
}
.price-total{
    color: #e23b11;
}

.cart-item input[disabled]{
    border-color: #6c757d;
    background:#ffffff;
}

.order-city-select{
    position:relative;  
    z-index:5;
}
.order-city-select .dropdown-city-select{
    position:absolute;
    top:30px;
    left:0px;
    padding:10px;
    border-radius:12px;
    min-width:250px;
    display:none;
    z-index:6;
    background:#ffffff;
    box-shadow:0 3px 8px rgba(0,0,0,0.1);
}

.order-city-select .dropdown-city-select .dropdown-city-ul{
    max-height:300px;
    overflow:auto;
    padding:0px;
    margin:10px 0;
}
.order-city-select .dropdown-city-select .dropdown-city-ul li:hover{
    background:#f7f7f7;
}
.order-city-select .dropdown-city-select .dropdown-city-ul li{
    padding:8px 10px;
    list-style:none;
    cursor:pointer;
    margin:2px 0;
}
.order-city-select .dropdown-city-select .dropdown-city-ul li.active{
    background:#0093d0;
    color:#ffffff;
}

.order-total-cost{
    font-size:1.5rem;
}

.order-total-cost .price{
    color: #e23b11;
    font-weight: bold;
}

.order-form{
    border:solid 1px #cccccc;
    border-radius: 5px;
    padding:20px;
    margin-bottom:20px;
}
.order-form-radio{
    padding-left:30px;
    position:relative;
    margin:10px 0px;
    cursor:pointer;
}
.order-form-radio:after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:20px;
    height:20px;
    border-radius:12px;
    z-index:2;
    border:solid 1px #cccccc;
}
.order-form-radio.active:after{
    border:solid 1px #999999;
}
.order-form-radio.active:before{
    background:#0492d2;
    position:absolute;
    content:'';
    left:4px;
    top:4px;
    width:12px;
    height:12px;
    z-index:4;
    border-radius:8px;
}

.order-form-checkbox{
    padding-left:25px;
    position:relative;
}
.order-form-checkbox #order-form-checkbox{
    left:0px;
    top:3px;
    position:absolute;
}

.order-full-total-cost{
    font-size:1.4rem;
}
.order-full-total-cost .price, .order-price .price{
    color: #e23b11;
    font-weight: bold;
    font-size:2.2rem;
}
.delivery-cost{
    margin-top:20px;
}
.delivery-cost .price{
    color: #e23b11;
    font-weight: bold;
    font-size:1.8rem;
}

.order-balls{
    max-width:250px;
}
.order-table-figure{
    width:40px;
    height:40px;
    margin:0;
}
.order-form-responsive{
    overflow:auto;
}
.order-form-responsive td{
    vertical-align:middle;
}
.order-form-responsive tbody tr:hover{
    background:#f4f4f4;
}
.order-form-responsive  .order-remove{
    cursor:pointer;
    color:#cccccc;
}
.order-form-responsive  .order-remove:hover{
    color:#cc0000;
}
.order-form-responsive .count-minus:hover, .order-form-responsive .count-plus:hover{
    color:#3399cc;
}
.order-form-responsive .count{
    padding:0 10px;
    font-weight:bold;
}
.order-form-responsive .count-minus, .order-form-responsive .count-plus{
    color:#cccccc;
    cursor:pointer;
}
.login-modal{
    padding:10px 20px;
}
.login-modal .btn-close{
    position:absolute;
    right:20px;
    top:20px;
}
.login-switch{
    padding:0px;
    margin:10px 0px;
    margin-bottom:20px;
}
.login-switch li{
    display:inline-block;
    color:#0093d0;
    font-size:1.2rem;
    padding:5px;
    font-weight:bold;
    margin-right:15px;
    cursor:pointer;
}
.login-switch li.active{
    position:relative;
    color:#666666;
}
.login-switch li.active:after{
    width:100%;
    height:2px;
    background:#0093d0;
    bottom:0px;
    left:0px;
    content:'';
    position:absolute;
}
.login-form{
    margin-top:10px;
    position:relative;
}
.login-form input{
    padding-left:40px;
}
.login-form img.input-icon{
    position:absolute;
    left:15px;
    top:50%;
    margin-top:-10px;
    width:18px;
    height:18px;
}
.login-form button{
    background:#0093d0;
    color:#ffffff;
    position:absolute;
    right:0px;
    top:0px;
    min-width:120px;
}
.login-form button:hover{
    background:#f0ab00;
    color:#ffffff;
}
.login-form button img{
    width:20px;
    height:20px;
    margin-right:10px;
}

.filter-menu-btn{
    font-size:20px;
    background:#36aad9;
    color:#ffffff;
    height:45px;
    width:60px;
    border-radius:40px;
}

.fly-input{
    position:relative;
    margin-top:10px;
    margin-bottom:15px;
}
.fly-input:not(.no-padding) input:not([type=checkbox]):not([type=radio]), .fly-input:not(.no-padding) select{
    padding-left:40px;
}
.fly-input select{
    background-color:transparent;
    position:relative;
    z-index:3;
}
.fly-input input[type=checkbox]{
    position:absolute;
    top:2px;
    left:0px;
}
.fly-input label{
    padding-left:20px;
}
.fly-input .input-error{
    position:absolute;
    display:none;
    left:0px;
    top:30px;
    padding:5px;
    border-radius:5px;
    background: var(--bs-danger);
    color:#ffffff;
    z-index:3;
}
.fly-input .fly-checkbox-input{
    left:-20px;
    top:20px;
}
.fly-input .input-error:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent var(--bs-danger) transparent;
    left:15px;
    top:-6px;
    content:'';
    position:absolute;
    
}
.fly-input.error .input-error{
    display:block;
}
.fly-input.error i.fa{
    color: var(--bs-danger);
}
.fly-input.error input{
    border-color:var(--bs-danger);
}
.fly-input.error{
    color:var(--bs-danger);
}
.fly-input .ph{
    position:absolute;
    left:40px;
    top:50%;
    transform:translatey(-50%);
    color:#6c7581;
    font-size:16px;
    z-index:1;
}
.fly-input .fa{
    position:absolute;
    left:15px;
    top:50%;
    transform:translatey(-50%);
}

.balls-icon{
    transform: scale(1, -1) translateY(1px);
}

.header-search .close-icon{
    display:none;
    position:absolute;
    right:0;
    top:0;
}
.header-search .close-icon button{
    border: solid 1px #ced4da;
    border-radius: 0;
}

.cities-list-select-ul{
    margin:0px;
    padding:0px;
}
.cities-region-list-select-ul{
    column-count: 3;
    padding:0px;
    margin:0px;
}
.cities-region-list-select-ul li{
    padding:8px 12px;
    list-style:none;
    cursor:pointer;
    position:relative;
}
.cities-region-list-select-ul > li:after{
    position:absolute;
    right:0px;
    top:0;
    content:'';
    background-image:url('/assets/images/icons/arrow-open.svg');
    width:14px;
    height:14px;
    margin-top:8px;
    background-size:cover;
}
.cities-list-select-ul{
    height:400px;
    overflow:auto;
}
.cities-list-select-ul li{
    padding:8px 12px;
    list-style:none;
}
.cities-list-select-ul li:hover{
    background:#f7f7f7;
    cursor:pointer;
}
.cities-list-select-ul li.selected{
    background:#0492d2;
    color:#ffffff;
    border-radius:5px;
}
.cities-list-select-ul li.selected .text-muted{
    color:#ffffff!important;
}
.header-search-result{
    padding:10px;
    margin-top:5px;
    overflow:auto;
    max-height:350px;
    background:#ffffff;
    position:absolute;
    top:40px;
    left:0px;
    width:100%;
    z-index:2;
    box-shadow:0px 8px 7px rgba(0,0,0,0.2);
}
.header-search-result-item{
    border-bottom:solid 1px #cccccc;
    padding:5px;
}
.header-search-result-item:hover{
    background:#f7f7f7;
}
.header-search-result-item figure{
    width:50px;
    height:40px;
    margin:5px 0px;
}
.header-search-result-item .price b{
    color:#e23b11;
}

.rules-button{
    color:#0492d2;
    border-color:#0492d2;;
    padding-left:30px;
    padding-right:30px;
}

.rules-ul-list{
    margin:0px;
    padding:0px;
}
.rules-ul-list li{
    padding:12px 22px;
    border-bottom:solid 1px #cccccc;
    list-style:none;
    font-size:14px;
}
.rules-ul-list li.active{
    background:#0492d2;
    border:0px;
}
.rules-ul-list li.active a{
    color:#ffffff;
}

#self-delivery-map{
    height:350px;
}

.lk-menu{
    margin:0px;
    padding:0;
}
.lk-menu li{
    list-style:none;
    padding:10px 15px;
    color:#999999;
    font-size:16px;
    position:relative;
    padding-left:45px;
    cursor:pointer;
}
.lk-menu li .title-box{
    display:inline-block;
    position:relative;
}
.lk-menu li:hover{
    color:#0492d2;
    background:#f7f7f7;
}
.lk-menu li i.fa{
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    font-size:20px;
}
.lk-menu li.active{
    color:#0492d2;
    font-weight:bold;
}

.lk-card{
    border-radius:10px;
    overflow:hidden;
}

.lk-card h4{
    font-size:16px;
}

.lk-card table td{
    padding:12px 18px;
}

.lk-card .card-header{
    background:#f7f7f7;
}

.lk-card h4{
    font-weight:400;
}

.lk-user{
    padding:20px;
    border:solid 1px #cccccc;
    border-radius:15px;
    color:#565656;
}

.lk-user-icon{
    width:70px;
    border-radius:40px;
    height:70px;
    padding:10px;
    background:#f7f7f7;
    box-shadow:0px 5px 10px rgba(0,0,0,0.1);
}
.lk-user-icon img{
    width:100%;
    height:100%;
    opacity:0.7;
}
.lk-user-lname{
    font-size:18px;
    font-weight:bold;
}
.lk-user-name{
    font-size:16px;
}

.lk-user-bonuses, .lk-user-card{
    position:relative;
    padding-left:50px;
}
.lk-user-bonuses-icon, .lk-user-card-icon{
    position:absolute;
    left:0px;
    top:0px;
    width:30px;
}
.lk-user-bonuses-icon img, .lk-user-card-icon img{
    width:100%;
}
.lk-user-edit-button{
    background: #0093d0;
    color: #ffffff;
    transition: background 0.2s ease-in-out;
    font-size: 16px;
    width: 100%;
}
.lk-user-edit-button i.fa{
    margin-right:10px;
}
.lk-user-edit-button:hover{
    background: #f0ab00;
    color: #ffffff;
}

.lk-user-delete-button{
    border:solid 1px #e23b11;
    color:#e23b11;
    width:100%;
}
.lk-user-delete-button:hover{
    background:#e23b11;
    color:#ffffff;
}
.lk-delete-confirm-header{
    color:#e23b11;
}

.lk-orders-list{
    margin:15px 0px;
}
.lk-order{
    padding:15px 20px;
    margin:15px 0px;
    border-radius:12px;
    border:solid 1px #cccccc;
    transition:all 0.3s ease;
    cursor:pointer;
}
.lk-order:hover{
    border-color:#0093d0;
    box-shadow:0px 6px 8px rgba(0,146,208,0.3);
}

.lk-order-bonuses{
    color:#666666;
}
.lk-order-bonuses b{
    color:#0093d0;
}
.lk-order-item{
    font-size:1.3rem;
}

.lk-order .order-num{
    font-size:1.4rem;
    color:#0093d0;
    font-weight:bold;
}
.lk-order-icon{
    width:50px;
}
.lk-order-status{
    font-size:0.7rem;
    font-weight:bold;
    text-transform: uppercase;
    padding:3px 8px;
    border-radius:4px;
}
.lk-order-price{
    font-size:1.4rem;
    color:#e23b11;
}
.lk-order-free{
    font-weight:bold;
    font-size:1.3rem;
    color:#666666;
}

.lk-current-order-date{
    font-size:1.2rem;
    font-weight:bold;
}

.lk-order-images{
    position:relative;
    width:50px;
    height:50px;
}
.lk-order-images .lk-order-image:nth-child(1){
    left:0px;
}
.lk-order-images:hover .lk-order-image{
    left:100%;
}
.lk-order-images:hover .lk-order-image:nth-child(1){
    left:0px;
}
.lk-order-image{
    position:absolute;
    top:0px;
    left:5px;
    width:100%;
    height:100%;
    background:#ffffff;
    box-shadow:0px 3px 4px rgba(0,0,0,0.15);
    transition:left 0.3s ease;
}
.lk-order-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.lk-no-orders{
    padding:20px;
    background:#f7f7f7;
    color:#666666;
    font-size:1.3rem;
    text-align:center;
}

.lk-no-orders figure{
    width:80px;
    height:80px;
    margin:10px auto;
}


.lk-user-card-view {
    position:relative;
    display:inline-block;
    Margin:15px 0;
}
.lk-user-card-view img{
    width:100%;
    max-width:400px;
    z-index:3;
    position:relative;
}
.lk-user-card-number{
    position:absolute;
    bottom:10%;
    left:10%;
    width:66%;
    text-align:center;
    line-height:1;
    color:#ffffff;
    font-weight:bold;
    font-size:1.8rem;
    z-index:4;
}

.lkCopyCardCopied{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    top:100%;
    background: #0492d2;
    color:#fff;
    padding:0;
    font-size:1rem;
    text-transform:uppercase;
    font-weight:bold;
    border-radius:8px;
    overflow:hidden;
    height:0;
    transition:top 0.2s ease-in-out;
    z-index:5;
}
.lkCopyCardCopied:after{
    position:absolute;
    top:-8px;
    left:50%;
    margin-left:-5px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent  #0492d2 transparent;
}
.lkCopyCardCopied.active{
    top:calc(100% + 10px);
    height:auto;
    padding:8px 12px;
    overflow:visible;
}

.lkCopyCard{
    position:absolute;
    top:20px;
    left:0;
    z-index:2;
}
.lkCopyCard input{
    border:none;
}

.lk-info-module{
    display:inline-flex;
    margin-left:5px;
    border-radius:12px;
    color:#fff;
    background:#3399cc;
    width:20px;
    height:20px;
    align-items:center;
    justify-content:center;
    font-size:10px;
    cursor:pointer;
    position: relative;
}
.lk-info-module:hover{
    background: #ffcc00;
}
.lk-info-module:after{
    content: attr(data-title);
    position: absolute;
    left:100%;
    top:50%;
    transform: translateX(10px) translateY(-50%);
    background: rgba(0,0,0,.5);
    font-size:11px;
    display:none;
    border-radius: 4px;
    padding:5px 10px;
    line-height:1;
}
.lk-info-module:before{
    position: absolute;
    left: calc(100% - 6px);
    top: 50%;
    width: 0px;
    transform: translateX(10px) translateY(-50%);
    height: 0px;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(0,0,0,.5) transparent transparent;
    content: '';
    display:none;
}
.lk-info-module:hover:after,
.lk-info-module:hover:before{
    display:block;
    animation: tooltip-income 0.5s ease;
}
.lk-info-module .dropdown-menu{
    top: 20px;
    width: 220px;
    border:none;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
    transition:0.5s;
}
@keyframes tooltip-income{
    from{
        transform: translateX(0) translateY(-50%);
    }
    to{
        transform: translateX(10px) translateY(-50%);
    }
}

.blocks-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.blocks-grid .row{
    margin-bottom:2rem;
    height:100%;
}

.blocks-grid [class*='col-md'] div{
    height:100%;
}

.article{
    font-size:1.18rem;
}

.containers-nopadding .container{
    padding:0px;
}

[uw-heigth]{
    height:attr(uw-heigth);
}

.single-file-text{
    font-size:1.3rem;
    position:relative;
}
img.single-file{
    width:50px;
    height:50px;
    object-fit:cover;
}

.faq{
    padding:15px 15px;
    margin-bottom:1rem;
    border-bottom:solid 1px #cccccc;
}
.faq:hover{
    background:#fcfcfc;
}
.faq.active{
    background:rgba(0,147,208,0.8);
    color:#ffffff;
    border:0;
}
.faq .question{
    font-size:1.3rem;
    color:#333333;
    padding-left:15px;
    cursor:pointer;
    position:relative;
}
.faq .question .fa-angle-down{
    position:absolute;
    right:5px;
    top:5px;
}
.faq .question:hover{
    color:rgba(0,147,208,1);
}

.faq.active .question{
    color:#ffffff;
}
.faq.active .question .fa-angle-down{
    transform:rotate(180deg);
}
.faq .answer{
    background:#ffffff;
    color:#333333;
    padding:0px 15px;
    position:relative;
    height:0px;
    overflow:hidden;
    transition:all 0.4s ease-in-out;
}
.faq .answer:after{
    width: 0; 
    height: 0; 
    position:absolute;
    content:'';
    top:-10px;
    left:10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  
    border-bottom: 10px solid #ffffff;
}
.faq.active .answer{
    padding:15px;
    margin-top:15px;
    height:auto;
    overflow:visible;
    
}

.indexBlock{
    margin:30px 0;
    
}
.indexBlock h2{
    margin-bottom:2rem;
}
.indexBlock h2 small{
    color:#999999;
    font-size:0.9rem;
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    font-weight:400;
}

.my-addresses{
    padding-bottom:10px;
}
.my-addresses-btn{
    margin:5px 0;
    color:#0492d2;
}
.my-addresses-btn span{
    border-bottom:dashed 1px #0492d2;
}
.my-addresses-btn:focus, .my-addresses-btn:active{
    outline:none;
    box-shadow:none;
}
.my-addresses-btn i{
    margin-right:10px;
}

.my-addresses-address{
    padding:5px 15px;
    cursor:pointer;
}
.my-addresses-address:hover{
    color:#3399cc;
}

.login_error{
    padding:10px 0;
    font-size:1rem;
    color:#cc0000;
}

.order-autorize, .order-canvas{
    margin-top:40px;
    background:#fffffff;
    padding:40px 25px;
    text-align:center;
    box-shadow:0px 11px 70px rgba(0,0,0,0.15);
}

.order-canvas{
    padding:20px 25px;
    text-align:left;
}

.order-canvas.register-form-canvas{
    max-width:1000px;
}

.order-form-list .order-form{
    padding: 15px 0;
    border:none;
    margin:0;
}

.order-form-list .order-total-cost{
    margin-bottom:20px;
}

.order-autorize h3{
    font-size:2.3rem;
    font-weight:bold;
    margin-top:2rem;
}
.order-autorize p{
    font-size:1.3rem;
    color:#666666;
    font-weight:bold;
}
.order-autorize .order-lock{
    width:85px;
    height:85px;
}

.order-autorize.digital-order h3{
    font-size:1.6rem;
}
.order-autorize.digital-order p{
    font-size:1.05rem;
}
.order-autorize.digital-order .order-lock{
    width:65px;
    height:65px;
}

.order-autorize .order-login{
    background:#0492d2;
    color:#ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    width:220px;
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
}
.order-autorize .order-register{
    background:#ffffff;
    color:#0492d2;
    width:220px;
    border:solid 1px #0492d2;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 20px;
    cursor: pointer;
}
.order-autorize .order-register:hover, .order-autorize .order-login:hover{
    border:solid 1px #ffffff;
    background:#f0ab00;
    color:#ffffff;
}

.order-form-list .order-total-cost{
    
}

.gift-certificate .order-autorize{
    box-shadow:none;
    padding:0;
}

.gift-certificate .order-autorize h3 {
    font-size:1.8rem;
}

.gift-certificate .order-autorize p {
    font-size:1.1rem;
}

.gift-certificate{
    position:relative;
    width:100%;
    max-width:650px;
    /*overflow:hidden;*/
}
.gift-certificate .gift-canvas{
    width:80%;
    height:auto;
    min-height:42%;
    position:absolute;
    left:10%;
    top:35%;
    border-radius:10px;
    box-shadow:0 10px 35px rgba(0,0,0,0.3);
    padding: 30px;
    background:#ffffff;
} 
.gift-certificate figure{
    width:100%;
    height:100%;
    background:#ffcc00;
}
.gift-certificate .gift-canvas label{
    font-weight:bold;
    font-size:14px;
    margin-bottom:5px;
}
.gift-certificate .gift-canvas .cert-send{
    width:100%;
    background:#0492d2;
    color:#ffffff;
    font-weight:bold;
}
.gift-certificate .gift-canvas > .row{
    height:100%;
}
.gift-certificate .gift-canvas .cert-send:hover{
    background:#f0ab00;
}
.gift-certificate .gift-canvas input, .gift-certificate .gift-canvas select{
    padding:10px 15px;
}

.gift-text-count{
    background:#0492d2;
    color:#ffffff;
}
.gift-text-count.error{
    background:#dc3545;
}

.order-payment-table td{
    padding: 12px 5px;
    border-bottom: dotted 1px #cccccc;
}

.order-payment-table .price{
    font-size: 1.2rem;
}

#contacts-map{
    height:400px;
    background:#f4f4f4;
}
#contacts-map-waypoints{
    padding:8px 0px;
}
#contacts-map-waypoints ul{
    padding:0px;
    margin:0px;
}
#contacts-map-waypoints li{
    display:inline-block;
    padding:6px 12px;
    color:#0492d2;
    text-decoration:underline;
    cursor:pointer;
}
#contacts-map-waypoints li:hover{
    color:#f0ab00;
    text-decoration:none;
}
#contacts-map-waypoints li.active{
    background:#0492d2;
    color:#ffffff;
    border-radius:5px;
}

#contacts-form{
    background:#fafafa;
    padding:40px 25px;
    text-align:center;
}
#contacts-form h2{
    margin-bottom:40px;
}
#contacts-form input{
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: solid 2px #cccccc;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 0;
	margin-bottom:30px;
}
#contacts-form textarea{
	width: 100%;
	border: 0;
	background: transparent;
	padding: 10px 15px;
	border-bottom: solid 2px #cccccc;
	font-size: 16px;
	height: 50px;
	overflow: hidden;
}

#contacts-form textarea:focus, #contacts-form input:focus{
	border-bottom: solid 2px #f0ab00;
	box-shadow:none;
}

.confideintion-checkbox{
	padding-left: 25px;
	position: relative;
	font-size: 1.1rem;
	text-align: left;
	cursor: pointer;
}
.confideintion-checkbox.checked img{
	display: block;
}
.confideintion-checkbox img{
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0px;
	display: none;
}
.confideintion-checkbox:after{
	position: absolute;
	width: 15px;
	height: 15px;
	border: solid 1px #999999;
	content: '';
	left: 0px;
	top: 3px;
}
.confideintion-checkbox.checked:after{
	border: solid 2px #f0ab00;
}

.index-partner-box{
    margin:15px;
    height:180px;
    overflow:hidden;
    padding:20px;
    box-shadow:0 14px 13px rgba(0,0,0,0.1);
}
.index-partner-box figure{
   background:#ffffff;
   width:100%;
   height:100%;
}
.index-partner-box figure.contain img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.index-main-text-box{
    background:#fafafa;
    margin-top:50px;
    padding:50px;
    box-shadow:0 32px 54px rgba(0,0,0,0.1);
    font-size:1.2rem;
}
.index-main-text-box h1{
    font-weight:bold;
    margin-bottom:40px;
}
.index-main-text-box img{
    position:relative;
    /*top:-120px;
    margin-bottom:-120px;*/
}

#offices-list-map{
    background:#f4f4f4;
    height:561px;
}
#offices-list {
    height:500px;
    overflow:auto;
    font-size:1rem;
}
#offices-list .office-item{
    border:solid 1px #eeeeee;
    border-radius:3px;
    margin:5px 0;
    padding:15px 15px;
    transition:all 0.4s ease;
}
#offices-list .office-item:hover{
    border-color:#0492d2;
}
#offices-list h4{
    cursor:pointer;
    margin-bottom:15px;
    font-size:1.3rem;
}
#offices-list h4:hover{
    color:#0492d2;
}

#offices-list h4 .badge{
    font-weight:400;
    font-size:11px;
    vertical-align:middle;
}

.news-box{
    border:solid 1px #cccccc;
    position:relative;
    height:400px;
    transition:all 0.4s ease;
    margin-bottom:3rem;
}
.news-box .news-box-image{
    position:relative;
    height:0;
    padding-bottom:56.25%;
}
.news-box figure{
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    overflow:hidden;
}
.news-box img{
    transition:all 0.8s ease;
}
.news-box:hover img{
    transform:scale(1.1);
}
.news-box:hover{
    border-color:#0492d2;
}
.news-box .news-title{
    padding:10px 20px;
}
.news-box .news-title a{
    color:#666666;
}
.news-box .news-date{
    font-size:0.9rem;
    position:absolute;
    left:20px;
    bottom:10px;
}

.news-first .news-box{
    border:none;
    align-items:end;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.news-first .news-box figure{
    position:absolute;
    left:0;
    top:0;
    height:100%;
}
.news-first .news-box div{
    position:relative;
    z-index:3;
    text-align:left;
    padding:0px 40px;
    width:100%;
    color:#ffffff;
}
.news-first div.news-box-image{
    width:100%;
    height:100%;
    padding:0px;
    position: absolute;
}
.news-first .news-box .news-title{
    padding-bottom:50px;
}
.news-first .news-box .news-title h5{
    font-size:1.8rem;
}
.news-first .news-box .news-date{
    font-size:1.2rem;
    padding:0 40px;
    left:0;
}
.news-first img{
    filter:brightness(0.6);
}
.news-first .news-box a{
    color:#ffffff;
}


.register-city-current{
    padding:0 15px 0 35px;
    height:39px;
    display:flex;
    align-items:center;
    border-radius:20px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    background-color: #0093d0;
    font-size: 1rem;
}
.register-city-current .register-city-drop-icon{
    position:relative;
    top:auto;
    left:auto;
    transform:none;
    flex:0 0 auto;
    cursor:pointer;
    font-size:18px;
}

.register-city-current span{
    position:relative;
    flex:1 0 0;
    white-space:nowrap;
    overflow:hidden;
}

.register-cities-list{
    position:absolute;
    left:0px;
    top:15px;
    width:100%;
    padding:15px;
    background:#ffffff;
    border-radius:8px;
    box-shadow:0 3px 6px rgba(0,0,0,.1);
    padding-top:30px;
    z-index:0;
}

.register-cities-list ul{
    margin:0px;
    margin-top:15px;
    padding:0px;
    overflow:auto;
    max-height:200px;
}
.register-cities-list ul li{
    padding:5px 10px;
    margin-bottom:2px;
    cursor:pointer;
    font-size:1rem;
}
.register-cities-list ul li:hover{
    background:#f7f7f7;
}
.register-cities i.fa{
    z-index:3;
}

.register-cities{
    position:relative;
    z-index:5;
}
.register-cities input{
    position:relative;
    z-index:1;
}

#index-right-slider.owl-carousel, #index-right-slider .owl-stage-outer, #index-right-slider .owl-stage, #index-right-slider .owl-item {
    height:100%;
}
#index-right-slider .owl-nav{
    display:none;
}
#index-right-slider .owl-dots{
    position:absolute;
    bottom:0px;
    z-index:5;
    padding:8px 15px;
    background: #ffffff;
    border-radius:25px;
    transform: translate(-50%,50%);
    left:50%;
    white-space:nowrap;
}
#index-right-slider .owl-dots .owl-dot{
    border:solid 3px #a3a3a3;
    width:15px;
    height:15px;
    border-radius:8px;
    margin:0px 4px;
}

#index-right-slider img{
    object-position:top;
    transition:all 0.4s ease;
}
#index-right-slider img:hover{
    transform:scale(1.05);
}

#index-right-slider .owl-dots .owl-dot.active{
    border:solid 3px #efab00;
    background:#efab00;
}

.font-size-lg{
    font-size:1.1;
}
.font-size-xl{
    font-size:1.3;
}

.promo-code-field{
    display:inline-block;
    padding:8px 25px;
    background:#0093d0;
    color:#ffffff;
    font-size:1.6rem;
    margin-top:10px;
    border:0;
    width:100%;
    text-align: center;
    max-width:300px;
    border-radius:40px;
    font-weight:bold;
}

.lk-current-promocode-image{
    width:100px;
    height:100px;
    border-radius:50px;
    margin:20px auto;
    overflow:hidden;
}

.lk-order-total-cost{
    font-size:1.2rem;
}

#start-city-select-box{
    background:#ffffff;
    box-shadow:0 10px 50px rgba(0,0,0,0.2);
    padding:20px;
    border-radius:12px;
    position:absolute;
    right:0px;
    min-width:300px;
    top:10px;
    z-index:10;
}
#start-city-select-box:after{
    position:absolute;
    width: 0;
    height: 0;
    content:'';
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    right:20px;
    top:-10px;
}

.fly-register-error{
    position:absolute;
    top:0px;
    left:50%;
    transform:translateX(-50%);
    min-width:250px;
    max-width:350px;
    text-align:center;
    width:100%;
    box-shadow:0 10px 15px rgba(0,0,0,0.3);
}

.lk-orders-menu{
    margin:0px;
    padding:0px;
}

.lk-orders-menu li{
    display:inline-block;
    padding:5px 12px;
    cursor:pointer;
    font-size:1.2rem;
}
.lk-orders-menu li:hover{
    background:#f7f7f7;
    color:#0093d0;
}
.lk-orders-menu li.active{
    background:#0093d0;
    color:#ffffff;
    font-weight:bold;
    border-radius:3px;
}

.loyality-fly{
    position:absolute;
    bottom:0px;
    width:100%;
    padding-right:15px;
}
.loyality-fly img{
    width:100%;
}

.success-response{
    position:fixed;
    left:50%;
    top:50%;
    z-index: 1065;
    transform:translate(-50%, -50%);
    max-width:500px;
    padding:25px 10px;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 5px 12px rgba(0,0,0,0.1);
}
.success-response p{
    margin:0;
}

.vnukovo-form .vnukovo-type-item{
    padding:10px;
    padding-left:40px;
    position:relative;
    cursor:pointer;
}
.vnukovo-form .vnukovo-type-item h4{
    font-size:1.2rem;
    margin:0;
}
.vnukovo-form .vnukovo-type-item:after{
    position:absolute;
    content:'';
    left:0px;
    top:10px;
    width:24px;
    height:24px;
    border-radius:20px;
    border:solid 1px #cccccc;
}
.vnukovo-form .vnukovo-type-item:before{
    position:absolute;
    width:16px;
    height:16px;
    border-radius:9px;
    content:'';
    left:4px;
    top:14px;
    background:#0093d0;
    display:none;
}
.vnukovo-form .vnukovo-type-item.active:after{
    border:solid 1px #0093d0;
}
.vnukovo-form .vnukovo-type-item.active:before{
    display:block;
}
.vnukovo-form .vnukovo-type-item.active h4{
    color:#0093d0;
}
.vnukovo-form .p-count{ 
    font-size:1.2rem;
}
.vnukovo-form .p-count b{ 
    color:#e23b11;
}
.vnukovo-form .vn-p-remove{
    background:#e23b11;
    color:#ffffff;
    opacity:0.8;
    transition:opacity 0.3s ease;
}
.vnukovo-form .vn-p-remove:hover{
    opacity:1;
}
.vnukovo-form .vn-passanger-div{
    background:#f7f7f7;
    padding-top:10px;
    padding-bottom:0px;
    margin-bottom:10px;
}

.rightBlock-gallery-filter{
    position:relative;
}

.rightBlock-gallery-filter div{
    padding:5px 12px;
    color:#0093d0;
    font-size:1.2rem;
    cursor:pointer;
    position:relative;
}
.rightBlock-gallery-filter .dd-menu{
    background:#ffffff;
    padding:0;
    margin:0;
    position:absolute;
    top:100%;
    right:0px;
    min-width:180px;
    max-width:280px;
    z-index:105;
    box-shadow:0px 3px 5px rgba(0,0,0,.2);
    max-height:300px;
    overflow-y:auto;
}
.rightBlock-gallery-filter .dd-menu li{
    padding:8px 15px;
    cursor:pointer;
    list-style:none;
}
.rightBlock-gallery-filter .dd-menu li:hover{
    background:#f7f7f7;
}
.rightBlock-gallery-filter .dd-menu li.active{
    background:#0093d0;
    color:#ffffff;
    font-weight:bold;
}

.modal.backdrop{
    background:rgba(0,0,0,0.5);
}
.customer_accurals-table thead{
    position:sticky;
    top:0px;
}
.customer_accurals-table tbody{
    max-height:500px;
    overflow:auto;
}
.table-padding-xl{
   font-size:1.1rem;
   padding:10px 5px!important;
}
.border-none{
    border:none!important;
}

.index-arrows-mobile{
    width:40px;
    height:40px;
    margin:0 5px;
    margin-bottom: 2rem;;
    font-size:1.1rem;
    border:solid 1px #0492d2; 
}

.main-blue-bg{
    background:#0093D0;
}


.modal.promo-popup{
    background:rgba(0,0,0,0.2);
	backdrop-filter: blur(8px) brightness(60%);
	justify-content:center;
}
.modal.promo-popup .promo-popup-inner{
    align-self:center;
    justify-self:center;
    position:relative;
}
.modal.promo-popup .promo-popup-inner .promo-popup-close{
    position:absolute;
    top:0px;
    right:0px;
    width:40px;
    height:40px;
    display:flex;
    color:#ffffff;
    background:rgba(0,0,0,0.3);
    font-size:1.5rem;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.modal.promo-popup .promo-popup-inner img{
    width:100%;
}


@media (max-width: 359.98px) {
    
    .sale-item-description{
        position:relative;
        width:100%;
        height:auto;
        left:0px;
        bottom:0px;
        width:100%;
        padding:10px;
        background:none;
        transition:all 0.4s ease-in-out;
    
    }
    
    .sale-item-description h5{
        font-size:1.1rem;
        
    }
    .sale-item-description a{
        color:#0093d0;
    }
    
    .order-city-select .dropdown-city-select{
        position:fixed;
        width:90%;
        left:5%;
    }
    .blocks-grid [class*='col-md']{
        margin-bottom:15px;
    }
    .rules-ul-list{
        display:none;
    }
    .cities-list-select-ul{
        column-count: 1;
    }
    .header-search-result{
        height:calc(100% - 40px);
        max-height:none;
        padding:10px;
        position:relative;
        top:0px;
    }
    .header-search{
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        background:#ffffff;
        display:none;
        z-index:5;
    }
    .header-search.opened{
        display:block;
        margin-left:0px;
    }
    .header-search.opened input{
        border-radius:0;
        box-shadow:0px 5px 10px rgba(0,0,0,0.2);
    }
    .header-search .close-icon{
        display:block;
    }
	.user-btn{
		font-size:12px;
		font-weight: 500;
		outline: none;
		box-shadow: none;
	}
	.header-logo{
		width:130px;
	}
	.search-icon-sm{
		width:30px;
	}
	.search-icon-sm img{
		width:22px;
	}
	.blue-btn-menu{
		font-size:24px;
		color:#36aad9;
	}
	.blue-btn-menu:hover{
		color:#36aad9;
	}
	.header-cart{
		width:33px;
		position: relative;
		opacity:0.8;
		cursor: pointer;
	}
	.header-cart .cart-count{
		background:#f0ab00;
		color:#ffffff;
		font-weight: 700; 
		position: absolute;
		left:50%;
		top:auto;
		transform: translateX(-50%);
		bottom:-10px;
		padding:2px 6px;
		font-size: 10px;
		border-radius: 30px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		height:auto;
	}
	.owl-prev{
		width:40px;
		height:40px;
		margin-top:-20px;
		font-size:18px!important;
		z-index:5;
	}
	.owl-next{
		width:40px;
		height:40px;
		margin-top:-20px;
		font-size:18px!important;
		z-index:5;
	}
	.bn-section{
		padding:0px;
	}
	.owl-nav{
		display:none;
	}
    .product-gallery-slide img {
	    height:300px;    
	}
	.product-purchase-box{
	    margin-top: 0px;
	}
	.product-purchase-box .add_to_cart{
	    padding:10px 0px;
	}
	.product-purchase-box {
        padding: 15px 20px;
	}
	.product-small-description{
	    margin-top:0px;
	}
	.product-tabs-switch li{
        font-size:14px;
        padding:5px 12px;
    }
    aside.main-menu-right{
        width:300px;
    }
    .product-gallery-slide img {
        height:auto;
    }
    .header-ph {
        height: 120px;
    }
    .login-form button{
        min-width:none;
    }
    .login-form button{
        min-width:auto;
    }
    .login-form button img{
        margin:0;
    }
    .login-modal{
        padding:10px;
    }
    .login-switch li{
        font-size:1rem;
    }
    
    .order-autorize, .order-canvas{
        margin-top:20px;
        padding:30px 15px;
    }
    
    .order-autorize h3{
        font-size:1.5rem;
        font-weight:bold;
        margin-top:1rem;
    }
    .order-autorize p{
        font-size:1rem;
        color:#666666;
        font-weight:bold;
    }
    .order-autorize .order-lock{
        width:55px;
        height:55px;
    }
    
    .gift-certificate{
        margin-bottom:150px;
    }
    
    .gift-certificate .gift-canvas{
        width:94%;
        height:auto;
        position:absolute;
        left:3%;
        top:auto;
        bottom:-150px;
        background:#ffffff;
        border-radius:12px;
        opacity:1;
        box-shadow:0px 5px 10px rgba(0,0,0,.2);
        padding:25px 25px;
    } 
    .gift-certificate .gift-canvas label{
        font-weight:bold;
        font-size:12px;
        margin-bottom:10px;
    }
    .gift-certificate .gift-canvas button{
        width:100%;
    }
    .gift-certificate .gift-canvas .row{
        height:auto;
    }
    .gift-certificate{
        overflow:visible;
    }
    #contacts-map{
        height:300px;
    }
    #contacts-form .blue-btn{
        width:100%;
    }
    
    .index-main-text-box{
        background:#fafafa;
        margin-top:30px;
        padding:15px;
        box-shadow:0 12px 20px rgba(0,0,0,0.1);
        font-size:1.1rem;
    }
    .index-main-text-box h1{
        font-weight:bold;
        margin-bottom:20px;
    }
    .index-main-text-box img{
        position:relative;
        /*top:-50px;
        margin-bottom:-30px;*/
    }
    #offices-list-map{
        height:280px;
    }
    .loyality-fly{
        display:none;
    }
    
    .lk-user-card-number{
        font-size:1rem;
        margin-bottom:3px;
    }
}
@media (min-width: 360px) and (max-width: 520.98px) {
    
    .sale-item-description{
        position:relative;
        width:100%;
        height:auto;
        left:0px;
        bottom:0px;
        width:100%;
        padding:10px;
        background:none;
        transition:all 0.4s ease-in-out;
    
    }
    
    .sale-item-description h5{
        font-size:1.1rem;
        
    }
    .sale-item-description a{
        color:#0093d0;
    }
    
    .order-city-select .dropdown-city-select{
        position:fixed;
        top:150px;
        width:90%;
        left:5%;
        z-index:1000;
    }
    .blocks-grid [class*='col-md']{
        margin-bottom:15px;
    }
    .rules-ul-list{
        display:none;
    }
    .cities-list-select-ul{
        column-count: 1;
    }
    .header-search-result{
        height:calc(100% - 40px);
        padding:10px;
        position:relative;
        top:0px;
        max-height:none;
    }
    .header-search{
        position:fixed;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        background:#ffffff;
        display:none;
        z-index:5;
    }
    .header-search.opened{
        display:block;
        margin-left:0px;
    }
    .header-search.opened input{
        border-radius:0;
        box-shadow:0px 5px 10px rgba(0,0,0,0.2);
    }
    .header-search .close-icon{
        display:block;
    }
    
	.user-btn{
		font-size:12px;
		font-weight: 500;
		outline: none;
		box-shadow: none;
	}
	.header-logo{
		width:150px;
	}
	.search-icon-sm{
		width:30px;
	}
	.search-icon-sm img{
		width:22px;
	}
	.blue-btn-menu{
		font-size:24px;
		color:#36aad9;
	}
	.blue-btn-menu:hover{
		color:#36aad9;
	}
	.header-cart{
		width:33px;
		position: relative;
		opacity:0.8;
		cursor: pointer;
	}
	.header-cart .cart-count{
		background:#f0ab00;
		color:#ffffff;
		font-weight: 700; 
		position: absolute;
		left:50%;
		top:auto;
		transform: translateX(-50%);
		bottom:-10px;
		padding:2px 6px;
		font-size: 10px;
		border-radius: 30px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		height:auto;
	}
	.owl-prev{
		width:40px;
		height:40px;
		margin-top:-20px;
		font-size:18px!important;
		z-index:5;
	}
	.owl-next{
		width:40px;
		height:40px;
		margin-top:-20px;
		font-size:18px!important;
		z-index:5;
	}
	.bn-section{
		padding:0px;
	}
	.owl-nav{
		display:none;
	}
	.product-purchase-box .add_to_cart{
	    padding:10px 0px;
	}
	.product-purchase-box {
	    margin:0px;
        padding: 20px 25px;
	}
	.product-small-description{
	    margin-top:0px;
	}
	.product-tabs-switch li{
        font-size:14px;
        padding:5px 12px;
    }
    aside.main-menu-right{
        width:330px;
    }
    .product-gallery-slide img {
        height:auto;
    }
    .header-ph {
        height: 120px;
    }
    .login-form button{
        min-width:auto;
    }
    .login-form button img{
        margin:0;
    }
    .login-modal{
        padding:10px;
    }
    .login-switch li{
        font-size:1rem;
    }
    
    .order-autorize, .order-canvas{
        margin-top:20px;
    }
    
    .order-autorize h3{
        font-size:1.5rem;
        font-weight:bold;
        margin-top:1rem;
    }
    .order-autorize p{
        font-size:1rem;
        color:#666666;
        font-weight:bold;
    }
    .order-autorize .order-lock{
        width:55px;
        height:55px;
    }
    
    .gift-certificate{
        margin-bottom:150px;
    }
    
    .gift-certificate .gift-canvas{
        width:94%;
        height:auto;
        position:absolute;
        left:3%;
        top:auto;
        bottom:-150px;
        background:#ffffff;
        border-radius:12px;
        opacity:1;
        box-shadow:0px 5px 10px rgba(0,0,0,.2);
        padding:25px 25px;
    } 
    .gift-certificate .gift-canvas label{
        font-weight:bold;
        font-size:12px;
        margin-bottom:10px;
    }
    .gift-certificate .gift-canvas button{
        width:100%;
    }
    .gift-certificate .gift-canvas .row{
        height:auto;
    }
    .gift-certificate{
        overflow:visible;
    }
    #contacts-map{
        height:300px;
    }
    #contacts-form .blue-btn{
        width:100%;
    }
    .index-main-text-box{
        background:#fafafa;
        margin-top:30px;
        padding:15px;
        box-shadow:0 12px 20px rgba(0,0,0,0.1);
        font-size:1.1rem;
    }
    .index-main-text-box h1{
        font-weight:bold;
        margin-bottom:20px;
    }
    .index-main-text-box img{
        position:relative;
        /*top:-50px;
        margin-bottom:-30px;*/
    }
    #offices-list-map{
        height:320px;
    }
    .loyality-fly{
        display:none;
    }
}

@media (min-width: 521px) and (max-width: 758.98px) {
    .cities-list-select-ul{
        column-count: 2;
    }
    .header-search-result{
        height:calc(100% - 40px);
        padding:10px;
        position:relative;
        top:0px;
        max-height:none;
    }
    .header-search-wrapper{
        position:relative;
    }
    .search-icon-sm{
        display:none!important;
    }
    
    .product-purchase-box{
        margin-top:0;
    }
    
    .header-search{
        display:block;
    }
    
	.container {
		max-width: 650px;
	}
	.user-btn{
		font-size:12px;
		font-weight: 500;
		outline: none;
		box-shadow: none;
	}
	.header-logo{
		width:150px;
	}
	.search-icon-sm{
		width:30px;
	}
	.search-icon-sm img{
		width:22px;
	}
	.blue-btn-menu{
		font-size:24px;
		color:#36aad9;
	}
	.blue-btn-menu:hover{
		color:#36aad9;
	}
	.header-cart{
		width:33px;
		position: relative;
		opacity:0.8;
		cursor: pointer;
	}
	.header-cart .cart-count{
		background:#f0ab00;
		color:#ffffff;
		font-weight: 700; 
		position: absolute;
		left:50%;
		top:auto;
		transform: translateX(-50%);
		bottom:-10px;
		padding:2px 6px;
		font-size: 10px;
		border-radius: 30px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		height:auto;
	}
	.bn-section{
		padding:0px;
		overflow:hidden;
	}
	.owl-nav{
		display:none;
	}
	.product-gallery-slide img {
        height:auto;
    }
    aside{
	    min-width:360px;
	}
	.header-ph {
        height: 120px;
    }
    
    .order-autorize, .order-canvas{
        margin-top:20px;
    }
    
    .order-autorize h3{
        font-size:1.8rem;
        font-weight:bold;
        margin-top:1rem;
    }
    .order-autorize p{
        font-size:1rem;
        color:#666666;
        font-weight:bold;
    }
    .order-autorize .order-lock{
        width:55px;
        height:55px;
    }
    .gift-certificate{
        margin-bottom:50px;
    }
    
    .gift-certificate .gift-canvas{
        top:auto;
        width:94%;
        height:auto;
        position:absolute;
        left:3%;
        bottom:-50px;
    } 
    .index-main-text-box{
        background:#fafafa;
        margin-top:30px;
        padding:15px;
        box-shadow:0 12px 20px rgba(0,0,0,0.1);
        font-size:1.1rem;
    }
    .index-main-text-box h1{
        font-weight:bold;
        margin-bottom:20px;
    }
    .index-main-text-box img{
        position:relative;
        /*top:-50px;
        margin-bottom:-30px;*/
    }
    .loyality-fly{
        display:none;
    }
}

@media (min-width: 759px) and (max-width: 999.98px) {
    .cities-list-select-ul{
        column-count: 3;
    }
    .header-search-wrapper{
        position:relative;
    }
    .search-icon-sm{
        display:none!important;
    }
    
    .header-search{
        display:block;
    }
    
    .product-purchase-box{
        margin-top:0;
    }
    
	.container {
		max-width: 900px;
	}
	.user-btn{
		font-size:12px;
		font-weight: 500;
		outline: none;
		box-shadow: none;
	}
	.header-logo{
		width:150px;
	}
	.search-icon-sm{
		width:30px;
	}
	.search-icon-sm img{
		width:22px;
	}
	.blue-btn-menu{
		font-size:24px;
		color:#36aad9;
	}
	.blue-btn-menu:hover{
		color:#36aad9;
	}
	.header-cart{
		width:33px;
		position: relative;
		opacity:0.8;
		cursor: pointer;
	}
	.header-cart .cart-count{
		background:#f0ab00;
		color:#ffffff;
		font-weight: 700; 
		position: absolute;
		left:50%;
		top:auto;
		transform: translateX(-50%);
		bottom:-10px;
		padding:2px 6px;
		font-size: 10px;
		border-radius: 30px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		height:auto;
	}
	.bn-section{
		padding:0px;
	}
	.owl-nav{
		display:none;
	}
	aside{
	    min-width:400px;
	}
	.header-ph {
        height: 120px;
    }
    .product-purchase-box .add_to_cart {
        font-size:12px;
    }
    
    .order-autorize h3{
        font-size:1.8rem;
        font-weight:bold;
        margin-top:1rem;
    }
    .order-autorize p{
        font-size:1rem;
        color:#666666;
        font-weight:bold;
    }
    .order-autorize .order-lock{
        width:55px;
        height:55px;
    }
    .gift-certificate{
        margin:auto;
    }
}

@media (min-width: 1000px) and (max-width: 1199.98px) {
    
    body{
        font-size:0.9rem;
    }
    
    .header-search-wrapper{
        position:relative;
    }
    
    .header-search{
        position:absolute;
        right:0px;
        top:-7px;
        width:400px;
        height:100%;
        background:#ffffff;
        display:none;
        z-index:5;
    }
    .header-search.opened{
        display:block;
        margin-left:0px;
    }
    .header-search .close-icon{
        display:block;
    }
    
    .header-search .close-icon button{
        border-radius:0 30px 30px 0;
    }
    
	.container {
		max-width: 1000px;
	}
	.search-icon-sm{
		width:28px;
	}
	.header-logo{
		width:140px;
	}
	.search-icon-sm img{
		width:25px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		height:auto;
	}
	ul.main-menu li{
	    font-size:1rem;
	    padding:0px 6px;
	}
	.header-phone, .footer-phone{
    	font-size:1.2rem;
    }
    .header-btn-menu{
        padding:6px 18px;
        font-size:1rem;
    }
    footer h3 {
        font-size:16px;
    }
    .top-menu li {
        font-size:12px;
        padding: 0px 5px;
    }
    .user-btn{
        font-size:12px;
    }
    .header-cart{
        width:35px;
    }
    .header-cart .cart-count {
        left:60%;
        font-size:10px;
        padding: 1px 4px;
    }
    
    .order-autorize h3{
        font-size:1.8rem;
        font-weight:bold;
        margin-top:1rem;
    }
    .order-autorize p{
        font-size:1.1rem;
        color:#666666;
        font-weight:bold;
    }
    .order-autorize .order-lock{
        width:65px;
        height:65px;
    }
    
    .gift-certificate{
        overflow:visible;
    }
    .gift-certificate .gift-canvas{
        width:94%;
        border-radius:12px;
        height:auto;
        position:absolute;
        left:3%;
        top:35%;
        padding: 30px 20px;
        background:#ffffff;
        box-shadow:0px 8px 12px rgba(0,0,0,0.2);
    } 
    
    .lk-menu{
        white-space:nowrap;
        overflow:auto;
    }
    .lk-menu li{
        display:inline-block;
        font-size:14px;
    }
    
    .lk-user-card-number{
        font-size:1.5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    
    body{
        font-size:0.9rem;
    }
    
    .header-search-wrapper{
        position:relative;
    }
    
    .header-search{
        position:absolute;
        right:0px;
        top:-7px;
        width:500px;
        height:100%;
        background:#ffffff;
        display:none;
        z-index:5;
    }
    .header-search.opened{
        display:block;
        margin-left:0px;
    }
    .header-search .close-icon{
        display:block;
    }
    
    .header-search .close-icon button{
        border-radius:0 30px 30px 0;
    }
    
	.container {
		max-width: 1180px;
	}
	.search-icon-sm{
		width:25px;
	}
	.search-icon-sm img{
		width:25px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		/*height:350px;*/
	}
	ul.main-menu li{
	    font-size:1.1rem;
	    padding:0px 10px;
	}
	.header-phone, .footer-phone{
    	font-size:1.3rem;
    }
    .header-btn-menu{
        padding:8px 20px;
        font-size:1.1rem;
    }
    footer h3 {
        font-size:16px;
    }
    .product-box .add_to_cart {
        font-size:13px;
    }
    .order-autorize h3{
        font-size:2rem;
        font-weight:bold;
        margin-top:1rem;
    }
    .order-autorize p{
        font-size:1.2rem;
        color:#666666;
        font-weight:bold;
    }
    .order-autorize .order-lock{
        width:65px;
        height:65px;
    }
    .gift-certificate .gift-canvas{
        width:90%;
        height:auto;
        top:30%;
        position:absolute;
        left:5%;
        box-shadow:0 10px 35px rgba(0,0,0,0.3);
    } 
    
    .lk-menu{
        white-space:nowrap;
        overflow:auto;
    }
    .lk-menu li{
        display:inline-block;
        font-size:14px;
    }
    .lk-user-card-number{
        font-size:1.5rem;
    }
}


@media (min-width: 1400px) and (max-width: 1599.98px) {
    
    .header-search-wrapper{
        position:relative;
    }
    
    .gift-certificate .gift-canvas{
        width:90%;
        height:auto;
        top:20%;
        position:absolute;
        left:5%;
        box-shadow:0 10px 35px rgba(0,0,0,0.3);
    } 
    
    .header-search{
        position:absolute;
        right:0px;
        top:-7px;
        width:500px;
        height:100%;
        background:#ffffff;
        display:none;
        z-index:5;
    }
    .header-search.opened{
        display:block;
        margin-left:0px;
    }
    .header-search .close-icon{
        display:block;
    }
    
    .header-search .close-icon button{
        border-radius:0 30px 30px 0;
    }
    
	.container {
		max-width: 1320px;
	}
	.search-icon-sm{
		width:25px;
	}
	.search-icon-sm img{
		width:25px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		
	}
	.lk-user-card-number{
        font-size:1.5rem;
    }
}

@media (min-width: 1600px) and (max-width: 1899.98px){
	.container {
		max-width: 1450px;
	}
	.index-bn-slider, .index-bn-slider-slide, .index-bn-single{
		height:400px;
	}
}

@media (min-width: 1900px) and (max-width: 2199.98px){
	.container {
		max-width: 1700px;
	}
}

@media (min-width: 2200px) {
	.container {
		max-width: 2100px;
	}
}