/*.bx-soa-wrapper {*/
/*	font-size:14px;*/
/*}*/

/*.bx-soa-section {*/
/*	margin-bottom:6px;*/
/*	border:1px solid #e8e9eb;*/
/*	border-radius:2px;*/
/*	background-color:#fff;*/
/*	transition:border-color .3s ease;*/
/*	font-weight:300;*/
/*}*/
/*.bx-soa-section .form-control {*/
/*	font-weight:300;*/
/*}*/

/*.bx-soa-section.bx-step-completed { border:1px solid #83cb1b; }*/

/*.bx-soa-section-title-count {*/
/*	position:relative;*/
/*	display:inline-block;*/
/*	margin:-3px 10px 0 0;*/
/*	min-width:17px;*/
/*	height:17px;*/
/*	border:1px solid #98979d;*/
/*	border-radius:8px;*/
/*	vertical-align:middle;*/
/*}*/

/*#bx-soa-order {*/
/*	counter-reset:heading;*/
/*	transition:500ms opacity ease;*/
/*}*/

/*.bx-soa-section .bx-soa-section-title-count:after {*/
/*	position:absolute;*/
/*	top:0;*/
/*	right:0;*/
/*	left:0;*/
/*	color:#98979d;*/
/*	content:counter(heading);*/
/*	counter-increment:heading;*/
/*	text-align:center;*/
/*	font-size:10px;*/
/*	line-height:15px;*/
/*	transition:all .3s ease;*/
/*}*/

/*.bx-soa-section-title-count:before {*/
/*	position:absolute;*/
/*	right:-5px;*/
/*	bottom:-2px;*/
/*	display:none;*/
/*	width:10px;*/
/*	height:10px;*/
/*	background:url(images/sprite.png) no-repeat center;*/
/*	content:"";*/
/*}*/

/*.bx-soa-section.bx-step-completed .bx-soa-section-title-count {*/
/*	border-color:#87c73d;*/
/*	background:#87c73d;*/
/*}*/

/*.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after { color:#fff; }*/

/*.bx-soa-section.bx-step-completed .bx-soa-section-title-count:before {*/
/*	display:block;*/
/*	background-position:center 0;*/
/*}*/

/*.bx-soa-section.bx-step-warning .bx-soa-section-title-count {*/
/*	border-color:#f8c11a;*/
/*	background:#f8c11a;*/
/*}*/

/*.bx-soa-section.bx-step-warning .bx-soa-section-title-count:after { color:#000; }*/

/*.bx-soa-section.bx-step-warning { border:1px solid #ccbe71; }*/

/*.bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {*/
/*	display:block;*/
/*	background-position:center -37px;*/
/*}*/

/*.bx-soa-section.bx-step-error .bx-soa-section-title-count {*/
/*	border-color:#db4c4c;*/
/*	background:#db4c4c;*/
/*}*/

/*.bx-soa-section.bx-step-error .bx-soa-section-title-count:after { color:#fff; }*/

/*.bx-soa-section.bx-step-error { border:1px solid #db4a29; }*/

/*.bx-soa-section.bx-step-error .bx-soa-section-title-count:before {*/
/*	display:block;*/
/*	background-position:center -20px;*/
/*}*/

/*.bx-soa-section.bx-selected { border:1px solid #f8acac; }*/

/*.bx-soa-section-title-container {*/
/*	overflow:hidden;*/
/*	padding:7px 15px;*/
/*	background:#f2f5f7;*/
/*	font-size:14px;*/
/*}*/

/*.bx-soa-section.bx-selected .bx-soa-section-title-container { padding:15px; }*/

/*.bx-soa-section-title {*/
/*	margin:0;*/
/*	padding:3px 0 0;*/
/*	min-height:20px;*/
/*	border-radius:2px;*/
/*	color:#005aab;*/
/*	vertical-align:middle;*/
/*	font-size:16px;*/
/*	line-height:18px;*/
/*	transition:all .3s ease;*/
/*}*/

/*.bx-soa-section.bx-selected .bx-soa-section-title { font-size:22px; }*/

/*.bx-soa-editstep {*/
/*	display:inline;*/
/*	border-bottom:1px dotted;*/
/*	vertical-align:middle;*/
/*	text-decoration:none !important;*/
/*	font-size:12px;*/
/*	line-height:18px;*/
/*}*/

/*.bx-soa-section.bx-selected .bx-soa-editstep { display:none; }*/

/*.bx-soa-editstep:hover { border-bottom-color:transparent !important; }*/

/*.bx-soa-section-content {*/
/*	padding:10px 15px;*/
/*	transition:all .2s ease;*/
/*}*/


.breadcrumb {
    background: #f6f6f6;
}
main .lc {
    padding: 0 0 40px;
    position: relative;
    background: #f6f6f6;
	overflow: hidden;
}
.basket {
    padding-bottom: 80px;
    overflow: inherit;
}

/* Table */
.bx-soa-table-fade {
	position:relative;
}

