/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	line-height: 42px;
}

h2 {
	font-size: 27px;
	margin: 10px 0;
}

h3 {
	font-size: 21px;
	padding-bottom: 15px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #7a4190;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}

/* search */
#search {
	margin-bottom: 0px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
	margin-bottom: 0px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

/* content */
#content {
	min-height: 600px;
}

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {}

footer a:hover {}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom: unset;

}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

#shipping-address {
	display: none !important;
}

.hideadres .adress,
.hideadres .flex-3,
#input-payment-address-1,
#input-payment-address-2,
#input-payment-city,
#input-payment-postcode {
	display: none;
}

.hideadresimp .adress,
.hideadresimp .flex-3 {
	display: none !important;
}

.dateblock {
	border-top: 1px solid #CCC;
	padding-top: 25px;
	margin-top: 25px;
}

input.number_value {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #000;
}

.btn2 {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	background: #FF7A43;
	display: inline-block;
	border: 0px;
	font-weight: 600;
	font-size: 16px;
}

.btn-primary {
	color: #ffffff;
	background: #FF7A43;
	display: inline-block;
	border: 0px;
	font-weight: 600;
	font-size: 16px;
}

.form-control {
	color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background: #DA3E31;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

.product-thumb .caption>h4+p {
	height: 70px;
	overflow: hidden;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;

}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;

}

.hidden {
	display: none;
}

.pagination {
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D0D5DD;
	overflow: hidden;
	border-radius: 8px;
	margin: 30px 0;
}

#reviewload .cook_feedback_block {
	display: block;
}

.control-label {
	display: none;
}

.pagination li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #D0D5DD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pagination li a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #1D2939;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.sidebar_calendar_text_box a {
	color: #000;
}

.a-date.focused:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	background: green !important;
	border-radius: 50%;
}

.a-date.focused span {
	color: #fff !important;
}

.pagination li span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	color: #1D2939;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.alert-success {
	color: green;
}

#feedback-name {
	background: #F7F7F7;
	border-radius: 10px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	padding: 20px;
	width: 100%;

	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 5px;
}

.a-date.event {
	background-color: red !important;
}

.cook_stars ul.grey li svg {
	fill: grey;
}

.iconcount {
	background: #000000;
	width: 18px;
	height: 18px;
	color: #fff;
	display: flex;
	top: 0px;
	right: 6px;
	position: absolute;
	border-radius: 50%;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.popup-form {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	border-radius: 0px;
	background: #fff;
	/* box-shadow: 0px 0px 1px 0px #000000; */
	z-index: 1111;
	text-align: center;
	width: 90%;
	max-width: 400px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px 10px;
	border-radius: 5px;
}

.popup-form .h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 23px;
	text-align: center;

	color: #000000;
	margin-bottom: 30px;

}

.login_block h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	color: #000000;
}

.login_block form {
	margin-top: 32px;
}

.input_block {
	width: 100%;
	height: 50px;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
	margin-bottom: 13px;
}

.input_block span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.input_block span.a {
	top: 0;
	margin-top: -10px;
	left: 18px;
	width: 70px;
	height: 20px;
	font-size: 14px;
	color: #333333;
	background: #fff;
}

.input_block input {
	width: 100%;
	height: 100%;
	padding-left: 21px;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	border-radius: 3px;
}

.login_block a {
	margin-top: 13px;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	color: #FF7A43;
	position: relative;
}

