*::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
*:-moz-placeholder {
	color: #000;
	opacity: 1;
}
*::-moz-placeholder {
	color: #000;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid { 
	 
}
body {
	font-family: 'Cera Pro';
	font-size: 15px;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0;
	color: #000814;
	background-color: #fff;
}
button {
	cursor: pointer;
} 
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	overflow: hidden;
	background: #F5F5F5;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
.header-top {
	background-color: #001d3d;
} 
.btn-user {
	height: 43px;
	padding-left: 19px;
	padding-right: 23px;
	font-size: 14px;
	color: #000814;
	background-color: #ffd60a;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.btn-user:hover {
	background-color: #ffc300;
}
.btn-user img {
	max-width: 17px;
	margin-right: 14px;
	height: auto;
	display: block;
}

.header-block {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (min-width : 1200px) {
	.header-block {
		width: 50%;
	}
}

.header-top__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.list-social {
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-social a {
	color: #979797;
	transition: all 0.3s;
}
.list-social a:hover {
	color: #fff;
}
.list-social li {
	margin-right: 43px;
}
.navigation {
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.navigation a {
	padding: 8px 0;
	border-bottom: 3px solid transparent;
	color: #c8cbcf;
	display: inline-block;
	transition: all 0.3s;
}
.navigation .active a,
.navigation a:hover {
	color: #ffd60a;
	border-color: #ffd60a;
}
.navigation li {
	margin-right: 50px;
}
.navigation li:last-child {
	margin-right: 0;
}
.logo {
	letter-spacing: 0.01em;
	color: #000000;
	display: inline-block;
}
.logo img {
	max-width: 233px;
}
.header-middle__left {
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}
.menu {
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.menu a {
	border-bottom: 1px solid transparent;
	color: #000814;
	transition: all 0.3s;
}
.menu a:hover {
	border-color: #000814;
}
.menu li {
	margin-left: 25px;
}
.item-contact {
	font-size: 14px;
	line-height: 21px;
}
strong {
	font-weight: 700;
}
.item-contact strong {
	display: block;
}
.header-middle__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.phone-main {
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	color: #000814;
	display: inline-block;
	transition: all 0.3s;
}
.link-simple {
	font-size: 14px;
	line-height: 15px;
	color: #000814;
	border-bottom: 1px solid #000814;
	opacity: 0.8;
	display: inline-block;
	transition: all 0.3s;
	position: relative;
}
.link-simple:hover {
	opacity: 1;
}
.contacts-flex {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.header-middle {
	padding: 10px 0;
	background: #fff;
}

.btn-add.btn-callback {
	margin-left: 30px;
	padding-left: 28px;
	padding-right: 28px;
	height: 37px;

	font-size: 14px;
}

.header-bottom {
	background-color: #ffd60a;
}
.btn-catalog {
	width: 275px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000814;
}
.header-bottom__wrap {
	display: flex;
}
.search-form {
	flex: 1;
	position: relative;
}
.search-form input {
	height: 64px;
	padding: 0 23px;
	padding-right: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	background-color: #ffc300;
	width: 100%;
	border: none;
	font-family: 'Cera Pro';
}
.btn-search {
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	color: rgba(0,8,20,0.6);
	transition: all 0.3s;
}
.btn-search:hover {
	color: rgba(0,8,20,1);
}
.btn-basket {
	width: 175px;
	padding-left: 20px;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	color: #000814;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.btn-basket i {
	margin-right: 34px;
	font-size: 18px;
	color: rgba(0,8,20,0.4);
}
.btn-basket__value {
	top: 11px;
	left: 37px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	width: 22px;
	height: 22px;
	position: absolute;
	background-color: #ee122b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}
.sandwich span {
	display: block;
}
.sandwich {
	width: 20px;
	height: 15px;
	margin-right: 23px;
	position: relative;
	top: -2px;
	z-index: 20;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 1px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #000814;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 5px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #000814;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 10px;
	width: 20px;
	height: 2px;
	display: block;
	background-color: #000814;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 8px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
} 
.sandwich.active .sw-footer {
	top:4px;
	transform: rotate(-45deg);
}
.banner {
	height: 415px;
	display: block;
}
.billbord {
	padding-top: 23px;
}
.banner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.title-section {
	font-size: 30px;
	line-height: 35px;
	color: #000000;

}

.item-category {
	height: 170px;
	margin: 11px;
	padding-right: 30px;
	border: 1px solid #d8d8d8;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url(../img/bg_category.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s;
}
.item-category:hover {
	box-shadow: 0 0 10px #d8d8d8;
}
.item-category__image {
	width: 230px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.item-category__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-category__name {
	flex: 1;
	text-align: right;
}
.slider-categories {
	margin-top: 20px;
	padding-bottom: 70px;
}
.slider-categories .slick-dots {
	bottom: 0;
}
.slider-categories .slick-dots li {
	width: 29px;
	height: 29px;
}
.slider-categories .slick-dots li button {
	width: 29px;
	height: 29px;
	font-size: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #000814;
	border: none;
	border-radius: 50%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: all 0.3s;
}
.slider-categories .slick-dots li.slick-active button {
	font-weight: 700;
	background-color: #ffc300;
}
.slider-categories .slick-dots li button:hover {
	background-color: #ffc300;
}
.slick-arrow {
	width: 39px;
	height: 39px;
	background-color: #fbfbfb;
	font-size: 14px;
	color: #000814 !important;
	top: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.slick-arrow:hover {
	background-color: #e8e8e8;
}
.slick-arrow::before {
	display: none;
}
.slider-categories .slick-arrow {
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: none;
}
.slider-categories .slick-prev {
	left: -400px;
}
.slider-categories .slick-next {
	right: -400px;
}
.categories {
	padding-top: 50px;
	padding-bottom: 37px;
}
.card-info__prices,
.item-product__prices {
	padding-bottom: 23px;
}
.item-product__prices {
	display: flex;
	align-items: center;
}
.card-info__oldprice,
.item-product__oldprice {
	font-size: 16px;
	margin-right: 50px;
	line-height: 24px;
	text-decoration: line-through;
	color: #ee122b;
}
.card-info__price,
.item-product__price {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #000814;
}
.item-product {
	padding-bottom: 40px;
	transition: all 0.3s;
}
.item-product:hover {
	background-color: #fff;
}
.item-product:hover .item-product__bottom {
	opacity: 1;
}
.item-product__bottom {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000814;
	padding: 0 22px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 40px;
	display: flex;
	opacity: 0;
	transition: all 0.3s;
}
.item-product__bottom strong {
	font-size: 24px;
	line-height: 24px;
}
.item-product__bottom span {
	margin-right: 60px;
}
.item-product {
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	z-index: 1;
}
.item-product::before {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	height: calc(100% - 40px);
	transition: all 0.3s;
	z-index: -1;
}
.item-product__image {
	height: 230px;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-product__image img {
	max-width: 100%;
	max-height: 100%;
}
.item-product__name {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 13px;
	display: block;
	color: #000814;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-product__status {
	padding: 0 24px;
	height: 33px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000814;
	position: absolute;
	top: 19px;
	left: 22px;
	background-color: #ffd60a;
	border-radius: 8px 0px;
}
.products {
	padding-top: 25px;
	padding-bottom: 43px;
	background-color: #f5f5f5;
}
.quantity {
	width: 109px;
	height: 48px;
	background-color: #fbfbfb;
	display: flex;
}
.quantity-button {
	width: 40px;
	border: none;
	flex: none;
	background-color: transparent;
	color: #000;
	font-size: 18px;
	line-height: 21px;
	font-family: 'Cera Pro';
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.quantity input {
	flex: 1;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'Cera Pro';
	text-align: center;
	border: none;
	background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}
.btn-add {
	height: 48px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 14px;
	padding-right: 28px;
	font-weight: 500;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #ee122b;
	transition: all 0.3s;
}
.btn-add:hover {
	background-color: #ae0014;
}
.btn-add i {
	font-size: 23px;
	margin-right: 17px;
}
.item-product__buttons {
	/*padding-bottom: 23px;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	font-size: 14px;
	color: #ccc;
	transition: all 0.3s;
	margin-right: 5px;
}
.rating_1 > *:nth-child(1) .rating__item {
	color: #ffc300;
}
.rating_2 > *:nth-child(-n+2) .rating__item {
	color: #ffc300;
}
.rating_3 > *:nth-child(-n+3) .rating__item {
	color: #ffc300;
}
.rating_4 > *:nth-child(-n+4) .rating__item {
	color: #ffc300;
}
.rating_5 > *:nth-child(-n+5) .rating__item {
	color: #ffc300;
}
.item-product .rating {
	margin-bottom: 17px;
}
.slider-products {
	margin: 0 -11px;
	margin-top: 26px;
}
.slider-products .item-product {
	margin: 0 11px;
}
.slider-offer .slick-arrow,
.slider-products .slick-arrow {
	background-color: #fff;
}
.slider-offer .slick-arrow:hover,
.slider-products .slick-arrow:hover {
	background-color: #e8e8e8;
}
.slider-products .slick-prev {
	left: -37px;
}
.slider-products .slick-next {
	right: -37px;
}
.products__head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.links-products {
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
}
.links-products li {
	margin-right: 22px;
}
.links-products li:last-child {
	margin-right: 0;
}
.links-products a {
	padding: 5px 22px;
	background-color: #ffffff;
	display: inline-block;
	color: #001d3d;
	/* transition: all 0.3s; */
}
.links-products a:hover {
	background-color: #e8e8e8;
}
.products__head .links-products {
	margin-left: 15px;
	margin-top: 5px;
}
.discount {
	padding: 41px 0;
	background-color: #001d3d;
}
.discount__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.discount__value {
	font-size: 55px;
	line-height: 1.2;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	color: #ffd60a;
}
.discount__text {
	font-size: 18px;
	line-height: 24px;
	max-width: 323px;
	margin-left: 30px;
	margin-right: 50px;
	opacity: 0.7;
	color: #fbfbfb;
}
.form-phone {
	display: flex;
	align-items: center;
}
.item-form {
	margin-bottom: 14px;
}
.item-form textarea,
.item-form input {
	height: 50px;
	background-color: #fbfbfb;
	border: none;
	font-size: 14px;
	color: #000;
	font-weight: 500;
	padding: 0 15px;
	font-family: 'Cera Pro';
	width: 100%;
}
.form-phone .item-form {
	width: 220px;
	margin-bottom: 0;
}
.all_result_title a,
.btn-main {
	padding: 0 39px;
	height: 50px;
	background-color: #ee122b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	font-family: 'Cera Pro';
	transition: all 0.3s;
}
.all_result_title a:hover,
.btn-main:hover {
	background-color: #ae0014;
	color: #ffffff;
}
.sto .btn-main {
	padding: 0;
}
.checkbox {
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	opacity: 0.6;
	color: #fbfbfb;
}
.checkbox label {
	padding-left: 0;
}
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.checkbox label span {
	position: relative;
	padding: 3px 0 0 23px;
	display: block;
	cursor: pointer;
}
.checkbox label span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px #fbfbfb solid;
	transition: .2s;
}
#bx-soa-order .checkbox label span:before {
	border-color: #7f7f7f;
}
.checkbox label span:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	width: 15px;
	height: 15px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #fbfbfb;
	font-size: 7px;
	opacity: 0;
	transition: .2s;
}
#bx-soa-order .checkbox label span:after {
	color: #000814;
}
.checkbox label input:checked + span:after {
	opacity: 1;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.discount .checkbox {
	display: flex;
	margin-top: 5px;
	margin-bottom: -30px;
	justify-content: flex-end;
}
.image-product {
	height: 445px;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #e1dfdf;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-product img {
	max-width: 100%;
	max-height: 100%;
}
.articul-card {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #7f7f7f;
}
.title-middle {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	display: block;
	color: #000000;
}
.slider-offer .title-middle {
	padding-bottom: 20px;
	max-width: 420px;
}
.card-oldprice {
	font-size: 16px;
	line-height: 24px;
	text-decoration: line-through;
	margin-right: 32px;
	color: #7f7f7f;
}
.card-price {
	font-size: 30px;
	line-height: 24px;
	font-weight: 700;
	color: #000814;
}
.btn-discount {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	background-color: #ee122b;
	height: 50px;
	display: inline-flex;
}
.btn-discount__value {
	font-size: 24px;
	line-height: 24px;
	display: flex;
	padding: 0 11px;
	align-items: center;
	justify-content: center;
	background-color: #ffc300;
}
.btn-discount__content {
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prices-card {
	padding-bottom: 30px;
	display: flex;
	align-items: center;
}
.card-right {
	padding: 30px 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.bottom-card {
	margin-top: auto;
	display: flex;
	    width: 100%;
	align-items: flex-end;
}
.bottom-card__left {
        margin-right: auto;
}
.bottom-card .block-countdown {
	margin-left: 43px;
}
.flipper {
	font-size: 30px !important;
	color: #001d3d;
}
.flipper-digit {
	background-color: #fff;
}
.block-countdown {
	padding: 10px 30px;
	padding-bottom: 25px;
	background-color: #001d3d;
}
.flipper-digit:after {
	display: none;
}
.flipper-group label {
	padding-top: 4px;
	font-size: 13px;
	line-height: 24px;
	opacity: 0.7;
	color: #ffffff;
}
.flipper-delimiter {
	font-size: 30px;
	position: relative;
	top: -2px;
	font-weight: 400;
}
.flipper-group {
	margin: 0 3px;
}
.block-countdown__title {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	padding-bottom: 18px;
	color: #ffffff;
	text-align: center;
	opacity: 0.7;
}
.card-right p {
	max-width: 700px;
}
.offer {
	padding-top: 40px;
	padding-bottom: 64px;
	background-color: #fbfbfb;
}
.offer .title-section {
	padding-bottom: 30px;
}
.slider-offer .slick-prev {
	left: -45px;
}
.slider-offer .slick-next {
	right: -45px;
}
.consultation {
	background-image: url(../img/bg_consult.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000814;
	color: #ffffff;
}
.consultation__title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 30px;
	max-width: 625px;
	color: #ffffff;
}
.consultation__title strong {
	font-weight: 900;
	text-transform: uppercase;
	color: #ffc300;
}
.consultation__descr {
	font-size: 18px;
	line-height: 26px;
	max-width: 600px;
	font-weight: 500;
}
.block-form {
	padding: 62px 65px;
	max-width: 370px;
	background-color: #001d3d;
	position: relative;
}
.block-form__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ffffff;
	text-align: center;
}
.block-form__descr {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
	opacity: 0.7;
	color: #ffffff;
}
.block-form .btn-main {
	width: 100%;
	margin-top: 15px;
}
.block-form .checkbox {
	margin-top: 25px;
}
.image-conuslt {
	top: -20px;
	margin-right: -23px;
	right: 100%;
	position: absolute;
}
.consultation .block-form {
	min-height: 483px;
	    margin-left: auto;
}
.slider-brands {
	padding: 45px 0;
	background-color: #fbfbfb;
}
.item-brand {
	width: 143px;
	height: 95px;
	padding: 5px;
	margin: 0 auto;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-brand img {
	max-width: 100%;
	max-height: 100%;
}
.slider-brands .slick-prev {
	left: -45px;
}
.slider-brands .slick-next {
	right: -45px;
}
.brands {
	padding-top: 40px;
}
.brands .title-section {
	padding-bottom: 30px;
}
.item-news {
	font-size: 16px;
	display: block;
	color: #000814;
}
.item-news:hover .item-news__name {
	color: #ffc300;
}
.item-news__image {
	height: 210px;
	margin-bottom: 25px;
	display: block;
}
.item-news__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-news__name {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 500;
	color: #000814;
	display: block;
	transition: all 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.item-news__date {
	margin-bottom: 15px;
	padding: 4px 17px;
	font-weight: 500;
	color: #001d3d;
	background-color: #fbfbfb;
	border-radius: 6px;
	display: inline-block;
}
.news {
	padding-top: 40px;
}
.row_news > div {
	padding: 0 60px;
}
.row_news {
	margin: 0 -60px;
}
.news .title-section {
	padding-bottom: 35px;
}
.footer::before {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 30px;
	top: 0;
	left: 0;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #F5F5F5;
}
.footer {
	font-size: 14px;
	color: #fff;
	padding-top: 80px;
	margin-top: 20px;
	position: relative;
	background-color: #000814;
}
.footer__name,
.footer__title {
	margin-bottom: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffd60a;
}
.footer__nav a {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}
.footer__nav a:hover {
	opacity: 0.7;
}
.footer__nav li {
	margin-bottom: 14px;
}
.footer .logo {
	color: #fff;
}
.footer__nav_columns {
  display: grid;
  grid-template-columns: auto auto;
  /*grid-gap: 20px;
      max-height: 305px;*/
    overflow: auto;
}
.footer__nav_columns::-webkit-scrollbar {
	-webkit-appearance: none;
}
.footer__nav_columns::-webkit-scrollbar:vertical {
	width: 3px;
}
.footer__nav_columns::-webkit-scrollbar:horizontal {
	height: 3px;
}
.footer__nav_columns::-webkit-scrollbar-thumb {
	background-color: #ffd60a;
	border-radius: 0px;
}
.footer__nav_columns::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #fff;
}
.footer__title_mob {
	display: none;
}
.footer p a {
	color: #fff;
}
.footer__name {
	margin-top: 20px;
	margin-bottom: 3px;
}
.footer__name:first-of-type {
	margin-top: 0;
}
.list-social_page li {
	margin-left: 0;
	margin-right: 25px;
}
.list-social_page li a {
	width: 37px;
	height: 37px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-social_page {
	justify-content: flex-start;
}
.list-social_page li:last-child {
	margin-right: 0;
}
.footer .list-social_page {
	margin-top: 25px;
}
.footer__bottom {
	padding: 15px 0;
	margin-top: 40px;
	border-top: 1px solid rgba(251,251,251,0.2);
}
.align-right {
	text-align: right;
}
.btn_top {
	font-size: 24px;
	position: relative;
	color: #fff !important;
	width: 42px;
	height: 42px;
	text-align: center;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(58, 58, 58, 0.7);
	z-index: 30;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn_top:hover {
	background-color: rgba(58, 58, 58, 0.9);
}
.create {
	letter-spacing: 0.33px;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.create img {
	max-width: 60px;
	margin-left: 10px;
}
.col_pr {
	padding-right: 0;
}
.footer__title i {
	display: none;
}
.buttons-mobile {
	display: none;
}
.slick-dots {
	bottom: 0;
	left: 0;
	width: 100%;
}
.slick-dots li {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: none;
	background-color: #001d3d;
	transition: all 0.3s;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background-color: rgba(12,40,70,0.6)
}
.card {
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.breadcumbs {
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0;
	color: #000814;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.breadcumbs a {
	color: #000814;
	transition: all 0.3s;
}
.breadcumbs span {
	padding: 0 5px;
}
.card + .footer::before {
	background-color: #f5f5f5;
}
.card + .footer {
	margin-top: 0;
}
.slider-for__image {
	height: 510px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav__image img,
.slider-for__image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.slider-for {
	background-color: #ffffff;
}
.slider-nav__image {
	height: 129px;
	margin: 10px 0;
	padding: 15px;
	cursor: pointer;
	background-color: #ffffff;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-nav .slick-arrow {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -7px;
	transform: rotate(90deg);
	background-color: transparent;
}
.slider-nav .slick-next {
	bottom: -18px;
	top: auto;
}
.slider-nav {
	padding: 20px 0;
}
.card .title-section {
	padding-bottom: 20px;
}
.manufacturer strong,
.articul strong {
	font-weight: 500;
	font-size: 16px;
}
.manufacturer,
.articul {
	font-size: 14px;
}
.avilability {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-left: 17px;
	position: relative;
}
.avilability::before {
	position: absolute;
	display: block;
	content: " ";
	width: 9px;
	height: 9px;
	background-color: #63cc2a;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
.card-info {
	padding: 17px 20px;
	background-color: #fbfbfb;
	min-height: 100%;
}
.card-info__price {
	font-size: 30px;
}
.card-info__line {
	margin-bottom: 20px;
	display: flex;
	font-size: 16px;
	align-items: center;
}
.card-info__line span {
	min-width: 100px;
}
.card-info__prices {
	padding-top: 35px;
}
.card-info__buttons,
.item-product__buttons {
	/*padding-top: 15px;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap:  10px;
}
/*.card-info__buttons*/ .quantity {
	/*margin-right: 44px;*/
	background-color: #f5f5f5;
}
.card-info__total {
	padding-top: 25px;
	font-size: 16px;
	font-weight: 500;
}
.card-info .avilability {
	margin: 10px 0;
}
.tabs-card {
	margin-top: 26px;
	display: flex;
	background-color: #fff;
}
.tabs-card a {
	padding: 20px 30px;
	font-size: 16px;
	color: #000814;
	transition: all 0.3s;
	border-bottom: 3px solid transparent;
	font-weight: 500;
	display: inline-block;
}
.tabs-card .active a {
	border-color: #ffc300;
}
.tabs-card li {
	margin-right: 35px;
}
.line-feature {
	padding: 11px 14px;
	display: flex;
	font-size: 16px;
}
.tab-container-card {
	padding: 16px;
	margin-top: 6px;
	margin-bottom: 55px;
	background-color: #fbfbfb;
}
.line-feature:nth-child(odd) {
	background-color: #f5f5f5;
}
.line-feature > * {
	width: 45%;
}
.tab-pane-card {
	display: none;
}
.tab-pane-card:first-child {
	display: block;
}
.item-product__line {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-product .articul strong {
	font-size: 14px;
}
.item-product__line  .rating {
	margin-bottom: 0;
}
.item-product__name {
	font-size: 16px;
	margin-bottom: 8px;
}
.item-product .avilability {
	margin-bottom: 15px;
}
.slider-billbord .slick-dots {
	bottom: 25px;
	left: 35px;
	text-align: left;
}
.slider-billbord .slick-dots li {
	margin: 0 10px;
}
.menu {
	flex: 1;
	justify-content: center;
}
.advantages-wrap {
	padding: 20px 40px;
	padding-bottom: 40px;
	background-color: #fbfbfb;
}
.item-advantage {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 auto;
	max-width: 318px;
	color: #000814;
}
.item-advantage__icon {
	margin-bottom: 18px;
	display: flex;
	height: 40px;
	align-items: center;
}
.item-advantage__icon img {
	max-height: 100%;
	width: auto;
}
.advantages {
	padding-top: 30px;
}
.slick-slide:first-child .item-advantage {
	max-width: 405px;
}
.categories {
	padding-top: 33px;
}
.item-product_empty .avilability::before,
.avilability_empty::before {
	background-color: #ee122b;
}
.item-product__prices {
	min-height: 47px;
	justify-content: space-between;
}
.item-product_empty .item-product__buttons {
	justify-content: center;
}
.item-product_empty .item-product__buttons .btn-add {
	padding: 0 42px;
}
.head-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.link-page {
	font-size: 16px;
	line-height: 24px;
	padding: 4px 16px;
	background-color: #fbfbfb;
	border-radius: 6px;
	color: #001d3d;
	display: inline-block;
	transition: all 0.3s;
}
.link-page:hover {
	background-color: #e8e8e8;
}
.item-product__bottom span {
	margin: 0;
}
.item-product__bottom {
	height: 30px;
	justify-content: space-between;
}
.item-product__bottom strong {
	font-size: 18px;
	font-weight: 400;
}
.item-product__buttons {
	padding-bottom: 20px;
}
.item-product {
	padding-bottom: 30px;
}
.item-product::before {
	height: calc(100% - 30px);
}
.item-product__middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-product .item-product__middle .avilability {
	margin-bottom: 0;
}
.item-product__middle {
	padding-bottom: 20px;
}
.avilability {
	position: relative;
}
.hover-hint {
	background-color: #fbfbfb;
	border: 1px solid #ffd60a;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 10px;
	font-size: 15px;
	color: #000814;
	padding: 15px 16px;
	white-space: nowrap;
	transform: translate(-50%);
	box-shadow: 0px 15px 15px 0px rgba(99,97,97,0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.hover-hint::after {
	position: absolute;
	display: block;
	content: " ";
	width: 20px;
	height: 15px;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 10px solid transparent;
	border-top: 10px solid #fbfbfb;
	filter: drop-shadow(0px 1px 1px #ffd60a);
}
.avilability:hover .hover-hint {
	visibility: visible;
	opacity: 1;
}
.item-product .quantity + .btn-add {
	padding-left: 14px;
	padding-right: 28px;
	margin-left: auto;
}
.catalog {
	padding-bottom: 10px;
	background-color: #f5f5f5;
}
.sidebar-catalog {
	padding: 15px 20px;
	background-color: #fbfbfb;
	max-width: 307px;
}
.catalog + .footer::before {
	background-color: #f5f5f5;
}
.catalog + .footer {
	margin-top: 0;
}
.catalog-sorting {
	font-weight: 500;
	margin-bottom: 20px;
}
.catalog-sorting .jqselect {
	font-weight: 400;
}
.catalog-sorting .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 700;	
	font-family: "Font Awesome 5 Pro";
	font-size: 8px;
	cursor: pointer;
	color: #000814;
	height: 100%;
	display: flex;
	align-items: center;
}
.catalog-sorting .jq-selectbox__trigger::before {
	content: "\f078";
}
.catalog-sorting .jq-selectbox__select-text {
	padding-right: 15px;
	width: initial !important;
	cursor: pointer;
}
.jq-selectbox__dropdown {
	background-color: #fff;
	box-shadow: 0px 7px 10px 0px rgb(177 178 178 / 70%);
	border-radius: 10px;
	padding: 5px;
}
.jq-selectbox__dropdown li {
	cursor: pointer;
	white-space: nowrap;
}
select {
	/* opacity: 0; */
}
.catalog .title-section {
	padding-bottom: 10px;
}
.row_catalog {
	margin: 0 -10px;	
}
.row_catalog > div {
	padding: 0 10px;
	margin-bottom: -14px;
}
.row_catalog .item-product:hover {
	z-index: 4;
}
.pager {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-numbers {
	width: 29px;
	height: 29px;
	margin: 0 3px;
	transition: all 0.3s;
	border-radius: 50%;
	font-size: 16px;
	color: #000814;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.page-numbers.current {
	font-weight: 700;
	background-color: #ffc300;
}
.page-numbers:hover {
	background-color: #ffc300;
}
.prev.page-numbers,
.next.page-numbers {
	width: 39px;
	height: 39px;
	position: relative;
	background-color: #fff;
}
.prev.page-numbers {
	left: -120px;
}
.next.page-numbers {
	right: -120px;
}
.prev.page-numbers i,
.next.page-numbers i {
	font-size: 18px;
}

.prev.page-numbers:hover,
.next.page-numbers :hover {
	background-color: #e8e8e8;
}
.sidebar-catalog__title {
	font-size: 16px;
	padding-bottom: 12px;
	line-height: 24px;
	font-weight: 500;
}
.checkbox_main {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #000814;
	opacity: 1;
}
.checkbox_main label span:before {
	width: 27px;
	height: 27px;
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
.checkbox_main label input:checked + span:before {
	border-color: #001d3d;
}
.checkbox_main label span:after {
	color: #001d3d;
	top: 4px;
	font-size: 13px;
	width: 27px;
	height: 27px;
}
.checkbox_main label span {
	padding: 6px 0 0 36px;
}
.list-checkboxes li {
	margin-bottom: 13px;
}
.btn-checkbox {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #001d3d;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	transition: all 0.3s;
}
.btn-checkbox i {
	margin-left: 7px;
	transition: all 0.3s;
}
.list-checkboxes li:nth-child(n+7) {
	display: none;
}
.btn-checkbox.active i {
	transform: rotate(45deg);
}
.wrap-checkboxes {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}
.btn-clear {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #001d3d;
	font-family: 'Cera Pro';
	border: none;
	background-color: transparent;
	padding: 0;
}
.btn-clear i {
	font-size: 16px;
	margin-left: 6px;
	color: #ee122b;
}
.buttons-sidebar .btn-main {
	padding: 0 28px;
	height: 43px;
}
.buttons-sidebar {
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap-checkboxes:nth-child(2) {
	border: none;
}
.catalog__right {
	padding-left: 5px;
}
.catalog-dropdown {
	padding: 30px 35px;
	padding-bottom: 10px;
	position: absolute;
	top: 100%;
	left: 15px;
	right: 15px;
	background-color: #fbfbfb;
	border: 1px solid #ffd60a;
	box-shadow: 0px 15px 15px 0px rgba(99,97,97,0.3);
	z-index: 700;
	display: none;
	font-size: 15px;
	font-weight: 700;
	color: #000814;
}
.header .container {
	position: relative;
}
.catalog-dropdown a {
	color: #000814;
	transition: all 0.3s;
	border-bottom: 1px solid transparent;
}
.catalog-dropdown a:hover {
	border-color: #000814;
}
.catalog-dropdown li {
	margin-bottom: 20px;
}
.modal-block {
	display: none;
}
.fancybox-skin {
	padding: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.modal-wrap {
	padding: 13px;
	background-color: #fbfbfb;
	border: 1px solid #ffd60a;
	box-shadow: 0px 15px 15px 0px rgba(99,97,97,0.3);
}
.fancybox-overlay {
	background: none;
	background-color: rgba(0, 8, 20, 0.85);
}
.fancybox-inner {
	overflow: visible !important;
}
.modal-wrap .block-form {
	padding-top: 35px;
	padding-bottom: 44px;
	margin: 0 auto;
}
.modal-wrap .block-form .btn-main {
	margin-top: 0;
}
.fancybox-close {
	width: 29px;
	height: 29px;
	background: none;
	background-color: #ffc300;
	border-radius: 50%;
	display: flex;
	align-items: center;
	top: -14px;
	right: -17px;
	justify-content: center;
}
.fancybox-close::before {
	content: "Х";
	font-size: 13.5px;
	line-height: 20px;
	font-weight: 700;
	color: #000814;
}
.modal-wrap .block-form__title {
	margin-bottom: 22px;
}
.item-vacancies {
	margin-bottom: 20px;
	background-color: #fbfbfb;
}
.item-vacancies__head {
	padding: 26px 45px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
	color: #000814;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-vacancies__content {
	padding: 45px;
	padding-top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #000814;
	display: none;
}
.item-vacancies__inner {
	min-height: 430px;
}
.item-vacancies__content p {
	margin-bottom: 15px;
}
.item-vacancies__arrow {
	font-size: 14px;
	width: 39px;
	height: 39px;
	padding-top: 2px;
	flex: none;
	background-color: #ffc300;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	border-radius: 50%;
}
.item-vacancies__content li::before {
	content: "•";
	margin-right: 5px;
}
.item-vacancies__content ul {
	margin-bottom: 15px;
}
.vacancies {
	padding-top: 24px;
}
.vacancies .title-section {
	padding-bottom: 35px;
}
.item-vacancies.active .item-vacancies__arrow {
	background-color: #ffffff;
	border-color: #e1dfdf;
	transform: rotate(180deg);
}
.item-vacancies__content .btn-main {
	margin-top: 25px;
}
.page-inner {
	padding-top: 28px;
	padding-bottom: 30px;
	font-size: 16px;
line-height: 24px;
}
.page-inner li {
	margin-bottom: 20px;
}
.page-inner p {
	margin-bottom: 15px;
}
.page-inner li strong,
.page-inner p strong {
	font-weight: 500;
}
.page-inner ul li::before {
	content: "•";
	margin-right: 9px;
}
ol li {
	margin-top: 20px;
}
.links-page {
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.links-page li {
	margin-bottom: 10px;
	margin-right: 19px;
}
.links-page li:last-child {
	margin-right: 0;
}
.links-page a {
	font-size: 18px;
line-height: 24px;
padding: 10px 41px;
color: #001d3d;
display: inline-block;
	background-color: #f5f5f5;
	transition: all 0.3s;
}
.links-page .active a {
	font-weight: 500;
color: #000814;
	background-color: #ffc300;
}
.links-page a:hover {
	background-color: #ffc300;
}
.page-inner h2,
.page-inner h1 {
	font-size: 30px;
	margin-bottom: 25px;
line-height: 1.2;
color: #000814;
}
.page-inner h2 {
	padding-top: 15px;
	font-weight: 500;
}
.row_text {
	margin: 0 -35px;
}
.row_text > div {
	padding: 0 35px;
}
.page-inner img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.card-info__middle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-info {
	min-height: initial;
}
.card-info__total span {
	font-size: 18px;
	display: block;
}
.card-info__total {
	padding-top: 0;
}
.card-info__prices {
    padding-top: 25px;
}
.card-info__buttons {
    padding-top: 8px;
}
.wrap-for {
	position: relative;
}
.wrap-for .rating {
	top: 10px;
	right: 15px;
	position: absolute;
	z-index: 2;
}
.wrap-for .item-product__status {
	top: 10px;
	left: 15px;
	z-index: 2;
}
.tabs-card {
	margin-top: 20px;
	background-color: transparent;
}
.tabs-card a {
	padding: 11px 35px;
	font-size: 18px;
	    border-top: 3px solid transparent;
	    border-bottom: none;
}
.tab-container-card {
	padding: 40px 35px;
	padding-bottom: 20px;
	line-height: 28px;
	min-height: 192px;
	margin: 0;
}
.tabs-card li {
	margin: 0;
}
.tabs-card .active a {
	color: #001d3d;
background-color: #fbfbfb;
}
.tab-container-card li::before {
	content: "•";
	margin-right: 6px;
}
.tab-container-card img {
	max-width: 100%;
	margin-top: 20px;
	height: auto;
}
.row_card { 
	margin-bottom: 38px;
}
.card-info .quantity input {
	font-weight: 500;
}
.contacts {
	font-size: 14px;
line-height: 24px;
	padding-top: 24px;
	padding-bottom: 45px;
color: #000;
}
.contacts p strong {
	font-weight: 500;
text-transform: uppercase;
}
.contacts p a {
	color: #000;
}
.item-form textarea {
	height: 90px;
	padding-top: 15px;
	resize: none;
}
.contacts .list-social_page li a {
background-color: #001d3d;
color: #fff;
}
.contacts .block-form {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	float: right;
}
#map {
	margin-top: 30px;
	height: 255px;
	margin-right: -60px;
}
.contacts .title-section {
	padding-bottom: 33px;
}
.contacts .block-form .btn-main {
	margin-top: 5px;
}
.contacts .block-form__title {
	margin-bottom: 24px;
}
.news-page {
	padding-top: 25px;
	padding-bottom: 20px;
}
.row_news-page > div {
	padding: 0 60px;
	margin-bottom: 65px;
}
.row_news-page {
	margin: 0 -60px;
}
.news-page .title-section {
	padding-bottom: 25px;
}
.news-page .pager {
	padding-top: 0;
}
.news-page .prev.page-numbers, 
.news-page .next.page-numbers {
background-color: #fbfbfb;
}
.news-page .prev.page-numbers:hover, 
.news-page .next.page-numbers:hover {
    background-color: #e2e2e2;
}
.nav-article {
	font-size: 15px;
line-height: 24px;
padding: 40px 26px;
padding-right: 0;
max-width: 385px;
font-weight: 700;
color: #000814;
background-color: #fbfbfb;
}
.nav-article a {
	color: #000814;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}
.nav-article a:hover {
	border-color: #000814;
}
.nav-article li::before {
	content: "•";
	margin-right: 6px;
}
.nav-article li {
	margin-bottom: 20px;
}
.page-inner_article p b {
	color: #001d3d;
	font-weight: 500;
}
.page-inner_about h1,
.page-inner_article h1 {
	font-size: 36px;
line-height: 1.2;
max-width: 600px;
font-weight: 500;
}
.page-inner blockquote {
	padding: 0 35px;
	padding-bottom: 15px;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 15px;
	background-color: #fbfbfb;
}
.col_article {
	max-width: 780px;
	margin-left: -40px;
}
.page-inner_article img {
	margin-top: 20px;
}
.page-inner_about ul {
	padding-left: 55px;
}
.page-inner_about h1 {
	max-width: 100%;
}
.item-mark {
	height: 194px;
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
background-color: #fbfbfb;
}
.item-mark img {
	max-width: 100%;
	max-height: 100%;
}
.item-team {
	margin: 0 10px;
	padding-bottom: 35px;
	min-height: 100%;
	background-color: #ffffff;
}
.item-team__image {
	height: 325px;
	margin-bottom: 22px;
}
.item-team__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-team__name {
	margin-bottom: 20px;
	font-weight: 700;
	color: #000814;
	padding: 0 22px;
}
.item-team__descr {
	padding: 0 22px;
}
.slider-team {
	margin: 0 -10px;
}
.team {
	padding-top: 35px;
	padding-bottom: 62px;
	background-color: #f5f5f5;
}
.team .title-section {
	padding-bottom: 25px;
}
.slider-team .slick-prev {
	left: -40px;
}
.slider-team .slick-next {
	right: -40px;
}
.reviews {
	padding-top: 35px;
	padding-bottom: 55px;
}
.item-review__date {
	font-size: 14px;
line-height: 24px;
}
.item-review__button {
	padding-top: 35px;
	text-align: center;
}
.item-review {
	padding: 20px 30px;
	padding-bottom: 30px;
	background-color: #fbfbfb;
	min-height: 100%;
}
.item-review__head {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
}
.item-review__image {
	width: 100px;
	height: 100px;
	margin-right: 19px;
	border-radius: 50%;
	flex: none;
}
.item-review__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-review__name {
	padding-top: 6px;
	padding-bottom: 4px;
	font-weight: 700;
}
.reviews .title-section {
	padding-bottom: 35px;
}
.row_reviews {
	margin: 0 -7px;
}
.row_reviews > div {
	padding: 0 7px;
}
.page-inner_about {
	padding-top: 35px;
}
.row_reviews .slick-track,
.slider-team .slick-track {
    display: flex !important;
}
.row_reviews .slick-slide,
.slider-team .slick-slide {
    height: inherit !important;
}
.row_reviews .slick-slide > div,
.slider-team .slick-slide > div {
	min-height: 100%;
	display: flex;
}
.slick-slide li::before {
	display: none;
}
.billbord-page {
	min-height: 415px;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 42px;
	margin-bottom: 60px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../img/billbord_page1.jpg);
}

.billbord-page h1 strong {
	font-weight: 900;
text-transform: uppercase;
}
.sto {
	padding-top: 30px;
}
.billbord-page li::before {
	content: "•";
	margin-right: 15px;
}
.billbord-page li {
	font-size: 15px;
line-height: 21px;
margin-top: 20px;
font-weight: 500;
}
.sto h1 {
	max-width: 100%;
}
.sto h2 {
	padding-top: 0;
	font-weight: 400;
}
.advantages-block {
	padding: 36px 39px;
	padding-right: 30px;
	width: 374px;
	background-color: #fbfbfb;
}
.advantage-sto {
	margin-bottom: 40px;
	padding-left: 74px;
	line-height: 21px;
	position: relative;
}
.advantage-sto:last-child {
	margin-bottom: 0;
}
.advantage-sto__icon {
	width: 48px;
	height: 40px;
	top: 10px;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantage-sto__icon img {
	max-width: 100%;
	max-height: 100%;
}
.advantage-sto__name {
	line-height: 24px;
	margin-bottom: 5px;
font-weight: 700;
}
.sto .block-form {
	padding-top: 30px;
	float: right;
}
.sto__center {
	padding-left: 70px;
	padding-right: 0;
}
.sto .block-form .btn-main {
	margin-top: 5px;
}
.sto .block-form__title {
	margin: 0 -20px;
	margin-bottom: 25px;
}
.billbord-page h1 {
	font-size: 41px;
line-height: 1.2;
font-weight: 500;
max-width: 650px;
color: #ffffff;
}

.basket-coupon-block-total-price-current {
	font-family: 'Cera Pro';
	font-weight: 700;
	font-size: 40px;
}
.basket-checkout-block-total-title {
	font-family: 'Cera Pro';
	font-weight: 400;
	font-size: 30px;
}
.basket-checkout-block-total-description {
	font-family: 'Cera Pro';
	font-weight: 400;
}

/* NEW STYLES */
.basket-items-list-table {
	background: transparent;
}
.basket-items-list-table tbody {
	display: block;

}
.basket-items-list-table .basket-items-list-item-container{
	margin-bottom: 29px;
	display: inline-table;
	background: #fff;
}
.basket-items-list-container {
	background: transparent;
}
.basket-items-list {
	padding: 0;
}

.basket-checkout-block-btn .basket-btn-checkout {
	max-width: 540px;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	background-color: #ee122b;
	transition: 0.3s ease;
}
.basket-items-list-item-container td {
	padding: 20px;
	/* text-align: center; */
}
.basket-items-list-wrapper {
	border: none;
}
.basket-items-list-item-descriptions-inner {
	align-items: center;
	text-align: initial;
}
.basket-item-block-amount {
	background-color: #f5f5f5;
}
.bx-soa-cart-total {
	max-width: 307px;
	background: #fbfbfb;
}
.bx-soa-cart-total-line {
	border: none;
	font-size: 16px;
}
.bx-soa-cart-total-line:first-child {
	background: #f5f5f5;
}
.bx-soa-price-free {
	color: #7f7f7f;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total {
	padding-top: 25px;
	border-bottom: none;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 20px;
}

.bx-soa-section.bx-selected .bx-soa-section-title-container {
	background: #ffc300;
}
.bx-soa-section.bx-selected .bx-soa-section-title {
	color: #fff;
	font-size: 20px;
}
.bx-soa-section-title-count {
	border: 1px solid #fff;
}
.bx-soa-section .bx-soa-section-title-count:after {
	color: #fff;
}
.bx-soa-section.bx-selected {
	border: none;
}

.bx-soa-section {
	border: none;
}
.bx-soa-section-title-container {
	background-color: #fbfbfb;
}

.bx-soa-section-title {
	color: #001d3d;
}
.btn-primary, .list-group-item.active {
	border-color: #ee122b !important;
	background-color: #ee122b !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
}
.bx-soa-more-btn {
	display: flex;
	justify-content: end;
	gap: 29px;
}
.btn-outline-secondary {
	border-color: #ee122b !important;
	color: #ee122b !important;
	border-radius: 0 !important;
}
.bx-soa-item-title a {
	color: #000;
	font-size: 20px;
}
.bx-soa-item-td-text .bx-price {
	font-size: 30px;
}
.bx_soa_location .col {
	display: grid;
	grid-template-columns: 250px 1fr 250px;
	gap: 10px;
}

.form-group .bx-soa-location-input-container {
	grid-column: 3;
}
.bx-soa-reference {
	grid-column: 2;
}

.form-check-input:checked {
	background-color: #fff;
	border-color: #000;
}

.form-check-input:checked[type="radio"] {
	background-image: url('https://cdn-icons-png.flaticon.com/512/0/14.png');
	background-size: 7px 7px;
	background-position: center;
}
.bx-sls .form-control.dropdown-block, .bx-slst .form-control.dropdown-block {
	border: none;
	background-color: #fbfbfb;
	box-shadow: none;
	height: 50px;
}
.form-control {
	border: none;
	background-color: #fbfbfb;
	height: 50px;
}
.bx-sls .dropdown-fade2white {
	background: transparent;
}
.bx-sls .dropdown-icon,
.bx-sls .bx-ui-sls-clear {
	top: 50%;
  transform: translateY(-50%);
}
.bx-sls .bx-ui-sls-container {
	min-height: 100% !important;
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
	height: 100%;
}

.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {
	border-bottom: 0;
	border-top: 0;
}

.bx-soa-pickup-list-item.bx-selected {
	background: transparent;
}
.bx-soa-pickup-list .bx-soa-pickup-list-item {
	padding: 0;
}

.bx-selected .form-group .bx-soa-customer-textarea {
	height: 164px;
	resize: none;
}
.bx-soa-cart-total-button-container.d-block.d-sm-none {
	display: block;
}
.bx-soa-pp-desc-container .bx-soa-pp-company {
	padding: 0px 15px;
	border: 0;
	background: transparent;
}
.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border-color: #000;
}
.bx-soa-item-table .bx-soa-item-tr {
	height: 140px;
}
@media screen and (max-width: 1200px ) {
	.bx_soa_location .col {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.form-group .bx-soa-location-input-container {
		grid-column: initial;
	}
	.bx-soa-reference {
		grid-column: initial;
	}
}
@media screen and (max-width: 991px ) {
	.bx-soa-item-table .bx-soa-item-tr {
		height: auto;
	}
}
@media screen and (max-width: 768px ) {
	.bx-soa-cart-total {
    max-width: 100%;
	}
}

.basket-item-amount-filed {
	height: 50px;
	border: #F5F5F5;
	background: #F5F5F5;
	font-family: 'Cera Pro';
	font-weight: 400;
}

.basket-item-amount-btn-minus, .basket-item-amount-btn-plus {
	height: 50px;
	width: 25px;
	border: #F5F5F5;
	background: #F5F5F5;
}

.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
	background-color: #000;
}
.basket-item-amount-field-description {
	display: none;
}

.basket-item-price-current-text {
	font-family: "Cera Pro", "Arial", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 60px;
}

.basket-checkout-section-inner {
	justify-content: flex-start;
}
.basket-checkout-block-btn:last-child {
	margin: 0 0 0 auto;
	padding: 0;
}

.basket-checkout-block-total-price-inner {
	padding-top: 0;
}

.basket-checkout-block-total-price {
	align-items: center;
	display: flex;
}
.basket-checkout-block-total {
	padding-top: 0px;
	padding-right: 10px;
	text-align: right;
	display: flex;
	align-items: center;
}
.row_catalog > div > div {
	min-height: 100%;
	display: flex;
}
.item-product {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.item-product:hover {
	box-shadow: 0 0 15px #ccc;
}
.item-product__buttons {
	margin-top: auto;
}
.popup-window {
	width: 580px;
	max-width: 100%;
	    font-family: 'Cera Pro';
	margin: 0 auto;
}
.popup-window img {
	margin: 0 auto;
	margin-bottom: 20px;
}
.popup-window-titlebar-text {
    width: 100%;
    font-size: 19px;
    text-align: center;
        color: #333;
    padding: 0;
}
.popup-window.popup-window-with-titlebar {
   padding: 20px; 
}
.popup-window-close-icon:after {
	width: 16px;
	height: 16px;
}
.popup-window-titlebar-close-icon {
    top: 6px;
    right: 6px;
}
.popup-window  .btn-sm {
    padding: 8px 20px;
    font-size: 14px;
 }
 a {
 	text-decoration: none !important;
 }
 .slider-products .slick-track {
    display: flex !important;
}
.slider-products .slick-slide {
	padding: 15px 10px;
	display: flex;
    height: inherit !important;
}
.slider-products .item-product {
	margin: 0;
}
.slider-products .slick-slide > div,
.slider-products .slick-slide > div > * > div,
.slider-products .slick-slide > div > * {
	display: flex !important;
	width: 100%;
}
.discount__wrap .js-form {
        margin-left: auto;
}


/*new*/
/*new*/
/*new*/
.links-products a {
	background-color: #ffffff;
	border: 1px solid #001d3d;
	border-radius: 6px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #001d3d;
	display: inline-block;
}
.links-products li a:hover,
.links-products li.title-section a,
.links-products li.active a {
	background-color: #ffc300;
	color: #001d3d;
	border-color: #ffc300;
}
.discount {
	background-color: transparent;
}
.discount__wrap {
	min-height: 394px;
	padding: 40px 130px;
	display: block;	
	background-color: #001d3d;
	background-image: url(../img/bg_discount.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.discount__text {
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	opacity: 1;
	margin: 0;
	margin-bottom: 28px;
	max-width: 650px;
}
.discount__text span {
	font-weight: 700;
	color: #ffd60a;
}
.discount .checkbox {
	margin-top: 10px;
	justify-content: flex-start;
}
.discount .form-phone .item-form {
	margin-right: 25px;
}
.btn-discount__value {
	border-radius: 10px 0px 0px 0px;
}
.btn-discount {
	border-radius: 10px 0px 0px 0px;
}
.prices-card {
	display: block;
}
.card-oldprice {
	margin-bottom: 10px;
}
.slider-offer .slick-slide > div {
	background-color: #ffffff;
	border: 1px solid #e1dfdf;
}
.image-product {
	border: none;
	border-right: 1px solid #e1dfdf;
}
.block-countdown {
	background-color: #ffc300;
	border-radius: 10px;
}
.flipper-group label {
	color: #001d3d;
}
.block-countdown__title {
	font-size: 18px;
	text-align: left;
	color: #001d3d;
	opacity: 1;
}
.block-countdown {
	padding: 30px;
	padding-top: 20px;
}
.bottom-card {
	width: 100%;
}
.bottom-card__left {
	margin-right: auto;
}
.card-right {
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
}
.slider-offer .title-middle {
	max-width: 100%;
	font-weight: 700;
}
.card-right p {
	max-width: 650px;
}
.consultation-block {
	padding: 20px;
	padding-left: 70px;
	background-image: url(../img/bg_consultation2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.consultation {
	padding: 55px 0;
	padding-bottom: 0;
	background-image: none;
	background-color: transparent;
}
.consultation .block-form {
	min-height: 444px;
	margin-left: auto;
}
.block-form {
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 10px;
}
.image-conuslt {
	top: auto;
	bottom: -20px;
}
.item-brand {
	height: 146px;
	background-color: #ffffff;
	border: 1px solid #001d3d;
	border-right: none;
	width: 100%
}
.slider-brands {
	padding: 25px;
}
.slider-brands .slick-list {
	border-right: 1px solid #001d3d;
}
.link-page {
	color: #001d3d;
	background-color: rgba(0,29,61,0.1);
}
.link-page:hover {
	background-color: rgba(0,29,61,0.2);
}
.item-category {
	padding-left: 180px;
	position: relative;
}
.item-category .item-category__image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0;
}
.item-category__name {
	position: relative;
	z-index: 2;
}
.item-category__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-width: initial;
	max-height: initial;
	opacity: 0.8;
}
.discount__value {
    display: none;
}
.popup-window {
    width: 556px;
    background-color: #f5f5f5;
}
.popup-window-content-white .popup-window-content {
    position: relative;
background-color: transparent;
}
.popup-window p {
    font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #000814;
}
.popup-window .btn-sm {
    padding: 15px 30px;
    font-size: 16px;
}
.popup-window-close-icon:after {
    display: none;
}
.popup-window-close-icon {
    top: 12px;
    right: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    font-size: 22px;
    color: #000;
    background-image: none !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
        opacity: 1;
    font-family: "Font Awesome 5 Pro";
}
.popup-window-close-icon::before {
    content: "\f057";
}
.popup-window-titlebar-text {
    font-size: 30px;
line-height: 24px;
padding: 0 21px;
font-weight: 400;
color: #000814;
    overflow: visible;
}
.basket-checkout-container {
    background-color: #ffef97;
    border: none;
}
.basket-checkout-block-btn .basket-btn-checkout {
        padding: 6px 36px;
            font-weight: 500;
}
.basket-checkout-block-total-title {
    font-size: 24px;
line-height: 24px;
font-weight: 400;
}
.basket-checkout-block-total-description {
    font-size: 13px;
line-height: 24px;
font-weight: 400;
color: #333333;
}
.basket-coupon-block-total-price-current {
    font-size: 30px;
}
.basket-items-list-header {
        display: none;
}
.basket-items-list-table .basket-items-list-item-container {
    margin-bottom: 0;
}
.basket-items-list-item-container td {
    padding: 0;
}
.basket-item-block-image {
        height: 147px;
        padding: 10px;
            display: flex;
            flex: none;
    align-items: center;
    justify-content: center;
        border-right: 1px #f5f5f5 solid;
}
.basket-item-block-info {
    padding-left: 40px;
}
h2.basket-item-info-name {
    font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #000814;
    padding: 0;
}
.bx-basket * {
       font-family: 'Cera Pro' !important;
}
.basket-items-list-item-descriptions-inner {
     border-right: 1px #f5f5f5 solid;
    width: 620px;
}
.basket-item-price-title {
        display: none;
}
.basket-item-block-price {
        padding: 0;
}
.basket-items-list-item-container td {
        vertical-align: middle;
}
.basket-item-block-actions {
        opacity: 1;
}
.basket-item-actions-remove:after, .basket-item-actions-remove:before {
        transform: none !important;
            width: initial;
    left: 0;
    height: initial;
    top: 0 !important;
        position: relative;
    background: transparent;
}
.basket-item-actions-remove:after {
    top: 0;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    font-size: 22px;
    color: #000;
    background-image: none !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
        opacity: 1;
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f057";
        font-size: 17px;
    color: #ee122b;
}
.basket-item-actions-remove:before {
    content: "Удалить";
    font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #001d3d;
    margin-right: 12px;
}
.basket-item-actions-remove {
    width: initial;
    height: inherit;
    display: flex;
    align-items: center;
}
.basket-items-list-item-container td.d-md-block {
        padding: 0 35px;
    display: table-cell !important;
}
.basket-items-list-item-remove {
        padding-top: 0px !important;
}
.basket-items-list-item-container td.basket-items-list-item-amount {
        padding: 0 64px;
}
.basket-checkout-block-total {
        padding-right: 80px;
}
.bx-basket {
    margin-top: 15px;
}
.basket-items-list-item-amount .basket-item-block-amount {
    margin: 0;
}
body .title-search-result {
    border: 1px solid #ffc300;
    border-radius: 0px;
    padding: 10px;
    max-height: calc(100% - 240px);
        overflow: auto;
}
.title-search-result::-webkit-scrollbar {
	-webkit-appearance: none;
}
.title-search-result::-webkit-scrollbar:vertical {
	width: 3px;
}
.title-search-result::-webkit-scrollbar:horizontal {
	height: 3px;
}
.title-search-result::-webkit-scrollbar-thumb {
	background-color: #000814;
	border-radius: 0px;
}
.title-search-result::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #ffd60a;
}
.bx_item_block {
    display: flex;
    align-items: center;
}
.bx_img_element {
        margin-right: 15px;
    flex: none;
}
.bx_item_element a {
    border-bottom: 1px transparent solid;
    transition: all 0.3s;
}
.bx_item_element a:hover {
    border-color: #000814;
}
.bx_item_block {
    padding: 15px;
    margin: 0;
}
.slider-categories {
       display: flex !important;
    flex-wrap: wrap; 
    justify-content: center;
        padding-bottom: 15px;
}
.slider-categories .slick-arrow {
    position: relative;
      order: 1;
    left: 0 !important;
    right: 0 !important;
        margin: 0;
}
.slider-categories .slick-dots {
    width: initial;
        position: relative;
          order: 2;
              margin: 0 24px;
        align-self: center;
}
.slider-categories .slick-next {
        order: 3;
}
.slider-categories .slick-list {
    width: 100%;
    margin-bottom: 25px;
}
.wrapper {
    overflow: initial;
}
.sidebar-catalog {
    position: sticky;
    top: 0px;
}
.sidebar-catalog__wrapper {
    padding: 0 15px;
    margin-bottom: 20px;
        overflow: auto;
    max-height: calc(100vh - 340px);
}
.sidebar-catalog__wrapper::-webkit-scrollbar {
	-webkit-appearance: none;
}
.sidebar-catalog__wrapper::-webkit-scrollbar:vertical {
	width: 3px;
}
.sidebar-catalog__wrapper::-webkit-scrollbar:horizontal {
	height: 3px;
}
.sidebar-catalog__wrapper::-webkit-scrollbar-thumb {
	background-color: #ee122b;
	border-radius: 0px;
}
.sidebar-catalog__wrapper::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: #000814;
}
.sidebar-catalog .container-fluid {
    padding: 0;
}
.slider-brands pre {
       white-space: normal;
       margin: 0;
}

.__jivoMobileButton {
	bottom: 54px !important;
}
.catalog__right h2 {
	margin-top: 25px;
	margin-bottom: 10px;
}
.catalog__right h3 {
	margin-top: 25px;
	margin-bottom: 10px;
}
.catalog__right ul li {
    list-style-type: circle;
}
.catalog__right .categories ul li {
	list-style-type: none;
}
.row_text p a,
.row_text li a,
.main-user-consent-request-popup p a,
.main-user-consent-request-popup li a,
.checkbox a,
.text-underline {
	text-decoration: underline !important;
}
.row_text p a:hover,
.row_text li a:hover,
.main-user-consent-request-popup p a:hover,
.main-user-consent-request-popup li a:hover,
.checkbox a:hover,
.main-user-consent-request-announce-link:hover,
.text-underline:hover {
	opacity: 0.7;
}
.text-underline {
	cursor: pointer;
}
.footer__left .footer__nav {
	margin-top: 17px;
}
#bx-soa-order .checkbox {
	color: #000814;
}
.main-user-consent-request-popup p {
	margin-bottom: 20px;
}
.main-user-consent-request-announce-link {
	font-size: 14px;
	margin: 12px 0;
	text-decoration: underline;
	text-decoration-color: rgba(0, 8, 20, 0.6);
}

.consent-cookies {
	position: fixed;
	right: 0;
	bottom: 44px;
	width: 100%;
	z-index: 1001;
	background: rgb(255, 214, 10);
	padding: 16px 0 18px;
}