.bx-soa-table-fade:before {
	left:0;
	background:linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.bx-soa-table-fade:after {
	right:0;
	background:linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.bx-soa-table-fade:before,
.bx-soa-table-fade:after {
	position:absolute;
	top:0;
	bottom:10px;
	display:block;
	width:0;
	height:100%;
	content:"";
	transition:width 300ms ease;
}

.bx-soa-table-fade-left:before,
.bx-soa-table-fade-right:after { width:15px; }

.bx-soa-item-table {
    display: block;
	margin-bottom:10px;
	min-width:100%;
}

.bx-soa-item-tr { 
	display: block;
    padding: 15px 15px 0 15px;
}

.bx-soa-item-td {
	display:table-cell;
	padding-top:10px;
	border-top:1px dotted #e5e5e5;
	vertical-align:top;
	transition:all .2s ease;
}

@media (min-width:769px) {
	.bx-soa-item-td {
		padding-right:7px;
		padding-bottom:10px;
		padding-left:7px;
	}
}



.bx-soa-item-tr .bx-soa-item-td{
    width: 50%;
}
.bx-soa-item-tr .bx-soa-item-properties{
    width: 15%;
}
.bx-soa-item-td.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{
    text-align: center;
    position: relative;
    margin: 0 15px 0 0;
}
a.basket-products-block-close{
    position: absolute;
    right: -18px;
    top: 25%;
    width: 20px !important;
    height: 20px !important;
    background-image: url(/local/templates/main/img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
	background-color: #e7eae9;
    border-radius: 50%;
}

.bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td:last-child { padding-right:0; }

.bx-soa-item-img-block {
	float:left;
	padding-right:15px;
	transition:250ms linear all;
}

.bx-step-completed .bx-soa-item-img-block {
	padding-right:10px;
	padding-bottom:10px;
	width:48px;
}

.bx-soa-item-imgcontainer {
	padding-top:100%;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.bx-soa-item-content {
	
}
.bx-soa-item-content .bx-soa-item-title{
	text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 162%;
    color: #323232;
}

.bx-soa-item-title {
	padding-bottom:5px;
	font-size:14px;
	font-weight:300;
}
.bx-soa-item-title a {
    color: #464d5a;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.bx-soa-item-title a:hover {
	color:#f00;
}

.bx-soa-item-td-title {
	padding-bottom:3px;
	color:#7c7c7c;
	font-size:12px;
	line-height:20px;
}

.bx-soa-item-td-text {
	vertical-align:middle;
	line-height:25px;
}

.bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-item-properties .bx-soa-item-td-text { text-align:center; }

.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text { text-align:right; }

.bx-soa-item-td-text input[type="number"] {
	height:25px;
	line-height:20px;
}

.bx-soa-item-td-text .bx-price {
	color:#333;
	white-space:nowrap;
}

.bx-price-old {
	color:#b8b8b8;
	text-decoration:line-through;
	white-space:nowrap;
	font-size:13px;
}

.bx-soa-item-td-control {
	padding-bottom:5px;
	font-size:11px;
}

@media (max-width:991px) {
	.bx-soa-item-table,
	.bx-soa-item-table > tbody,
	.bx-soa-item-tr,
	.bx-soa-item-td { display:block; }

	.bx-soa-item-tr.bx-soa-item-info-container,
	.bx-soa-item-tr .bx-soa-item-td { border:none; }

	.bx-soa-item-tr {
		overflow:hidden;
		padding-top:10px;
		padding-bottom:15px;
		border-top:1px dotted #e5e5e5;
	}

	.bx-soa-item-tr.bx-soa-item-tr-first { border:none; }

	.bx-soa-item-block { overflow:hidden; }

	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text { text-align:center; }
}

@media (min-width:581px) and (max-width:991px) {
	.bx-soa-item-properties { float:left; padding-bottom:10px; }

	.bx-soa-item-td-title,
	.bx-soa-item-nth-4p1,
	.bx-soa-item-tr { clear:both; }
}

@media (max-width:580px) {
	.bx-soa-item-td { line-height:17px; }

	.bx-soa-item-img-block {
		float:none;
		margin:0 auto;
		padding-right:0;
		max-width:160px;
	}

	.bx-soa-section.bx-step-completed .bx-soa-item-img-block { float:left; }

	.bx-soa-item-content { padding-top:15px; }

	.bx-soa-section.bx-step-completed .bx-soa-item-content { padding-top:0; }

	.bx-scu-container { padding-top:10px; }

	.bx-soa-item-td-title,
	.bx-soa-item-td-text {
		display:inline-block !important;
		padding:2px 5px;
		vertical-align:middle;
		text-align:left;
		font-size:13px;
		line-height:20px;
	}

	.bx-soa-item-td-title:after { content:":" }

	.bx-soa-item-properties { padding:0; }
}

@media (min-width:580px) {
	.bx-soa-item-img-block {
		margin:0;
		width:85px;
	}
}

/* Advanced info */

.bx-soa-item-tr.bx-soa-item-related-container{
	padding: 0;
}
.bx-soa-item-tr.bx-soa-item-related-container .slick-slider{

}
.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item{
    max-width: 300px;
}
.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item img{
	width: 50px;
}
.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item .recommendation-slider-text{

}
.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item .recommendation-slider-text .recommendation-block-title{

}
.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item .recommendation-slider-text .recommendation-block-title a{
	color: #464d5a;
    text-decoration: none;
    line-height: 14px;
    display: block;
}
.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item .recommendation-slider-text .recommendation-block-price{

}

.bx-soa-item-info-container {
	position:relative;
}
.bx-soa-item-tr.bx-soa-item-info-container{
    padding: 0;
}
.bx-soa-item-info-container .bx-soa-item-td {
    position: relative;
    border: none;
    padding: 0;
    vertical-align: middle;
}

/*.bx-soa-item-info-container .bx-soa-item-info-block {*/
/*	overflow:hidden;*/
/*	margin-bottom:10px;*/
/*	height:0;*/
/*}*/

.delivery-block{
	background: #fff;
}
.bx-soa-section .bx_soa_location{

}
.bx-soa-section .bx_soa_location .bx-soa-custom-label{
    font-weight: 700;
    font-size: 16px;
    color: #323232;
    margin-bottom: 10px;
}
.bx-soa-section .bx-authform-starrequired{

}
.bx-soa-section .bx-sls .dropdown-block {
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: inset 0 1px 2px #ebebeb;
    font-size: 14px;
    padding: 0 22px 0 30px;
    position: relative;
    background-color: #fff;
}


#bx-soa-delivery .bx-soa-pp-company .bx-soa-pp-field{

}
#bx-soa-delivery .bx-soa-pp-company .bx-soa-pp-field label{
    display: block;
}
#bx-soa-delivery .bx-soa-pp-company select{
    padding: 10px;
}


#bx-soa-properties{

}
#bx-soa-properties .bx-soa-section-content{

}
#bx-soa-properties .bx-soa-section-content .row{

}
#bx-soa-properties .bx-soa-section-content .row .col-sm-12{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    width: 100%;
}
#bx-soa-properties .bx-soa-section-content .row .col-sm-12.bx-soa-customer{
    display: block;
}
#bx-soa-properties .bx-soa-section-content .form-group {
    margin-bottom: 1rem;
    width: 100%;
}



#bx-soa-properties .form-group label{
	display: none;
}

.bx-soa-item-info-block.bx-active {
	padding-top:10px;
	height:auto;
}

.bx-soa-info-block {
	max-width:100%;
	border:none;
}

.bx-soa-info-line { line-height:15px; }

.bx-soa-info-title {
	padding:4px 0;
	color:#7c7c7c;
	vertical-align:top;
	font-size:12px;
}

.bx-soa-info-text {
	display:inline-block;
	padding:4px 10px;
	vertical-align:top;
	font-size:12px;
}

@media (max-width:580px) {
	.bx-soa-item-info-container .bx-soa-item-td {
		position:static;
		right:auto;
		left:auto;
		padding:0;
	}

	.bx-soa-item-info-container {
		position:relative;
		min-height:0;
		height:auto !important;
	}
}

/* Coupon */
.bx-soa-coupon {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #e5e5e5;
}

.bx-soa-coupon-label {
	display:inline-block;
	padding:0 10px 5px 0;
	color:#000;
	vertical-align:top;
	font-size:13px;
}

.bx-selected .bx-soa-coupon-label { padding-top:7px; }

.bx-soa-coupon-item-fixed .bx-soa-coupon-block { font-weight:normal; }

.bx-soa-coupon-item-fixed .bx-soa-coupon-label,
.bx-soa-coupon-item-fixed .bx-soa-coupon-item {
	padding-top:0;
	font-weight:300;
	line-height:20px;
}

/*.bx-soa-coupon-block {*/
/*	vertical-align:middle;*/
/*	line-height:34px;*/
/*}*/

/*.bx-soa-coupon-input {*/
/*	position: relative;*/
/*    top: -1px;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*}*/

/*.bx-soa-coupon-input:after {*/
/*	position:absolute;*/
/*	top:50%;*/
/*	right:10px;*/
/*	display:block;*/
/*	margin-top:-4px;*/
/*	width:8px;*/
/*	height:8px;*/
/*	border-right:2px solid #8da3ad;*/
/*	border-bottom:2px solid #8da3ad;*/
/*	background-color:transparent;*/
/*	content:"";*/
/*	cursor:pointer;*/
/*	transform:rotate(-45deg);*/
/*}*/

.bx-soa-coupon-input input[type=text].form-control {
	display:block;
	padding:6px 12px;
	width:100%;
	height:34px;
	outline:none;
	border:1px solid #ccd5db;
	border-radius:2px;
	background-color:#f8fafc;
	background-image:none;
	box-shadow:none;
	color:#555;
	font-size:14px;
	line-height:1.42857143;
}

.bx-soa-coupon-input input[type=text].form-control:focus {
	outline:none;
	border-color:rgb(99, 116, 126);
	box-shadow:none;
}

.bx-step-completed .bx-soa-coupon-list {
	padding-top:0;
	line-height:20px;
}

