.popup .thanks a {
	width: 100%;
	height: 56px;
	color: #fff;
	font-weight: 600;
	background: #1278B9;
	display:flex;
	justify-content:center;
	align-items:center;
}

.item-advantage > a > img {
	height:190px;
}

.contacts-page .map {
	height:auto;
}

.slider_text>span {
	width: 48%;
	height: 40px;
	border: 1px solid #B6B6B6;
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 13px;
}

.item >label {
	display: block;
	cursor: pointer;
	padding: 0 0 0 30px;
	line-height: 150%;
	margin-bottom: 10px;
	position: relative;
}

.item >label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #B6B6B6;
}

.item >label:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 1px;
	width: 19px;
	height: 15px;
	background: url('/site/img/checkbox.svg');
	opacity: 0;
}

.slider_text>span {
	padding-top:10px;
}

.eFiltr_cat {
	display:flex;
	flex-direction:column;
}

.catalog-page .list .item .left-side {
	margin-bottom:20px;
}

/* New styles */

.service-page .item h3 {
	font-size: 26px;
}

.service-page .item {
    font-size: 16px;
}

.about-block {
	font-size: 16px;
}

.about-block h1 {
    font-size: 62px;
}

.about-block h2 {
    font-size: 62px;
}

.about-block h3 {
    font-size: 30px;
}

.item-page .tabs .tab-content .item .item-info table tr td:first-child {
    width: 350px;
}

.region-block {
	padding-top:120px;
	padding-bottom:120px;
}

.region-block .item {
	//text-align:left;
}

.region-block .col-md-3 {
	max-width:20%;
}

.region-page p {
	font-size: 20px;
}

.region-page ul {
	list-style-type:disc;
	padding-left:20px;
}

.region-page ul li {
	font-size: 20px;
}

table td {
	padding:20px 10px;
}

.header-cart[data-count]::after {
	content: attr(data-count);
	padding: 2px;
	position: absolute;
	display: inline-block;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 15px;
	border-radius: 19px;
	min-width: 19px;
	color: var(--color-white);
	background-color: var(--color-yellow);
}

.item-page .info .items .number button.minus {
	left: 10px;
}
.item-page .info .items .number button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.item-page .info .items .number button.plus {
	right: 10px;
}
.item-page .info .items .number button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.addToCartContainer {
	display:flex;
	flex-wrap:wrap;
}

.item-page .info .items .number input {
	width: 100%;
	height: 100%;
	background: none;
	text-align: center;
}

.item-page .info button.new {
	background: none;
	font-weight: 600;
	width: min-content;
	height: min-content;
	border: 0px solid #1278B9;
}

.item-page .info button {
	background: none;
	font-weight: 600;
	width: 190px;
	height: 40px;
	color: #1278B9;
	border: 1px solid #1278B9;
}

.addToCartButton {
	min-width:190px;
}

.catalog-page .list .item .right-side > form .items .number {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 95px;
	height: 40px;
	border: 1px solid #B6B6B6;
	position: relative;
}

.catalog-page .list .item .right-side .items .number button.minus {
	left: 10px;
}

.catalog-page .list .item .right-side .items .number button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.catalog-page .list .item .right-side .items .number button.plus {
	right: 10px;
}

.catalog-page .list .item .right-side button.new {
	background: none;
	font-weight: 600;
	width: min-content;
	height: min-content;
	color: #1278B9;
	border: 1px solid white;
}

.shopping-cart-wrap {
	padding-bottom: 0;
}
.shopping-cart-wrap {
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.shopping-cart-list {
	margin: 0 0 46px 0;
	padding: 0;
	list-style: none;
}

.shopping-cart-list {
	list-style: none;
}

.order-card {
	position: relative;
}

.order-card-del {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	background-color: rgba(0,0,0,0);
	border: 0;
	outline: none;
	color: var(--color-gray-D9);
	transition: all .3s;
	z-index: 10;
}

.order-card-img {
	display: block;
	width: 160px;
	min-height: 196px;
	height: 100%;
	overflow: hidden;
}

.order-card-img img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.order-card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.order-card-title {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 19px;
}

.order-card-size {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 16px;
}

.order-card-delivery-info {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: grey;
}

.order-card-controls {
	margin-top: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.order-card-title a {
	text-decoration: none;
	font-weight: 500;
	transition: all .3s;
}

.input-number-sm {
	height: 36px;
}

.input-number {
	position: relative;
	display: flex;
	align-items: center;
	width: 160px;
	height: 50px;
	padding: 0;
	border: 1px solid grey;
	background-color: rgba(0,0,0,0);
}

.input-number-decrease {
	left: 0;
}
.input-number-decrease, .input-number-increase {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: grey;
	cursor: pointer;
	transition: all .3s;
}

.input-number-increase {
right: 0;
}
.input-number-decrease, .input-number-increase {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: grey;
	cursor: pointer;
	transition: all .3s;
}

.input-number-sm .input-number-control {
padding-top: 10px;
padding-bottom: 10px;
}

.input-number-control {
	margin: 0 auto;
	padding: 15px 50px;
	display: block;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
	height: 100%;
	font-weight: 500;
	color: grey;
	background-color: rgba(0,0,0,0);
	border: none;
	text-align: center;
	outline: none;
	transition: all .3s;
}

.order-card-price {
	padding-left: 10px;
	margin-left: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.shopping-cart-total-price {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	text-align: right;
}

.cart-form input {
	border:1px solid #1278B9;
	padding:10px;
	background:#f9f8f5;
	border-radius:5px;
	width:30%;
}

.cart-form textarea {
	border:1px solid #1278B9;
	padding:10px;
	background:#f9f8f5;
	border-radius:5px;
	width:30%;
}

.about-block h2 {
	font-size: 42px;
}

.cart-form button {
	background: none;
	font-weight: 600;
	width: 160px;
	height: 40px;
	color: #1278B9;
	border: 1px solid #1278B9;
	margin-bottom: 20px;
}


@media (max-width: 767.98px) {
	.item-page .tabs .tab-content .item .item-info table tr td:first-child {
        width: 200px;
    }
}

.index-catalog-block .item {
	margin-bottom: 0;
	padding-bottom: 30px;
    display: flex;
	flex-direction: column;
	height: 100%;
}

.index-catalog-block .item .flex {
	margin-top: auto;
}