.login_block a:after {
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #EE4B18;
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.login_block a:hover:after {
	opacity: 1;
}

.login_block button {
	margin-top: 35px;
	width: 216px;
	height: 50px;
	font-weight: 700;
	font-size: 16px;

	background: #FF7A43;
	color: #fff;
	border-radius: 6px;
}

.full-content {
	width: 100%;
}

.login_block button {
	background: -o-linear-gradient(164.52deg, #C94D26 60.69%, #FF3D00 162.62%);
	background: linear-gradient(285.48deg, #C94D26 60.69%, #FF3D00 162.62%);
}

.text-center {
	text-align: center;
}

.login_block {
	margin: 0 auto;
	width: 380px;
	background: #FFFFFF;
	box-shadow: 0px 10px 44px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 30px 30px;
	margin-bottom: 50px;

}

.textreg {
	text-align: center;
	margin: 20px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;

	color: #888888;
}

.textreg a {
	color: #FF7A43;
	text-decoration: underline;
}

.login_block .input-field {
	margin-bottom: 20px;
}

.multi-b-card div.content div.products-cook p.prise,
.cook-b-card div.content div.action p.prise {
	font-weight: 700 !important;
}

.popup-form .insy {
	text-align: center;
	width: 100%;
	border: none;
	border: 1px solid #555;
	background: #fff;
	border-radius: 0px;
	color: #333;
	font-size: 17px;
	line-height: 30px;
	padding: 8px 7px;
	margin-top: 10px;
}

.popup-form input.f-button {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background: #f8a440;
	border: none;
	outline: none;
	margin-top: 20px;
}

.popup-form a.f-button {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	display: block;
	padding: 10px 25px;
	background: #FF7A43;
	border-radius: 6px;
	border: none;
	outline: none;
	margin-top: 20px;

	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.popup-form a.f-button:hover {
	background-color: #222;
	color: #fff;

}

.iconcount {
	display: none;
}

.iconcount.active {
	display: flex;
}

.product-alike_slider {
	margin-left: 0px !important;
}

.popup-form a.f-button.closer {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	display: block;
	padding: 10px 25px;
	background: #E3E3E3;
	border-radius: 6px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;

	color: #000000;
	border: none;
	outline: none;
	margin-top: 20px;
}

.breadcrumbs-menu li:last-child span {
	display: none;
}

.popup-form a.f-button:hover {
	background-color: #222;
	color: #fff;

}

.popup-form input.f-button:hover {
	background-color: #222;
	color: #fff;

}

.mobmenu_btn {

	position: relative;
}

#shipping-method {
	border: 0px;
	padding-bottom: 0px;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.popup-form {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	border-radius: 0px;
	background: #fff;
	/* box-shadow: 0px 0px 1px 0px #000000; */
	z-index: 1111;
	text-align: center;
	width: 90%;
	max-width: 480px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 40px 10px;
	border-radius: 5px;
}

.popup-form .h2 {
	line-height: normal;
	margin-top: 0px;
	font-size: 16px;
}

.popup-form .insy {
	text-align: center;
	width: 100%;
	border: none;
	border: 1px solid #555;
	background: #fff;
	border-radius: 0px;
	color: #333;
	font-size: 17px;
	line-height: 30px;
	padding: 8px 7px;
	margin-top: 10px;
}

.popup-form input.f-button {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background: #f8a440;
	border: none;
	outline: none;
	margin-top: 20px;
}

.popup-form a.f-button {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	display: inline-block;
	padding: 10px 25px;
	background: #eeeae4;
	border: none;
	outline: none;
	margin-top: 20px;
	width: 220px;
	border-radius: 5px;
	text-decoration: none;
}

.popup-form a.f-button:hover {
	background-color: #222;
	color: #fff;

}

.popup-form a.f-button.closer {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	background: #000000;
	border: none;
	outline: none;
	margin-top: 20px;
}

.popup-order {
	padding: 30px;
	text-align: left;
	top: 48%;
}

.popup-order .h2 {
	font-weight: 700;
	font-size: 21px;
	margin-bottom: 10px;
	text-align: left;
	color: #18181B;
}

.popup-order p {
	font-weight: 400;
	font-size: 13px;
	color: #52525B;
}

.popup-order label {
	font-weight: 700;
	font-weight: bold;
	margin: 5px;
	font-size: 13px;
}

.popup-order label svg {
	margin-right: 7px;
}

.popup-order input,
.popup-order textarea {
	border: 1px solid #D4D4D8;
	width: 100%;
	border-radius: 7px;
	padding: 17px 16px 17px 18px;
	margin-bottom: 20px;
	margin-top: 5px;
	box-sizing: border-box;
}

.popup-order form {
	margin-top: 0px
}

.popup-order .closer {
	background: #FFFFFF;
	border: 1px solid #B0BABF;
	border-radius: 15px;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 20px;
	margin-right: 10px;
}

.popup-order p a {
	color: #608DBA
}

#sendform {
	background: linear-gradient(185.22deg, #5DCFFF -118.6%, rgba(85, 188, 231, 0) 242.65%), #039BE5;
	box-shadow: 2px 8px 12px rgba(103, 188, 236, 0.33);
	border: 0px solid #B0BABF;
	width: auto;
	border-radius: 15px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 20px;
}

.modal-form__sucess {
	display: none;
}

.cart_product_wrapper .number_block .number {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	width: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -.01em;
	color: #18181b;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input-field span {
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	color: #000;
	margin-bottom: 15px;
	display: block;
	padding-left: 2px;
}

.checkout_btn {
	margin-top: 0px !important;
}

.bf-attr-filter input {
	display: none !important;
	;
}

.bf-attr-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.bf-attr-filter input+span label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border: 1.5px solid #292d32;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	margin-right: 15px;
}

.bf-attr-filter input+span label span svg {
	width: 10px;
	height: 10px;
	fill: transparent;
	stroke: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.product_info_btn_box a button {
	margin-bottom: 15px !important;
}

.product_number_block input {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	width: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -.01em;
	color: #18181b;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bf-attr-filter input:checked+span label span {
	margin-right: 15px;
}

.bf-attr-filter input:checked+span label span {
	background: #7a4190;
	border: 1.5px solid transparent;
}

.bf-attr-filter input:checked+span label span svg {
	opacity: 1;
}

.bf-c-2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #18181b;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bf-c-3,
.bf-attr-val {
	display: none !important;
	;
}

.cat-filter_block label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #18181b;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blog_tabs_box ul li.activecat a {
	background: #8b44ff;
	color: #fff;
}

.cat-sort_tags_box ul li span {
	padding-right: 5px;
}

.stroke.cart {
	position: relative;
}

.iconcountb {
	position: absolute;
	top: -3px;
	right: -6px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #b32e87;
	width: 12px;
	height: 12px;
	font-weight: 700;
	font-size: 8px;
	color: #fff;
}

.service_block .link_servise {
	width: auto !important;
}

.dropdown-block {
	display: none;
}

@media screen and (max-width:1000px) {
	.shop-menu_box {
		display: none;
	}

	.shop-menu_box.open {
		display: block;
	}

	.menu-button__burger:after,
	.menu-button__burger:before {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: #3192df;
	}

	.dropdown-block__menu-button .menu-button__burger:after {
		background: #fff;
	}

	.menu-button__burger:after {
		bottom: -8px;
		-webkit-transition: bottom .2s linear .4s;
		-o-transition: bottom .2s linear .4s;
		transition: bottom .2s linear .4s;
	}

	.dropdown-block__menu-button .menu-button__burger:before {
		background: #fff;
	}

	.menu-button__burger:before {
		top: -8px;
		-webkit-transition: top .2s linear .4s;
		-o-transition: top .2s linear .4s;
		transition: top .2s linear .4s;
	}

	.menu-button {
		position: relative;
		z-index: 100;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.menu-button__burger {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60%;
		height: 3px;
		margin: -1px 0 0 -30%;
		-webkit-transition: -webkit-transform .2s ease 0s;
		transition: -webkit-transform .2s ease 0s;
		-o-transition: transform .2s ease 0s;
		transition: transform .2s ease 0s;
		transition: transform .2s ease 0s, -webkit-transform .2s ease 0s;
	}

	.dropdown-block__title {
		color: #fff;
		font-weight: 600;
	}

	.dropdown-block__menu-button {
		z-index: 50;
	}

	.menu-button__burger-line {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: -webkit-transform .2s linear .2s;
		transition: -webkit-transform .2s linear .2s;
		-o-transition: transform .2s linear .2s;
		transition: transform .2s linear .2s;
		transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
		background: #3192df;
	}

	.dropdown-block__menu-button .menu-button__burger-line {
		background: #fff;
	}

	.dropdown-block {
		margin-top: 16px;
		padding: 5px 20px 5px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #7a4190cc;
		cursor: pointer;
		margin-bottom: 5px;
		border-radius: 15px;
	}

	.shop-menu_block ul li {
		display: block;
		text-align: left;
	}

	.shop-menu_block ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: left;
		-ms-flex-pack: center;
		justify-content: left;
		-webkit-box-align: left;
		-ms-flex-align: center;
	}

	.menu-button.active .menu-button__burger:before {
		top: 0;
		-webkit-transition: top .2s linear;
		-o-transition: top .2s linear;
		transition: top .2s linear;
	}

	.menu-button.active .menu-button__burger:after {
		bottom: 0;
		-webkit-transition: bottom .2s linear;
		-o-transition: bottom .2s linear;
		transition: bottom .2s linear;
	}

	.menu-button.active .menu-button__burger-line {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.menu-button.active .menu-button__burger {
		-webkit-transition: -webkit-transform .2s linear .4s;
		transition: -webkit-transform .2s linear .4s;
		-o-transition: transform .2s linear .4s;
		transition: transform .2s linear .4s;
		transition: transform .2s linear .4s, -webkit-transform .2s linear .4s;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

#shop-menu2 {
	display: none;
}

@media (max-width: 1000px) {
	#shop-menu2 {
		display: block;
	}
}

@media (max-width: 700px) {
	.blog_tabs_box ul {
		display: block !important;
	}

	.main_slider_box {

		margin: 0px -10px;
	}

	.servises_title_box {
		display: block !important;
	}
}

@media (min-width: 768px) {

	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav>li {
		float: right;
	}

}

.article_box,
.regulations_box {
	max-width: 810px;
	margin: 0 auto;
}

#blog>div p {
	margin-bottom: 10px;
}

ol,
ul {
	line-height: 26px;
}

.nostock {
	color: red !important;
}

.article_box ul,
.card_info_box ul {
	list-style: disc !important;
	;
	margin-left: 20px;
}

.article_box ul li,
.card_info_box ul li {
	display: list-item !important;
}

.product_prise_block.new {
	color: #90236c;
}

.product_prise_block.old {
	color: #ccc;
	font-size: 15px;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.b-card span.newprice {
	font-weight: 800;
	font-size: 18px;

	color: #7a4190;
}

.b-card .oldprice {
	font-size: 12px;
}

.article_box a {
	border: 1px solid #7a4190;
	padding: 0px 10px;
	border-radius: 30px;
}

.icon1 a {
	padding-left: 25px !important;
	background: url(../image/ic1.png) left no-repeat;
	background-size: 20px;
}

.icon2 a {
	padding-left: 25px !important;
	background: url(../image/ic2.png) left no-repeat;
	background-size: 20px;
}

.icon3 a {
	padding-left: 25px !important;
	background: url(../image/ic3.png) left no-repeat;
	background-size: 20px;
}

.icon4 a {
	padding-left: 25px !important;
	background: url(../image/ic4.png) left no-repeat;
	background-size: 20px;
}

#footer>div>div.footer_box>div.footer_logo_box>ul>li a {
	color: #fff !important
}

#p-contacts {
	position: relative
}

.p-contacts_text_box {
	margin-top: 20px;
	width: 100%
}

.p-contacts_text_box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #52525B;
	margin-bottom: 15px
}

.p-contacts_text_box p:last-child {
	margin-bottom: 0
}

.p-contacts_links_box {
	margin-top: 60px
}

.p-contacts_links_title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	color: #18181B
}

