@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('header.css');
@import url('footer.css');
@import url('index.css');
@import url('about.css');
@import url('howwork.css');
@import url('catalog.css');
@import url('catalog_dialog.css');
@import url('cart.css');
@import url('order.css');
@import url('media.css');

html {
scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif !important;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
	list-style-type: none;
}
h2 {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  color: #222;
}
h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #222a32;
}
content {
	display:block;
	margin-top:95px;	
}
.page-info {
    padding-bottom: 60px;
}
.page-info .title {
	margin-bottom:20px;
}
.page-info p {
	margin-bottom:20px;
}
#bx-panel-back, #bx-panel {
    display: none !important;
}
.b24-widget-button-pulse-animate {
    display: none;
}



