@import url(/fonts/stylesheet.css);
:root {
	--main-color: #00aeeb;
	--alt-color: #dd0031;
}
html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
html {
	font: 400 100%/1.4 'Open Sans', sans-serif;
}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #fff;
	-webkit-text-size-adjust: none;
}
body {
	background: #000;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1, h2, .h2, h3, h4, h5, h6 {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	font-family: 'Open Sans', serif;
	font-weight: 700;
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	font-weight: 500;
}
h1,
.h1 {
	font-size: 2em;
	margin-bottom: 2rem;
}
h2,
.h2 {
	font-size: 1.75em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}
figcaption,
figure,
main { /* 1 */
	display: block;
}
figure {
	text-align: center;
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
dfn, em {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button,
input { /* 1 */
	overflow: visible;
}
button,
select { /* 1 */
	text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
details, /* 1 */
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden], .hidden {
	display: none;
}
a {
	color: #dc0000;
	color: var(--main-color);
}
a:hover {
	color: var(--main-color);
}
.link {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: inherit;
	text-decoration: none;
}
.link:hover {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
	text-decoration: none;
}
.img{
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], input[type="password"], textarea, select {
	display: block;
	width: 100%;
	/*height: 36px;*/
	padding: 11px 19px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #888;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	font-family: 'Open Sans', sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	/*background: #fff;*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 152px;}
table {width: 100%;}
.text table {
	width: 100%!important;
	height: auto;
	border-collapse: collapse;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.w100 {width: 100%;}
.reset-list {
	margin: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
}
[data-fancybox],
[data-fancybox] img,
.slick-slide {outline: none;}
.align-c {text-align: center;}
.align-r {text-align: right!important;}
.overflow-h {overflow: hidden;}
.marg-t {margin-top: 1.875rem;}
.marg-b {margin-bottom: 1.875rem;}
.big-marg-t {margin-top: 3.125rem;}
.big-marg-b {margin-bottom: 3.125rem;}
.color-white {color: #fff;}
.color-black {color: #000;}
.color-grey {color: #7a7a7a;}
.block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.text img {
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}
	.table-responsive table {max-width: none!important;}
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive > .table {
	margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
	}
}
.page-wrapper {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.page {
	position: relative;
	flex: 1 0 auto
}
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}
@media screen and (min-width: 1200px) {
	.header-fixed .header {
		background: url(/images/header_bg.png) no-repeat top left/100%;
	}
	.search-active.header-fixed .header {
		background: none;
	}
}
@media screen and (max-width: 1199px) {
	.header {
		background: #000 url(/images/img_nav_dropdown_bg.png) no-repeat top center/100%;
	}
}
.header-layout {
	position: relative;
	height: 67px;
	padding-right: 80px;
}
.cart-header {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.link--search-anchor,
.link--header-cart {
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
.link--header-cart {
	position: static;
	padding: 2px 5px;
	height: 26px;
	width: 26px;
	line-height: 18px;
	transform: translateY(0);
	text-align: center;
	display: block;
}
.search {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	transition: opacity .5s ease-out;
}
.search__form {
	height: 67px;
	padding-left: 200px;
	padding-right: 50px;
}
.search-active .search {
	opacity: 1;
	visibility: visible;
}
.search__form {
	position: relative;
}
.search-caption,
.search__close {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.search__close {
	left: auto;
	right: 0;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.img--search-logo {
	max-width: 130px;
}
.search__icon {
	font-size: 30px;
	margin-left: 1.25rem;
}
.search__ipt {
	position: relative;
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	font-size: 22px!important;
	padding: 0!important;
	color: #fff!important;
	height: 67px;
}
.nav-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav-list__item {position: relative;}
.nav-list__item + .nav-list__item {
	margin-left: 1.875rem;
}
.link--nav-list,
.link--footer-nav,
.link--nav-mobile-list {
	display: block;
	position: relative;
	font-size: .875em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.link--nav-mobile-list {
	border-bottom: 1px solid #fff;
	padding: .9375rem 0;
}
.nav-list__item.current .link--nav-list,
.nav-list__item:hover .link--nav-list {
	color: var(--main-color);
}
.logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 306px;
	height: 89px;
	text-align: center;
}
@media screen and (min-width: 1200px) {
	.header-fixed .logo {
		background: url(/images/logo_bg.png) no-repeat center;
	}
	.search-active.header-fixed .logo {
		background: none;
	}
}
.img--logo {
	max-width: 184px;
}
.img--slideshow {
	width: 100%;
}
.page-main__item {
	position: relative;
	margin-top: 4.125rem;
}
.cats-home {
	position: relative;
	text-align: center;
}
.cats-home__title {
	position: absolute;
	top: 70px;
	left: 0;
	font-size: 3.75em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.cats-home__title.fadeInDown {
	top: 120px;
	left: 0;
	width: 100%;
	text-align: center;
}
.footer {
	background: #171717;
	padding-top: 1.875rem;
}
.footer-heading {
	font-size: 1.125em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .9375rem;
}
.footer-nav__item {
	position: relative;
}
.footer-nav__item + .footer-nav__item {
	margin-top: .3125rem;
}
.socials-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.link--socials {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	position: relative;
}
.link--socials:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}
.link--socials + .link--socials {margin-left: 1rem;}
.qr {
	max-width: 85px;
	margin-left: 5rem;
}
.footer-list__item {
	position: relative;
}
.footer-list__item + .footer-list__item {margin-top: .625rem;}
.link--footer-list {
	font-size: .75em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
a.link--footer-list:hover {color: var(--main-color);}
.footer-list__icon {
	flex: 0 0 16px;
}
.footer-list__val {
	padding-left: .5rem;
	flex-grow: 1;
}
.footer__bot {
	position: relative;
	background: #000;
	font-size: .75em;
	text-align: center;
	color: #fff;
	padding: .9375rem 0;
	margin-top: 1.875rem;
}
.no-home .page {
	padding: 120px 0 60px;
}
.contacts-banner {
	position: relative;
	margin-bottom: 2.5rem;
}
.contacts-caption-title {
	font-size: 1.875em;
	font-weight: 700;
	margin: 0 0 1.25rem;
	color: #fff;
	border-bottom: 1px solid var(--main-color);
	padding: 0 0 .625rem;
	text-transform: uppercase;
}
.contacts-list__item {
	position: relative;
}
.contacts-list__item + .contacts-list__item {margin-top: .625rem;}
.link--contacts-list {
	position: relative;
	color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
a.link--contacts-list:hover {color: var(--main-color);}
.contacts-list__icon {
	flex: 0 0 20px;
	color: var(--main-color);
}
.contacts-list__val {
	flex-grow: 1;
	margin-left: .625rem;
}
.contact-form-title {
	position: relative;
	margin: 0;
	padding: .625rem 1.25rem .625rem 2.5rem;
	background: #171717;
	font-size: 1.875em;
	font-weight: 700;
	color: #fff;
}
#contactForm {
	background: #DBDCDC;
	padding: .9375rem 2.5rem;
}
#contactForm > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#contactForm > div {margin-bottom: .9375rem;}
#contactForm > div:last-child {
	margin-bottom: 0;
	justify-content: space-between;
}
#contactForm label {
	flex: 0 0 180px;
	font-size: .875em;
	color: #585757;
	padding-top: .625rem;
}
.btn {
	position: relative;
	display: inline-block;
	padding: .625rem 1.25rem;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .3s ease;
	background: var(--main-color);
	text-decoration: none;
}
.btn:hover {
	color: #fff;
}
.news__item {
	position: relative;
	padding-bottom: 9px;
	background: url(/images/news_border.jpg) no-repeat bottom left/100%;
}
.img--news {
	width: 100%;
}
.goods--grid {
	position: relative;
	padding: .9375rem 0;
	border: 1px solid var(--main-color);
	border-width: 1px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}
.goods__item {
	position: relative;
}
.goods--grid .goods__item {
	margin: 0 1.5625rem;
	text-align: center;
}
.goods__title {
	display: block;
	color: var(--main-color);
	margin-top: .9375rem;
}
.goods--banner .img--goods,
.img--product-banner {width: 100%;}
#cat-item {
	position: relative;
	background: #fff;
	padding: 2.5rem 0 3.5rem;
}
.product-photo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-photo__main {
	flex: 0 0 45%;
	max-width: 45%;
}
.img--product {
	border: 1px solid #adadad;
}
.product-photo__thumbs {
	flex: 0 0 55%;
	max-width: 55%;
}
.product-title {
	font-size: 1.5em;
	font-weight: 400;
	color: #3d3d3d;
	margin: 0 0 .625rem;
}
.product-caption {
	margin-top: 1.25rem;
}
.thumbs__item {
	display: inline-block;
	position: relative;
	border: 2px solid #adadad;
	margin-bottom: 6px;
}
.thumbs__item + .thumbs__item  {margin-left: 2px;}
.zoomLens {
	border: none!important;
	background: var(--main-color)!important;
}
#cart-tbl {
	border-collapse: collapse;
	margin-bottom: 2.5rem;
}
#cart-tbl td,
#cart-tbl th {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	padding: 7px;
}
#cart-tbl th {
	text-transform: uppercase;
	font-weight: 500;
}
.qty {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.qty__item--ipt {
	text-align: center;
	width: 40px!important;
	padding: 5px!important;
}
.qty__item--btn {
	text-align: center;
	padding: 8px;
	border: 1px solid #fff;
	cursor: pointer;
}
.nav-mobile {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding-top: 70px;
	background: #000 url(/images/img_nav_dropdown_bg.png) no-repeat top center/100%;
	opacity: 0;
	visibility: hidden;
}
.mobile-nav-active .nav-mobile {
	opacity: 1;
	visibility: visible;
}
.nav-mobile__layout {
	position: absolute;
	top: 70px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	padding: 0 1.875rem;
}
.hamburger {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	outline: none;
	z-index: 1;
}
.hamburger-box {
	width: 20px;
	height: 20px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width: 20px;
	height: 1px;
	background: #fff;
}
.hamburger--slider .hamburger-inner:before {
	top: 8px;
}
.hamburger--slider .hamburger-inner:after {
	top: 16px;
}
.hamburger--slider.is-active .hamburger-inner:after {
	-webkit-transform: translate3d(0,-16px,0) rotate(-90deg);
	transform: translate3d(0,-16px,0) rotate(-90deg);
}
.img--product-photo-mobile {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.attr-wrapper {
	position: relative;
	background: #fff;
	padding: 2.5rem 0;
}
.attributes table {
	border-spacing: 0 4px;
}
.attributes td {
	padding: .3125rem 1.25rem;
	font-size: 1.25em;
	font-weight: 500;
}
.attributes td:first-child {
	background: #1e1e1e;
	color: #fff;
}
.attributes td:last-child {
	border-bottom: 1px solid #dddddd;
	color: #1e1e1e;
}
.callback-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 100;
	display: none;
}
.callback-active {
	overflow: hidden;
}
.callback-active .callback-wrapper {
	display: block;
}
.callback-layout {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	padding: 1.875rem 0;
	display: grid;
}
.callback {
	position: relative;
	padding: 2.5rem;
	max-width: 450px;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	margin: auto;
	background: #fff;
}
#callback-form > * {
	margin-bottom: 1.5625rem;
}
#callback-form > *:last-child {
	margin-bottom: 0;
	text-align: center;
}
#callback-preload,
#callback-result {
	display: none;
}
.callback-close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}
@media screen and (min-width: 1200px) {
	.hamburger,
	.product-photo-mobile {display: none;}
}
@media screen and (max-width: 1199px) {
	.nav {
		display: none;
	}
	.no-home .page {
		padding-top: 67px;
	}
	.search__form {
		padding-left: 115px;
		padding-right: 30px;
	}
	.img--search-logo {
		max-width: 80px;
	}
	.search__icon {
		font-size: 20px;
		margin-left: 0;
	}
	.product-photo__main,
	.product-photo__thumbs {display: none;}
}
@media screen and (max-width: 767px) {
	.cats-home__title {
		font-size: 1.25em;
	}
}
.container-cookie-message {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10%;
    z-index: 1000;
   
}

.container-cookies {
    max-width: 1040px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hidden {
    display: none !important;
} 

.cookies-message {
    background-color: #ffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #303030;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: nowrap;
}

.cookies-text {
    line-height: 1.4;
    margin-right: 25px;
    flex-grow: 1;
    font-size: 12px;
}

.cookies-link {
    color: #00aeeb;
    text-decoration: underline;
}

.cookies-button {
    background-color: #00aeeb;
    color: #ffff;
    border: none;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.cookies-button:hover {
    background-color: #6e7172;
}



@media (max-width: 768px) {
    .cookies-message {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .cookies-text {
        font-size: 11px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .cookies-button {
        font-size: 10px;
         padding: 10px 30px;
    }
}

#contactForm .form-checkbox{
	display: block;
}
#callback-form .form-checkbox{
	color:#000000;
	font-size: 12px;
}
#callback-result{
	color:#000000;
	font-size: 12px;
}