.p-contacts_links_list_box {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.p-contacts_links_list_box:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-radial-gradient(50% 50%, 50% 50%, rgba(207, 243, 255, .77) 0, rgba(243, 252, 255, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(207, 243, 255, .77) 0, rgba(243, 252, 255, 0) 100%);
	-webkit-filter: blur(25px);
	filter: blur(25px);
	border-radius: 5000px
}

.p-contacts_link_block {
	width: 245px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2
}

.p-contacts_link_block div svg {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto
}

.p-contacts_link_block div img {
	width: 24px;
	display: block;
	margin: 0 auto
}

.p-contacts_link_block div p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4;
	color: #64748B;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 10%
}

.p-contacts_link_block a {
	padding: 11px 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 5px 15px rgba(100, 116, 139, .15);
	box-shadow: 0 5px 15px rgba(100, 116, 139, .15);
	border-radius: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-contacts_link_block a span {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #1CACEF;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-contacts_link_block a svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	fill: #00B2FF;
	margin-left: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-contacts_link_block a:hover {
	background: #1CACEF
}

.p-contacts_link_block a:hover span {
	color: #fff
}

.p-contacts_link_block a:hover svg {
	fill: #fff
}

@media screen and (max-width:1000px) {
	.p-contacts_text_box {
		width: 100%
	}
}

@media screen and (max-width:600px) {
	.p-contacts_text_box {
		width: 100%
	}

	.p-contacts_links_title {
		text-align: center
	}

	.p-contacts_links_list_box {
		display: block;
		width: 100%
	}

	.p-contacts_links_list_box .p-contacts_link_block:last-child {
		margin-bottom: 0
	}

	.p-contacts_link_block {
		width: 245px;
		margin: 0 auto 30px
	}
}



/*  */
.footer__button {
	background-color: #39BAF4;
	padding: 13px 20px !important;
	border-radius: 17px !important;
	text-decoration: none !important;
}

.regulations_box * {
	font-family: 'Open Sans', sans-serif !important;
	padding: 0 !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	color: #52525b !important;
}

.regulations_box p {
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 1.3 !important;
	color: #52525b !important;
	margin-bottom: 5px !important;
}

.regulations_box h1 {
	font-weight: 800 !important;
}

.regulations_box b {
	font-weight: 600 !important;
}

.regulations_box img {
	padding: 10px 0 !important;
}

.regulations_box h3 {
	margin-top: 35px !important;
	margin-bottom: 15px !important;
}

.article_content iframe {
	max-width: 100%;
}

.footer__button {
	background-color: #39BAF4;
	padding: 13px 20px !important;
	border-radius: 17px !important;
	text-decoration: none !important;
	color: #ffffff !important;
}

#polis-a-w a {
	font-weight: 600;
	color: #666 !important;
}









.main_bullets_box {
	padding: 20px 0 !important;
}


/* банер */
.main_banner {
	position: relative;
	width: calc(100% + 60px);
	margin-left: -30px;
	height: 341px;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 50px;
}

@media (max-width: 1400px) {
	.main_banner {
		width: 100%;
		margin: 0 0 50px 0;
	}
}

@media (max-width: 499px) {
	.main_banner {
		width: 100%;
		height: auto;
		margin: 0 0 50px 0;
		display: flex;
		flex-direction: column;
		border-radius: 0;
		gap: 25px;
	}
}

.main_banner__inner {
	position: relative;
	height: 100%;
	width: 100%;
}


@media (max-width: 499px) {
	.main_banner__inner {
		height: calc(224 / 300 * 100vw);
		flex-shrink: 0;
		border-radius: 30px;
	}
}

.main_banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: inherit;
	background-image: url('../image/banner-cust.jpeg');
	background-position: center;
}

