@import 'normalize.css';
@import 'core.css';
@import 'font.css';
.footer-menus .cell-4.foot-nav {
  max-width: 100%;
  flex-basis: 100%;
}
.pol_form {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	padding: 15px 0 0;
}
.pol_form input {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}
.pol_form label {
	color: #000;
	font-size: 12px;
}
.pol_form a {
	color: #000;
	text-decoration: underline;
}
.pol_form a:hover {
	text-decoration: none;
}
button[disabled],
input[disabled] {
	cursor: not-allowed;
}
.cookies {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 25px;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.inner_kuki {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies p {
  font-size: 15px;
  font-family: 'pragmatica', Arial, sans-serif;
  margin: 0 !important;
  text-align: left;
  width: 70%;
}
.btn_kuki {
    width: 100%;
  max-width: 100px !important;
  height: 40px !important;
  border-radius: 90px;
  background: #ff8562;
  color: #000;
  font-size: 15px;
  border: none;
  font-family: 'pragmatica', Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .inner_kuki {
    flex-direction: column;
  }
  .cookies p {
    width: 100%;
    font-size: 15px;
    text-align: center;
  }
  .cookies {
    padding: 15px 15px 30px;
  }
  .inner_foot_bottom {
  	flex-direction: column;
  }
  .copyright_footer {
  	width: 100%;
  	font-size: 12px;
  }
  .wrap_links_footer li a {
  	font-size: 12px;
  }
}
