/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
   width:100%;	
   font-size: 16px;	
   line-height: 1.4; 
}
.responsive {
	width:100%;
	height:auto;
}
.mobile-visible, .xs-visible {
	display:none;
}
.header .top-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #89C0E9;
  background-image: url(img/background_header.png);
  background-repeat: no-repeat;
  background-position-x: right;
  position: relative;
  padding: 10px 40px;
  box-sizing: border-box;	
}
.logo-block h1 {
  margin-top: 38px;
}
.basket-block a {
  display: flex;
  flex-direction: column;
  width: 76px;
  height: 43px;
  position: relative;
  text-decoration:none;	
  align-items: center;
}
.basket-block {
  display: flex;
  flex-wrap: nowrap;
  height: auto;
  margin-top: 0; 
  justify-content: inherit;
  align-items: center;
  width:auto;
}
.basket-block a span {
  color: #000;
  font-size: 14px;
  transition: linear 0.5s;
  text-align:center;  
}
.basket-block a span:hover {
	color:#fff;
}
.qty {
  width: 20px;
  height: 20px;
  font-size: 10px !important;
  font-weight: 600;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid #ccc;
  box-sizing: border-box;
  right: 17px;
  top: -8px;	
}
 .header .bottom-block{
	height: auto;  
	min-height: 64px; 
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;       
    padding: 6px 15px;      
    background: #fff; 
	box-sizing: border-box;	
  }
.autocomplete {
  position: absolute !important;
  top: 51px !important;
  left: 0 !important;
  width: auto !important;
  background-color: #fff !important;
  box-sizing: border-box !important;
  padding: 15px !important;
  border: 1px #ccc solid !important;
  border-top: none !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  z-index:999999;
  display:none;
}
.autocomplete li {
  cursor: pointer;
  padding: 10px;
  box-sizing:border-box;
}
.autocomplete li:hover {
background-color:#4091D3;
}
.search #ok:hover {
	background-color:#333;
}
.section {
	width:100%;
	margin:70px auto;
	/* padding: 0 40px; */
  	box-sizing: border-box;
}
 .slider {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
} 
.slider .owl-nav {
  position: absolute;
  top: 50%;                   
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;         
  transform: translateY(-50%); 
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 99;
}
  .catalog-index .item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    filter: brightness(0.95);
  }
.details_item {
  width: 100%;
  padding: 0 20px;
}
.text_page {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 70px;
}
.text_page .registration_form_form {
	padding: 0;
}
.justify_left {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.justify_left > .item-catalog {
	margin-right: 15px;
	margin-bottom: 25px;
}
.no_padding {
	padding:0;
}
.no_resp {
  max-width: 100%;
}
a {
 text-decoration: none;	
}
a:hover {
	color: #4091D3;
}
a:focus {
	color: #333;
}
a:active {
	color: #4091D3;
}
#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 400px;
    background-color: #4091D3;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 9999;
    font-size: 13px;
}
#cookie-banner p {
    margin: 0 0 10px;
}
#cookie-banner a {
    color: #8cc4ff;
    text-decoration: underline;
}
#cookie-banner a:visited {
    color: #c4a1ff;
}
#cookie-banner a:hover {
    color: #ffffff;
}
#accept-cookies {
    background-color: #fff;
    color: #1a1a3c;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}
.404_alert {
  text-align: center !important;
  color: #4091D3 !important;
  font-size: 22px !important;
}
.footer__bottom_bottom {
  text-align: center;
  padding: 10px;
  background-color: #D9D9D9;
  border-top: 1px solid #ccc;
  color: #777;
  font-size: 12px;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  height: auto;
}