@media (max-width: 499px) {
	.main_banner__bg {
		background-image: url('../image/banner-cust-m.jpeg');
		height: 100%;
		background-position: center;
		background-size: cover;
		background-attachment: local;

	}
}

@media (min-width: 500px) and (max-width: 1400px) {
	.main_banner__bg {
		background-position: right center;
	}
}

.main_banner__content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	padding: 54px 69px;
	animation: fadeInUp 1s ease-out;
}

@media (min-width: 500px) and (max-width: 1100px) {
	.main_banner__content {
		padding: 48px 10px 48px 29px;
	}
}

@media (max-width: 499px) {
	.main_banner__content {
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		height: auto;
		flex-grow: 1;
		padding: 43px 18px;
	}
}

.main_banner__title {
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.2;
	color: #FFFFFF;
}



@media (min-width: 1100px) {
	.main_banner__title-br {
		display: none;
	}

	.main_banner__title-brn {
		display: none;
	}
}

@media (min-width: 500px) and (max-width: 600px) {
	.main_banner__title {
		font-size: 33px !important;
		margin-top: 47px !important;
		margin-left: -10px;
	}
}

@media (max-width: 499px) {
	.main_banner__title {
		font-size: 25px;
		max-width: 100%;
		text-align: left;
	}

	.main_banner__title-br {
		display: block;
	}
}