.bx-soa-coupon-item { }

.bx-soa-coupon-item strong:first-child { margin-left:10px; }

.bx-soa-coupon-item strong {
	position:relative;
	display:inline-block;
	margin-right:20px;
	text-transform:uppercase;
	white-space:nowrap;
	letter-spacing:-0.5px;
	font-weight:bold;
	font-size:15px
}

.bx-soa-coupon-item strong.bx-soa-coupon-item-danger { color:#a94442; }

.bx-soa-coupon-item strong.bx-soa-coupon-item-success { color:#3ba428; }

.bx-soa-coupon-item strong.bx-soa-coupon-item-used { color:#777; }

.bx-soa-coupon-item-danger-mess,
.bx-soa-coupon-item-mess {
	position:absolute;
	top:100%;
	left:0;
	z-index:1;
	display:none;
	padding:6px 10px;
	min-width:100%;
	border:1px solid #ddd;
	border-radius:3px;
	background:#fff;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, .1);
	color:#333;
	text-transform:none;
	letter-spacing:normal;
	font-weight:normal;
}

.bx-soa-coupon-item strong:hover .bx-soa-coupon-item-mess,
.bx-soa-coupon-item strong:hover .bx-soa-coupon-item-danger-mess { display:block; }

.bx-soa-coupon-remove {
	position:relative;
	top:-1px;
	display:inline-block;
	margin-left:10px;
	width:20px;
	height:20px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==) no-repeat center;
	vertical-align:middle;
	cursor:pointer;
}

/* pickup */
#pickUpMap img {
	max-height:initial;
}

.bx-soa-pickup-preview-img {
	float:right;
	margin-left:10px;
	padding:1px;
	height:76px;
	border:1px solid #ddd;
	border-radius:1px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.bx-soa-pickup-subTitle {
	padding-bottom:10px;
	font-weight:bold;
	font-size:15px;
}

.bx-soa-pickup-list { margin-bottom:20px; }

/*.bx-soa-pickup-list .bx-soa-pickup-list-item {*/
/*	position:relative;*/
/*	padding:16px 35px;*/
/*	border-top:1px solid #dcdfe2;*/
/*	font-size:13px;*/
/*	transition:background .2s ease;*/
/*}*/

/*.bx-soa-pickup-list-item.bx-selected { background:#f8fafc; }*/

/*.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child { border-bottom:1px solid #dcdfe2; }*/

.bx-soa-pickup-l-item-adress {
	position:relative;
	padding-right:100px;
	padding-left:15px;
	min-height:17px;
	color:#25495e;
	font-weight:bold;
	line-height:17px;
}

.bx-soa-pickup-l-item-adress:before {
	position:absolute;
	top:50%;
	left:-5px;
	margin-top:-8px;
	width:18px;
	height:17px;
	background:url(images/sprite.png) no-repeat center -54px;
	content:"";
}

/*.bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail {*/
/*	display:none;*/
/*	padding-top:20px;*/
/*}*/

/*.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-detail { display:block; }*/

.bx-soa-pickup-l-item-detail {
	position:relative;
	padding-left:100px;
	min-height:80px;
}

.bx-soa-pickup-l-item-detail.no-image { padding-left:20px; }

.bx-soa-pickup-l-item-btn {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-17px;
}

/*.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {*/
/*	position:relative;*/
/*	top:auto;*/
/*	right:auto;*/
/*	float:none;*/
/*	margin-top:0;*/
/*	padding-top:10px;*/
/*	padding-left:100px;*/
/*}*/

.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn.no-image { padding-left:20px; }

.bx-soa-pickup-l-item-name { font-weight:bold; }

.bx-soa-pickup-l-item-img {
	position:absolute;
	top:23px;
	left:0;
	max-width:90px;
	max-height:90px;
	width:auto;
	height:auto;
}

/*Sidebar*/
.bx-soa-sidebar {
	position:relative;
	height:100%;
}

.bx-soa-cart-total {
	/*padding:20px;*/
	/*border:1px solid #e8e9eb;*/
	/*border-radius:3px;*/
	/*background-color:#fff;*/
	/*transition:opacity .2s ease;*/
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
	position:fixed;
	top:10px;
}

.bx-soa-cart-total.bx-soa-cart-total-bottom { opacity:0; }

@media (max-width:768px) {
/*	.bx-soa-cart-total,*/
/*	.bx-soa-cart-total.bx-soa-cart-total-fixed {*/
/*		position:static !important;*/
/*		width:100% !important;*/
/*		margin-top:24px;*/
/*	}*/

	.bx-soa-cart-total.bx-soa-cart-total-bottom {
		position:static;
		opacity:1 !important;
	}

	.bx-soa-cart-total-ghost { display:none; }
}

/*.bx-soa-cart-total-line {*/
/*	overflow:hidden;*/
/*	padding:5px 7px;*/
/*	border-top:1px solid #e5e5e5;*/
/*	font-size:13px;*/
/*	line-height:25px;*/
/*}*/

/*.bx-soa-cart-total .bx-soa-cart-total-line:first-child { border-top:none; }*/

/*.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) { border-color:#bfbfbf; }*/

/*.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t { font-weight:bold; }*/

/*.bx-soa-cart-total .bx-soa-cart-total-line-total {*/
/*	padding-top:25px;*/
/*	border-bottom:none;*/
/*}*/

/*.bx-soa-cart-t { float:left; }*/

/*.bx-soa-cart-d {*/
/*	float:right;*/
/*	color:#333;*/
/*	text-align:right;*/
/*}*/

/*.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t { font-weight:bold; }*/

/*.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d { font-size:28px; }*/

/*.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span { font-size:18px; }*/

/*.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {*/
/*	border-color:transparent;*/
/*	background-color:#d4ffb8;*/
/*}*/

/*.bx-soa-cart-total-line-highlighted + .bx-soa-cart-total-line { border-top:none; }*/

/*.bx-soa-cart-total-button-container {*/
/*	padding-top:20px;*/
/*	text-align:center;*/
/*}*/

/*.bx-soa-cart-total-button-container > .btn { width:100%; }*/

/*.bx-soa-more {*/
/*	margin-top:10px;*/
/*	padding-top:10px;*/
/*	border-top:1px solid #e5e5e5;*/
/*}*/

/*.bx-soa-price-not-calc {*/
/*	border-bottom:1px dashed;*/
/*	color:#f55450;*/
/*	text-decoration:none;*/
/*	cursor:pointer;*/
/*}*/

/*.bx-soa-price-not-calc:active,*/
/*.bx-soa-price-not-calc:hover {*/
/*	border-color:transparent;*/
/*	color:#a94442;*/
/*}*/

/*.bx-soa-price-free { color:#257210; }*/

/*@media (max-width:991px) {*/
/*	.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {*/
/*		white-space:nowrap;*/
/*		font-size:19px;*/
/*	}*/

/*	.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span { font-size:14px; }*/
/*}*/

/*@media (max-width:580px) {*/
/*	.bx-soa-coupon-label {*/
/*		display:block;*/
/*		padding-bottom:5px;*/
/*	}*/

/*	.bx-soa-coupon-block { display:block; }*/

/*	.bx-soa-coupon-input { text-align:center; }*/

/*	.bx-soa-coupon-input input { display:inline-block !important; }*/

/*	.bx-soa-coupon-item { text-align:center; }*/

/*	.bx-soa-coupon-item strong {*/
/*		position:relative;*/
/*		display:inline-block;*/
/*	}*/

/*	.bx-soa-coupon-item strong:first-child { margin-left:0; }*/

/*	.bx-soa-coupon-remove:after {*/
/*		clear:both;*/
/*		content:"";*/
/*	}*/

/*	.bx-soa-more { padding-top:10px; }*/

/*	.bx-soa-pickup-l-item-detail { padding-left:0; }*/

/*	.bx-soa-pickup-l-item-img {*/
/*		position:relative;*/
/*		top:auto;*/
/*		left:auto;*/
/*		max-width:200px;*/
/*		max-height:200px;*/
/*	}*/

/*	.bx-soa-pickup-l-item-adress { padding-right:0; }*/
/*}*/

/* SCU */
/*.bx-scu-container { overflow:hidden; }*/

/*.bx-soa-item-content .bx-scu-container { max-width:200px; }*/

/*.bx-scu-block { }*/

/*.bx-scu-list {*/
/*	margin:0;*/
/*	padding:0 5px;*/
/*}*/

/*.bx-scu-itemlist {*/
/*	overflow:hidden;*/
/*	margin:0 -5px;*/
/*	padding:0;*/
/*	min-width:40px;*/
/*	list-style:none;*/
/*}*/

/*.bx-scu-item {*/
/*	float:left;*/
/*	padding:5px;*/
/*	width:20%;*/
/*}*/

/*.bx-img-item {*/
/*	float:left;*/
/*	padding:5px;*/
/*	min-width:30px;*/
/*	max-width:50px;*/
/*	width:50%;*/
/*}*/

/*@media (max-width:580px) {*/
/*	.bx-img-item { width:45px; }*/

/*}*/

/*.bx-img-itemColor {*/
/*	position:absolute;*/
/*	top:3px;*/
/*	right:3px;*/
/*	bottom:3px;*/
/*	left:3px;*/
/*	background-position:center;*/
/*	background-size:contain;*/
/*	background-repeat:no-repeat;*/
/*}*/

/*.bx-scu-itemColorBlock {*/
/*	position:relative;*/
/*	padding-top:100%;*/
/*	outline:1px solid #c0cfda;*/
/*	cursor:pointer;*/
/*	transition:outline .2s ease;*/
/*}*/

/*.bx-scu-itemColorBlock:hover { outline:1px solid #006cc0; }*/

/*.bx-scu-itemColorBlock.selected { outline:2px solid #006cc0; }*/

/*.bx-scu-itemColor {*/
/*	position:absolute;*/
/*	top:3px;*/
/*	right:3px;*/
/*	bottom:3px;*/
/*	left:3px;*/
/*	background-position:center;*/
/*	background-size:contain;*/
/*	background-repeat:no-repeat;*/
/*}*/

/*.bx-scu-itemTextBlock {*/
/*	position:relative;*/
/*	outline:1px solid #c0cfda;*/
/*	cursor:pointer;*/
/*	transition:outline .2s ease;*/
/*}*/

/*.bx-scu-itemTextBlock:hover { outline:1px solid #006cc0; }*/

/*.bx-scu-itemTextBlock.selected { outline:2px solid #006cc0; }*/

/*.bx-scu-itemText {*/
/*	overflow:hidden;*/
/*	vertical-align:middle;*/
/*	text-align:center;*/
/*	text-transform:uppercase;*/
/*	text-overflow:ellipsis;*/
/*	white-space:nowrap;*/
/*	font-size:11px;*/
/*	line-height:18px;*/
/*}*/

/*.bx-step-completed*/
/*.bx-scu-container {*/
/*	position:relative;*/
/*	overflow:hidden;*/
/*	height:35px;*/
/*}*/

/*.bx-step-completed*/
/*.bx-scu-container:after {*/
/*	position:absolute;*/
/*	right:0;*/
/*	bottom:0;*/
/*	left:0;*/
/*	height:25px;*/
/*	background:linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
/*	content:"";*/
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
/*}*/

/*.bx-selected .bx-scu-container { height:auto; }*/

/*.bx-selected .bx-scu-container:after { height:0; }*/

/*@media (max-width:768px) {*/
/*	.bx-scu-container { height:auto; }*/

/*	.bx-scu-container:after { height:0; }*/
/*}*/

/*.bx-step-completed*/
/*.bx-scu-container .bx-soa-item-td-title { line-height:20px; }*/

/*.bx-scu-container .bx-soa-item-td-title,*/
/*.bx-scu-container .bx-soa-item-td-text {*/
/*	float:left;*/
/*	padding-right:5px;*/
/*	padding-bottom:3px;*/
/*	vertical-align:middle;*/
/*	font-size:13px;*/
/*	line-height:19px;*/
/*}*/

/*.bx-scu-container .bx-soa-item-td-title { clear:both; }*/

/*@media (min-width:768px) {*/
/*	.bx-scu-container .bx-soa-item-td-title, .bx-scu-container .bx-soa-item-td-text {*/
/*		padding-bottom:0;*/
/*		line-height:20px;*/
/*	}*/
/*}*/

/* AUTH */
.bx-soa h3.bx-title {
	font-weight:bold;
	font-size:15px;
}

.bx-soa-reg-block {
	padding:25px 20px;
	background:#f8fafc;
}

.bx-soa-reg-block p {
	margin:0 0 10px;
	padding:0;
	color:#595a5b;
	font-size:13px;
}

/*bx-soa-reference*/
.bx-soa-reference {
	padding-top:10px;
	padding-bottom:20px;
	color:#9a9a9a;
}

.bx-soa-auth .bx-soa-reference { border-top:1px solid #f2f2f2; }

/*REGION*/
.bx-sls .quick-location-tag,
.bx-slst .quick-location-tag {
	display:inline-block;
	margin:10px 2px;
	padding:10px 20px 11px;
	height:auto;
	border:none;
	border-radius:3px;
	background:#d0ecf1;
	color:#333;
	vertical-align:middle;
	font-size:15px;
	line-height:20px;
	cursor:pointer;
	transition:background 200ms ease;
}

.bx-sls .quick-location-tag:hover,
.bx-slst .quick-location-tag:hover { background-color:#e3f4f7; }

.bx-sls .quick-location-tag:first-child,
.bx-slst .quick-location-tag:first-child { margin-left:0; }

.bx-sls .quick-location-tag:last-child,
.bx-slst .quick-location-tag:last-child { margin-right:0; }

.bx-soa .bx-soa-location-offered small { color:#737373; }

.bx-soa-location-selected {
	padding-top:12px;
	padding-bottom:22px;
}

.bx-soa .bx-soa-customer-label,
	/*.bx-soa .bx-soa-custom-label,*/
.bx-soa .form-group label {
	display:inline-block;
	position:relative;
	padding:0 10px 4px 0;
	color:#000;
	font-weight:400;
	font-size:14px;
}

.bx-soa .bx-soa-customer-label-container small,
	/*.bx-soa .bx-soa-custom-label-container small,*/
.bx-soa .form-group label small { color:#737373; }

/*FIELDS*/

.bx-soa .bx-soa-location-input-container { position:relative; }

.bx-soa .bx-soa-customer-tel-input-container { position:relative; }

.bx-soa .bx-soa-customer-tel-input-container { height:41px; }

.bx-soa .bx-soa-location-input { padding:10px 40px 11px; }

.bx-soa .bx-soa-customer-tel-input { padding:10px 11px 10px 50px; }

.bx-soa .bx-soa-location-input-container:before {
	position:absolute;
	top:9px;
	bottom:9px;
	left:8px;
	width:20px;
	background-size:contain;
	content:" ";
}

/*pay*/
.bx-soa-pp-company {
	position:relative;
	z-index:100;
	/*padding-bottom:20px;*/
}

.bx-soa-pp .bx-soa-pp-company {
	/*padding:7px;*/
	border:1px solid transparent;
	transition:all 100ms ease;
}

.bx-soa-pp-desc-container { padding-top:7px; }

.bx-soa-pp-desc-container .bx-soa-pp-company {
	padding:7px 15px;
	border:1px solid #d5dadc;
	background:#f8fafc;
}

.bx-soa-pp-company-logo { padding-top:6px; }

.bx-soa-pp-company-graf-container {
	position:relative;
	padding-top:50%;
	width:auto;
	height:0;
	border:2px solid #c3cace;
	border-radius:2px;
	background:#fff;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container { border-color:#f8acac; }

.bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container { border-color:#f8acac; }

.bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-graf-container { border-color:#db4a29; }

.bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container { border-color:#ccbe71; }

.form-check-group { margin-bottom:1rem; }

input[type=checkbox].bx-soa-pp-company-checkbox {
	position:absolute;
	top:7px;
	left:7px;
	z-index:100;
	margin:0;
	padding:0;
}

.bx-soa-pp-company-image {
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
	left:5px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.bx-soa-pp-desc-container .bx-soa-pp-company-logo { max-width:150px; }

.bx-soa-pp-company-smalltitle {
	padding-top:9px;
	padding-bottom:5px;
	color:#a3a3a3;
	text-align:center;
	font-size:11px;
}

.bx-soa-pp-company-title {
	font-weight:bold;
	font-size:19px;
}

.bx-soa-pp-company-subTitle {
	font-weight:bold;
	font-size:15px;
}

.bx-soa-pp-company-desc {
	padding-top:10px;
	font-size:13px;
	line-height:17px;
}

/*.bx-soa-pp-company-selected { padding:4px 0; }*/

.bx-soa-pp-company-selected strong { margin-left:10px; }

ul.bx-soa-pp-list {
	margin:10px 0;
	padding:0;
	color:#000;
	list-style:none;
	font-size:13px;
}

ul.bx-soa-pp-list li {
	clear:both;
	padding:5px 0;
}

.bx-soa-pp-list-termin {
	display:block;
	color:#8d8d8d;
}

.bx-soa-pp-list-description { display:block; }

.bx-soa-pp-delivery-cost {
	position:absolute;
	right:-2px;
	bottom:-2px;
	padding:2px 4px;
	border-radius:1px;
	background:rgba(0, 0, 0, .5);
	color:#fff;
	font-size:14px;
	line-height:14px;
}

.bx-soa-pp-field .form-control { background:#fff; }

.bx-soa-pp-company-block .checkbox label,
.bx-soa-pp-company-block .form-group label { font-size:13px; }

.bx-soa-pp-company-block .form-control { font-size:13px; }

.bx-soa-pp-price {
	/*padding:4px 0;*/
	text-align:right;
}

.bx-soa-service-small {
	color:#a3a3a3;
	font-size:11px;
}

/*CHECKBOX*/

@media (min-width:481px) and (max-width:766px) {
	.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
		padding-top:0;
		width:100%
	}

	.bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle { display:none; }

	.bx-soa-pp-list-termin { width:30%; }
}

@media (max-width:480px) {
	.bx-soa-pp-company-logo { width:45%; }

	.bx-soa-pp-company-title { display:none; }

	.bx-soa-pp-item-container { border-right:none; }

	.bx-soa-pp-desc-container { }

	.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
		padding-top:0;
		width:100%
	}

	.bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle { display:none; }

	.bx-soa-pp-list-termin { width:40%; }
}

.bx-retina .bx-soa-location-input-container { border-width:.5px; }

.bx-soa-section.bx-step-good {
	transform-origin:0 0;
	animation:animationBorderStep ease 5s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes animationBorderStep {
	0% { border-color:#70bb18 }
	100% { border-color:#91cedc }
}

.bx-soa-section.bx-step-bad {
	transform-origin:0 0;
	animation:animationBorderStepBad ease 5s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes animationBorderStepBad {
	0% { border-color:#db4a29 }
	100% { border-color:#91cedc }
}

.bx-soa-changeCostSign {
	transform-origin:0 0;
	animation:changeCostSign ease .4s;
	animation-iteration-count:1;
	animation-fill-mode:forwards;
}

@keyframes changeCostSign {
	0%, 100% { opacity:1 }
	40%, 60% { opacity:0 }
}

.bx-sls.form-control { padding:0; }

.bx-sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown { border:1px solid #bdbdbd; }

.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white { top:1px; }

.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
	border:1px solid #d5dadc;
	background-color:#f8fafc;
	box-shadow:none;
}

.has-error .bx-sls .form-control.dropdown-block,
.has-error .bx-slst .form-control.dropdown-block {
	border-color:#a94442;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}

.bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input { padding-top:7px; }

.bx-bd-error { border-color:#db4a29; }

.bx-bd-waring { border-color:#ccbe71; }

.wsnw { white-space:nowrap; }

.bx-step-opacity {
	transition:500ms opacity ease;
}

/* MAPS */
ymaps h3 { margin:6px 0 10px 0; }

/* AUTH */
.bx-authform { margin:0 0 25px; }

/*block*/

span.bx-authform-starrequired { color:#d93333; }

hr.bxe-light {
	margin-top:20px;
	margin-bottom:20px;
	border:0;
	border-bottom:1px solid #e5e5e5;
}

.alert {
	margin-bottom:20px;
	padding:15px 0;
	font-size:14px;
}

.bxe-aleft-title {
	padding-bottom:5px;
	font-weight:bold;
}

.alert-success {
	border-color:#d6e9c6;
	background-color:#dff0d8;
	color:#3c763d;
}

.alert-warning {
	border-color:#faebcc;
	background-color:#fcf8e3;
	color:#8a6d3b;
}

.alert-danger {
	border-color:#ebccd1;
	background-color:#f2dede;
	color:#a94442;
}

/* PAGINATION */
.bx-pagination { margin:10px 0; }

.bx-pagination .bx-pagination-container {
	position:relative;
	text-align:center;
}

.bx-pagination .bx-pagination-container ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
}

.bx-pagination .bx-pagination-container ul li {
	display:inline-block;
	margin:0 2px 15px 2px;
}

.bx-pagination .bx-pagination-container ul li span {
	display:block;
	box-sizing:border-box;
	padding:0 8px;
	min-width:32px;
	height:32px;
	border-radius:16px;
	background:#eff0f1;
	color:#444;
	vertical-align:middle;
	font-size:14px;
	line-height:32px;
	transition:color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bx-pagination .bx-pagination-container ul li a {
	display:block;
	min-width:32px;
	height:32px;
	border-radius:16px;
	color:#444;
	vertical-align:middle;
	text-decoration:none;
	line-height:32px;
}

.bx-pagination .bx-pagination-container ul li a:hover span { background:#dadada; }

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background:#0083d1;
	color:#fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	padding:0 18px;
	border:2px solid #eff0f1;
	background:#fff;
	color:#444;
	line-height:28px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	padding:0 18px;
	border:2px solid #eff0f1;
	background:#fff;
	color:#aab1b4;
	line-height:28px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	border-color:#dadada;
	background:#fff;
	color:#000;
}

.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
	background:#3bc915;
	color:#fff;
}

.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
	background:#f9a91d;
	color:#fff;
}

.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
	background:#e22b2b;
	color:#fff;
}

#loading_screen {
	position:fixed;
	top:50%;
	left:50%;
	z-index:1150;
	margin-top:-32px;
	margin-left:-32px;
	width:64px;
	height:64px;
}

.bx-soa-tooltip.bx-soa-tooltip-static {
	position:relative;
	z-index:0;
}

.bx-soa-tooltip.bx-soa-tooltip-static .tooltip-arrow { left:20px; }

.bx-soa-tooltip .tooltip-inner { max-width:300px; }

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow { border-top-color:#f2dede; }

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner { background:#f2dede; color:#a94442; }

.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow { border-top-color:#fcf8e3; }

.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner { background:#fcf8e3; color:#8a6d3b; }

.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow { border-top-color:#dff0d8; }

.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner { background:#dff0d8; color:#3c763d;text-align: center; }

.bx-soa-tooltip.bx-soa-tooltip-coupon { display:none; }

.bx-soa-coupon-item-used:hover .bx-soa-tooltip,
.bx-soa-coupon-item-danger:hover .bx-soa-tooltip,
.bx-soa-coupon-item-success:hover .bx-soa-tooltip {
	bottom:100%;
	display:block;
	opacity:1;
}

.bx-soa-tooltip-coupon > span {
	display:block;
	text-transform:none;
}

.bx-soa-empty-cart-image {
	margin:50px auto 42px;
	width:131px;
	height:116px;
	background:url(images/empty_cart.svg) no-repeat center;
	background-size:contain;
}

.bx-soa-empty-cart-text {
	margin-bottom:42px;
	color:#bababa;
	text-align:center;
	font-size:36px;
}

.bx-soa-empty-cart-desc {
	margin-bottom:42px;
	color:#000;
	text-align:center;
	font-size:16px;
}

.soa-property-container .input-group-addon { background:#fff; }

.input-group-addon .bx-calendar {
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/calendar.svg) no-repeat center;
	background-size:18px auto;
}

.icon-success {
	position:absolute;
	left:16px;
	width:21px;
	height:21px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=);
	background-size:contain;
}

.icon-warning {
	position:absolute;
	left:16px;
	width:22px;
	height:20px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+);
	background-size:contain;
}

/* USER CONSENT */
.bx-sls .bx-ui-sls-container { min-height:33px !important; }

#bx-soa-orderSave {
	margin-top:30px;
}
#bx-soa-orderSave .main-user-consent-request {
	display:inline-block;
	margin-bottom:20px;
}

/* ymoney */
#paysystem-yandex-form .align-items-center input {
	margin-right:20px;
}
#paysystem-yandex-form .align-items-center p {
	margin:0;
}

/* style basket start*/
.basket{
	font-family: "DIN Pro", sans-serif;
	overflow: inherit;
}

/*.basket-parent-wrapper{*/
/*	background: #e7eae9;*/
/*	z-index: -1;*/
/*}*/

.basket .checkbox input {
	display: none;
}
.basket .checkbox label {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;

	position: relative;
	background: #fafafa;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	padding: 12px 14px;
	padding-left: 35px;
	font-weight: 700;
	font-size: 16px;
	color: rgba(50, 50, 50, 0.7);
	width: 100%;
	height: 100%;
}
.basket .checkbox label span{
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: rgba(50, 50, 50, 0.7);
    margin: 10px 0 0;
}
.delivery-checkbox-wrapp .checkbox, .delivery-checkbox-wrapp .radio{
	margin-top: 0;
}
.basket .checkbox label::before {
	position: absolute;
	top: 12px;
	left: 10px;
	border-radius: 100px;
	width: 18px;
	height: 18px;

	background: #e7eae9;
	box-sizing: border-box;
	content: '';
}
.basket .checkbox label::before {
	top: 12px;
}
.delivery-checkbox-wrapp .checkbox > div {
	height: 100%;
}
.basket .checkbox input[type="checkbox"]:checked + label::before, .basket .checkbox input[type="radio"]:checked + label::before {
	background: transparent;
}
.basket .checkbox input[type="checkbox"]:checked + label::after, .basket .checkbox input[type="radio"]:checked + label::after {
	position: absolute;
	content: '';
	top: 12px;
	left: 10px;
	background: transparent;
	border-radius: 100px;
	width: 18px;
	height: 18px;
	border: 4px solid #273268;
}



.basket form input, .basket form textarea, .basket .input-list-title {
	background: #FFFFFF;
	border: 1px solid #d2d5d3;
	box-sizing: border-box;
	padding: 13px 15px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
	width: 100%;
	color: rgba(52, 52, 52, 0.7);
	margin-bottom: 20px;
}
.basket form input:last-child, .basket form textarea{
	margin-bottom: 0px;
}
.basket form textarea{
	height: 100%;

}
.basket form input::placeholder, .basket form textarea::placeholder{
	font-weight: normal;
	font-size: 16px;
	color: rgba(22, 17, 13, 0.3);
}


.basket{
	padding-bottom: 80px;
}
.basket .page-title{
	margin-bottom: 20px;
}
.basket-products-head{
	background: #F4F4F4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 30px;
}

.basket-products-block, .basket-products-item .basket-products-block{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "DIN Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: rgba(50, 50, 50, 0.7);
}
.basket-products-item .basket-products-block{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(50, 50, 50, 0.6);
	text-align: left;
}

.basket-products-item{
	background: #fff;
	padding: 14px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.basket-products-title{
	font-weight: 700;
	font-size: 16px;
	color: #323232;
	margin-bottom: 5px;
	margin-top: 10px;
}
.basket-products-wrapp{
	display: flex;
	flex-direction: column;
}
.basket-products-wrapp span{
	font-size: 16px;
	color: rgba(52, 52, 52, 0.7);
	margin-left: 10px;
}
.basket-products-block{
	flex-basis: 20%;
}
.basket-products-block:first-child{
	flex-basis: 65%;
	align-items: start;
	justify-content: flex-start;
}


.basket-price{
    padding: 0px 15px;
    z-index: 1;
    position: relative;
}
.basket-price-item,
.bx-soa-cart-total-line{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	align-items: center;
}
.basket-price-item .basket-price-name, .basket-price-item .basket-price-name span{
	font-weight: 400;
	font-size: 14px;
	color: rgba(50, 50, 50, 0.7);
}
.basket-price-item .basket-price-val{
	font-weight: 500;
	font-size: 16px;
	color: #323232;
}
.basket-price-item.basket-price-main .basket-price-val{
	font-family: "SF Pro Display", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #323232;
}
.basket-price-item.basket-price-sale .basket-price-val{
	font-weight: 700;
	font-size: 24px;
	color: #f00;
}

.basket-price-promo  .btn-code:hover, .profile-reg  .btn-code:hover{
	background: transparent;
}
.basket-price-promo .btn-code img, .profile-reg .btn-code img{
	transition: 0.2s;
}
.basket-price-promo .btn-code:hover img, .profile-reg .btn-code:hover img{
	transform: translateX(5px);
}

.basket input::-webkit-outer-spin-button,
.basket input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.basket-price-wrapper .btn-center{
	margin-top: 40px;
}
.basket .delivery{
	background: #fff;
	margin-top: 30px;
}
.delivery-block{
	padding: 30px;
}
.basket .inputs-slice input{
	width: 100%;
}
.basket .inputs-slice input:first-child{
	margin-right: 30px;
}
.basket .inputs-slice .col-lg-6{
	display: flex;
	justify-content: space-between;
}
.basket .input-list{
	position: relative;
}
.basket .input-list-block label{
	padding-left: 30px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(52, 52, 52, 0.7);
	cursor: pointer;
}


.basket .input-list-block label::before ,.basket .input-list-wrapp-title::before,.basket .input-list-block label::after {
	position: absolute;
	border-radius: 100px;
	width: 18px;
	height: 18px;
	background: #e7eae9;
	box-sizing: border-box;
	content: '';
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.basket .input-list .title-category{
	font-weight: 400;
	font-size: 16px;
	color: rgba(22, 17, 13, 0.3);
}
.basket .input-list-title img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.basket .input-list-title:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #8da3ad;
	border-bottom: 2px solid #8da3ad;
	background-color: transparent;
	content: "";
	cursor: pointer;
	transform: rotate(45deg);
}

.basket .input-list-title.slow-content::after {
	transform: rotate(225deg);
}

.basket .input-list-title.slow-content img{
	transform: rotate(-180deg) translateY(50%);
}
.basket .input-list-block{
	position: relative;
	margin-bottom: 15px;
}
.basket .input-list-block input[type="radio"]:checked + label::after{
	background: transparent;
	border: 4px solid #273268;
}
.basket .input-list-checkbox{
	display: none;
}
.basket .input-list-content {
	background: #FFFFFF;
	border: 1px solid #d2d5d3;
	box-sizing: border-box;
	padding: 20px 10px;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: rgba(22, 17, 13, 0.3);
	flex-direction: column;
	width: 100%;
}
.basket .input-list-content{
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
}
.basket .input-list-title.slow-content + .input-list-content{
	height: auto;
	display: flex;
}
.basket .input-list .title-name{
	font-weight: 400;
	font-size: 16px;
	color: rgba(22, 17, 13, 0.3);
}
.basket .input-list .title-name.single-name + .title-category{
	display: none;
}
.basket .delivery-price{
	background: #F4F4F4;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 14px;
	color: rgba(52, 52, 52, 0.7);
	margin: 20px 0;
}
.basket .delivery-price .delivery-price-item{
	font-weight: bold;
	font-size: 20px;
	color: #00A7A9;
}
.basket .delivery-title{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
}
.basket .delivery-title-wrapp{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.basket .delivery-title-wrapp img{
	margin-right: 20px;
}

.basket .delivery-pay-radio{
	display: flex;
	justify-content: flex-start;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DEDFE1;
}
.basket .delivery-pay-radio .checkbox{
	margin: 0;
	margin-right: 30px;
}
.basket-price-wrapper a{
	font-weight: normal;
	font-size: 14px;
	color: #00A7A9;
	display: block;
	text-align: center;
	margin-top: 10px;
}
.basket .hide-block {
	opacity: 0.4;
}
.basket .address-save-block{
	font-weight: normal;
	font-size: 16px;
	color: rgba(52, 52, 52, 0.7);
	margin-bottom: 5px;
}
.basket .address-save-name{
	font-weight: 600;
	font-size: 16px;
	color: rgba(52, 52, 52, 0.7);
}
.basket .address-save-links{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.basket .address-save-links a{
	font-weight: normal;
	font-size: 14px;
	color: #B28436;
}
.basket .address-save-links a:last-child{
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.basket .address-save-links a:last-child img{
	margin-right: 5px;
}
.basket .delivery-address-save .delivery-title img{
	margin: 0 5px;
}
.basket .delivery-address-save .delivery-title{
	display: flex;
	align-items: center;
}
.basket .delivery-address-save .delivery-title a{
	font-weight: normal;
	font-size: 14px;
	color: rgba(52, 52, 52, 0.5);
}
.basket .basket-popup-tab{
	height: 60px;
	padding: 0 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.basket .basket-popup .delivery-address-reg{
	padding: 30px 35px;
}
.basket .basket-popup .delivery-variants{
	margin-top: 10px;
}
.basket .basket-popup .delivery-price{
	margin-top: 0;
}


.basket-top .cart__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 15px 0 0;
}

.basket-sale-block{
	margin-bottom: 25px;
}
.basket-sale-block a{
	display: flex;
}
.b-shadow{
	-webkit-box-shadow: 0px 0px 25px -2px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 25px -2px rgb(0 0 0 / 10%);
	box-shadow: 0px 0px 25px -2px rgb(0 0 0 / 10%);
	margin-bottom: 25px;
}
.basket .product-characteristics {
	padding-top: 0px;
	margin-top: 13px;
	border-top: 0px;
	margin-bottom: 0px;
}
.basket .product-characteristics .product-characteristics-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0px;
	width: 100%;
	text-align: left;
}
.basket .product-characteristics .product-characteristics-item {
	font-weight: 700;
	font-size: 16px;
	color: rgba(50, 50, 50, 0.8);
}
.basket .product-characteristics .product-characteristics-item:last-child {
	font-weight: 400;
	color: rgba(50, 50, 50, 0.6);
	margin-left: 10px;
	flex-basis: 60%;
}

.basket-products-calc .basket-current{
	font-weight: 700;
	font-size: 16px;
	color: rgba(50, 50, 50, 0.6);
	margin: 0 15px;
}
.basket-products-calc .basket-plus, .basket-products-calc .basket-minus{
	width: 11.5px;
	height: 11.5px;
	background: no-repeat center/ contain url('../img/basket/minus.svg');
	cursor: pointer;
}
.basket-products-calc .basket-plus{
	background: no-repeat center/ contain url('../img/basket/plus.svg') ;
}
.basket-products-calc{
	display: flex;
	align-items: center;
}


.recommendation-title{
	font-weight: 700;
	font-size: 16px;
	color: #323232;
	margin-bottom: 10px;
}

.delivery-checkbox-wrapp{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5%;
	margin-bottom: 15px;
}
.delivery-checkbox-wrapp .checkbox{
	flex-basis: calc(32.3%);
	margin-bottom: 15px;
}


.result-slider-arrows .slider-arrow{
	border-radius: 100%;
	background: #f6f6f6;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.13);
	/* fill: ;
	stroke-width: 1px;
	stroke: ; */
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.result-slider-arrows .slider-arrow img{
	max-width: 18px;
}
/* .slider-arrow-left */

.result-slider-wrapp{
	position: relative;
}
.result-slider-wrapp .result-slider-arrows{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.result-slider-wrapp .result-slider-arrows .slider-arrow{
	position: relative;
	transform: translateY(-50%);
}
.result-slider-wrapp .result-slider-arrows .slick-disabled{
	pointer-events: none;
	opacity: 0;
}

.b-recommendation-slider-wrapp{
	padding: 5px 10px 0px 30px;

}
.b-recommendation-slider-wrapp .result-slider-wrapp{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0px 0px 20px 0px;
}
.basket-products {
	padding-bottom: 20px;
    background: #fff;
}

.b-recommendation-slider-wrapp .result-slider-wrapp::after{
	position: absolute;
	content: '';
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 59.3%);
	width: 170px;
	height: 100%;
	right: 0;
	top: 0;
}
.result-slider-wrapp .result-slider-item{
	margin-right: 10px;
}
.recommendation-slider-item{
	border-radius: 5px;
	background: #f9f9f9;
	padding: 7px;
	padding-left: 3px;
	display: flex;
	align-items: center;
}
.recommendation-slider-item > img{
	margin-right: 3px;
}
.recommendation-slider-item .recommendation-block-title{
	font-weight: 700;
	font-size: 13px;
	color: #323232;
}
.recommendation-slider-item .recommendation-text-wrapp{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.recommendation-slider-item .recommendation-block-price{
	font-family: "SF Pro Display", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: right;
	color: #323232;
}


.result-slider-pay .pay-slider-item{
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background: #fafafa;
	padding: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.result-slider-pay .result-slider-item{
	height: auto;
	min-width: 138px;
}

.result-slider-pay .result-slider-item .checkbox input[type="checkbox"]:checked + label{
	border: 1px solid #273268;
}
.result-slider-pay .result-slider-item .checkbox input + label::after,
.result-slider-pay .result-slider-item .checkbox input + label::before{
	display: none;
}
.result-slider-pay .result-slider-item .checkbox{
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
}
.result-slider-pay .result-slider-item .checkbox input + label{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	color: rgba(50, 50, 50, 0.7);
	background: #fff;
}
.result-slider-pay .slick-track{
	display: flex;
	align-items: stretch;
}
.result-slider-pay .pay-slider-item-title{
	font-weight: 700;
	font-size: 16px;
	color: rgba(50, 50, 50, 0.7);
}
.result-slider-pay {
	padding-right: 70px;
}
.basket .slick-slider{
	/* display: none; */
}
.slick-initialized {
	display: block !important;
}

#bx-soa-paysystem .bx-soa-pp-desc-container{
    display: none;
}



.result-slider-pay .slick-slide img{
    max-width: 80px;
	width: 100%;
}

.basket-price-wrapper{
	position: relative;
}
/* .basket-price-wrapper::after{
    position: absolute;
    content: '';
    left: 0;
    top: -85px;
    height: 5000px;
    width: 5000px;
    background: #e7eae9;
    z-index: 0;
} */

.basket-price-delivery .basket-price-val{
	font-family: "SF Pro Display", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #323232;
}
.basket-price-item.basket-price-silver{
	position: relative;
}
.basket-price-item.basket-price-silver::after{
	position: absolute;
	content: '';
	height: 40px;
	left: -15px;
	right: -15px;
	top: 50%;
	width: calc(100% + 30px);
	transform: translateY(-50%);
	background: rgba(22, 17, 13, 0.06);
}

.basket-price-subtitle span.basket-price-balance{
	font-weight: 500;
	font-size: 16px;
	color: rgba(1, 141, 6, 0.7);
}
.basket-price-total .basket-price-val{
	font-family: "SF Pro Display", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #1eb500;
}


form .reg-code{
	position: relative;
	margin-bottom: 15px;
}
form .reg-code input{
	background: transparent;
	margin-bottom: 0;
	padding: 10px 15px;
	font-size: 14px;
	line-height: normal;
	padding-right: 60px;
	outline: none;
}
form .basket-promo-input.reg-code:after {
	box-sizing: border-box;
	background: transparent;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 20px;
	width: auto;
	display: flex;
	content: "\2192";
	cursor:pointer;
	color: #273268;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

.basket-price-total{
	margin-top: 30px;
}
/* style basket end */

#bx-soa-orderSave{
	display: none;
}

.bx-soa-bonus-block {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

#bx-soa-total .btn-send {
    border-radius: 4px;
    width: 100%;
    height: 46px;
    background: #273268;
    border: 1px solid #273268;
    margin: 15px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
#bx-soa-total .btn-send:hover, #bx-soa-total .btn-send:focus {
	background: #314088;
}

#bonus_payment_block{
	display: none;
}

.basket-item-block-amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.basket-item-amount-btn-plus, .basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}
.basket-item-amount-btn-plus:before, .basket-item-amount-btn-plus:after, .basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}
.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}
.basket-item-amount-filed-block {
	position: relative;
}
.basket-item-amount-filed-block input.basket-item-amount-filed,
.basket-item-block-amount.disabled input.basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	transition: 300ms all ease;
}
.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}




@media (max-width: 1200px){

	/* style basket start */

	/* style basket end */


}
@media (max-width: 992px){


	/* style basket start */

	.basket .basket-right.col-sm-12, .basket .basket-left.col-sm-12{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100% ;
	}
	.basket-price-wrapper::after{
		display: none;
	}
	.basket-products-item .basket-products-block:first-child > img{
		margin-right: 15px;
	}
	.basket-price-item.basket-price-silver::after{
		width: 100%;
		left:0px;
	}
	.basket-price {
		padding: 0;
	}
	/* style basket end */

}
@media (max-width: 768px){

	/* style basket start */
	.basket-products-item{
		padding: 14px 10px;
	}
	.delivery-block{
		padding: 10px;
	}
	.basket form input, .basket form textarea, .basket .input-list-title{
		padding: 7px 10px;
		font-size: 14px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.basket form .reg-code input{
		margin-bottom: 0;
	}
	.basket form input:last-child, .basket form textarea{
		margin-bottom: 10px;
	}
	.basket .delivery-title{
		font-size: 16px;
	}
	.basket .delivery-title-wrapp img {
		margin-right: 10px;
	}
	.delivery-checkbox-wrapp .checkbox{
		flex-basis: calc(49%);
	}
	.basket-products-item .basket-products-block:first-child{
		flex-direction: column;
	}
	.basket-products-head{
		display: none;
	}
	.b-recommendation-slider-wrapp{
		padding: 5px 10px 0px 10px;
	}
	.result-slider-pay {
		padding-right: 0px;
	}
	.b-recommendation-slider-wrapp .result-slider-wrapp::after{
		width: 100px;
	}
	.b-recommendation-slider-wrapp .result-slider-wrapp{
		padding-right: 50px;
	}
	/* style basket end */



	.bx-soa-item-tr .bx-soa-item-td {
		width: 100%;
	}
	.bx-soa-item-tr .bx-soa-item-properties {
		width: 32%;
		display: inline-block;
	}
	a.basket-products-block-close {
		right: -40px;
	}
	.basket-item-amount-filed-block input.basket-item-amount-filed, .basket-item-block-amount.disabled input.basket-item-amount-filed:hover{
		width: 30px;
	}
	.basket form input:last-child, .basket form textarea {
        margin-bottom: 0px;
    }
	.bx-soa-item-tr.bx-soa-item-related-container .recommendation-slider-item {
		max-width: 260px;
        margin: 0 15px;
	}
	.recommendation-slider-item .recommendation-block-price {
		font-size: 14px;
	}
	.btn.not-available{
		font-size: 11px;
	}

	#bx-soa-properties .bx-soa-section-content .row .col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;;
		width: 100%;
	}
	.bx-soa-section .bx_soa_location .bx-soa-custom-label{
		display: block;
	}
	.lc__radio {
        margin-left: 15px;
        margin-bottom: 10px;
    }
	#bx-soa-total-mobile{
		display: none!important;
	}
	.basket form textarea {

        min-height: 150px;
    }
	#bx-soa-orderSave, .button.btn-primary.button_oc.btn.btn-reds, .btn.btn-primary.btn-lg.btn-order-save{
		display: none;
	}
}
@media (max-width: 576px){
	/* style basket start */
	.delivery-checkbox-wrapp .checkbox {
		flex-basis: 100%;
	}
	.basket-price-wrapper {
		margin-top: 20px;
	}

	.basket-products-block:first-child{
		flex-basis: 40%;
	}
	.basket-products-title{
		font-size: 14px;
	}
	.basket .product-characteristics .product-characteristics-item{
		font-size: 12px;
	}
	.basket-products-body .basket-products-block:last-child .basket-products-block-price{
		font-size: 16px;
	}

	/* style basket end */
}
@media (min-width: 1200px){
	.container {
		max-width: 1330px;
	}
}