@media (max-width: 400px) {
	.main_banner__title {
		font-size: 20px;
	}
}

@media (min-width: 500px) and (max-width: 1100px) {
	.main_banner__title {
		font-size: 42px;
		max-width: 500px;
	}

	.main_banner__title-br {
		display: block;
	}
}

.main_banner__button {
	padding: 12px 21px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #B0BABF;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.main_banner__button:hover {
	transform: translateY(-1px);
	background: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

@media (max-width: 499px) {
	.main_banner__button {
		padding: 16px 35px;
		font-size: 1.1rem;
		width: 100%;
		max-width: 300px;
	}
}

.main_banner__actions {
	margin-bottom: 89px;
}

.main_banner__link--desktop {
	display: block;
}

.main_banner__link--mobile {
	display: none;
}

@media (max-width: 499px) {
	.main_banner__link--desktop {
		display: none;
	}

	.main_banner__link--mobile {
		display: block;
		width: 100%;
		background: transparent;
	}

	.main_banner__actions {
		margin-bottom: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.main_banner__inner {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =============================================

/* Banner: только edge-to-edge, без изменения высоты */
body {
    overflow-x: hidden;
}

.main_slider_box {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

.main_slider {
    border-radius: 0;
}

.main_slide img.desk {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
}

/* Текст поверх баннера */
.main_slide {
    position: relative;
}

.main_slide_text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.3;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    z-index: 1;
}

@media (max-width: 1200px) {
    .main_slide_text {
        font-size: 48px;
        left: 5%;
        max-width: 500px;
    }
}

@media (max-width: 700px) {
    .main_slider_box {
        width: 100%;
        left: 0;
        transform: none;
    }
    
    .main_slide_text {
        font-size: 32px;
        left: 5%;
        max-width: 90%;
    }
}
