.nobr {
	white-space: nowrap;
}

.delivery__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top:50px;
  width: 100%;
}

.delivery__advantages-item {
  width: 25%;
  padding: 0 20px;
  box-sizing:border-box;
  text-align: center;
  margin-bottom: 40px;
}

.delivery__advantages-ico {
  height: 60px;
  margin-bottom: 30px;
	line-height: 60px;
}

.delivery__advantages-ico img {
	display:inline-block;
  max-width: 100%;
  max-height: 100%;
	vertical-align:bottom;
	
}

.delivery__advantages-text {
  font-size: 14px;
  line-height: 22px;
}

@media only screen and (max-width: 1023px)
{
	.delivery__advantages-item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
  .delivery__advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    text-align: left;
  }
	.delivery__advantages-ico
	{
		width: 50px;
		margin-bottom:0px;
		line-height:50px;
	}

  .delivery__advantages-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
  }
}






div.delivery-search
{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:5px 15px;
	background-color:#f7f6f3;
}
div.delivery-search-left,
div.delivery-search-right
{
	width:48%;
	color:#333333;
}

div.delivery-search-input
{
	
}

.delivery-search-input div.bx-ui-sls
{
	margin:10px 0 15px 0;
}

div.delivery-search-list
{
	padding-top:30px;
	margin-bottom:15px;
	font-size:15px;
	line-height:1.2;
}
.delivery-search-list nobr
{
	font-weight:600;
}
.delivery-search-list ul
{
	margin:0 0 0 20px;
	list-style-image:url(./images/ico-check.png?2);
}

.delivery-search-list ul li
{
	margin:5px 0;
}


div.delivery-tabs-list
{
	display:flex;
}
.delivery-tabs-list a
{
	display:block;
	padding:15px;
	margin-left:-1px;
	flex-grow:1;
	border:1px solid #ccc;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	color:#424856;
}
.delivery-tabs-list a:first-child
{
	margin-left:0px;
}
.delivery-tabs-list a:hover
{
	color:#cd1041;
}
.delivery-tabs-list a.active
{
	background-color:#dd1229;
	border-color:#dd1229;
	color:white;
	opacity:1;
}

div.delivery-description
{
	margin:50px 0;
}
div.delivery-description-title
{
	margin-bottom:40px;
	font-size:30px;
	font-weight:600;
	font-style:italic;
	color:#333;
	text-align:center;
}

div.delivery-description-grid
{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
	min-width: 100%;
	margin-left:0;
}
div.delivery-description-col
{
	width:48%;
}

div.delivery-alert
{
	padding-left:45px;
}
div.delivery-alert-title
{
	margin-bottom:15px;
	font-size:18px;
	line-height:1;
	font-weight:600;
	color:#040404;
}
div.delivery-alert-title:before
{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	margin:0 15px 0 -45px;
	background: url(./images/warning.png) no-repeat center center/contain;
}

div.delivery-alert-text
{
	font-size:15px;
	line-height:1.3;
	color:#010101;
}


div.delivery-curier
{
	display:grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	margin:40px 0;
	border-left:1px solid #C7C9CD;
	line-height:1.3;
}
div.delivery-curier-item
{
	display:flex;
	flex-direction:column;
	box-sizing:border-box;
	padding:25px;
	border:1px solid #C7C9CD;
	border-left:none;
	margin-top:-1px;
}
.delivery-curier-item div.item-name
{
	margin-bottom:20px;
	min-height:50px;
	font-size:18px;
	line-height:1.3;
	font-weight:600;
	color:black;
}
.delivery-curier-item .item-name div.item-img
{
	float:left;
	width:46px;
	text-align:center;

}
.delivery-curier-item .item-name .item-img img
{
	max-width:46px;
	max-height:32px;
}
.delivery-curier-item .item-name div.item-nm
{
	margin-left:60px;
}

.delivery-curier-item .marketplace-name {
	display: flex;
	margin-bottom:20px;
	min-height:50px;
	font-size:18px;
	line-height:1.3;
	font-weight:600;
	color:black;
	align-items: flex-start;
}

.delivery-curier-item .marketplace-img {
	margin-right: 20px;
}
	
.delivery-curier-item div.item-table
{
	flex-grow:1;
	margin-bottom:10px;
	font-size:14px;
	color:black;
}
.delivery-curier-item div.item-table-row
{
	display:flex;
	justify-content:space-between;

	margin-bottom:20px;
}
.delivery-curier-item div.item-table-elm1
{
	margin-right:20px;
}
.delivery-curier-item div.item-table-elm2
{
	width:80px;
	min-width:80px;
	font-weight:700;
}

.delivery-curier-item div.item-desc
{
	font-size:15px;
	font-weight:600;
	color:#333333;
}

.delivery-curier-item div.item-timetoget
{
	font-size:14px;
	margin-top: 15px;
}
.delivery-curier-item div.item-timetoget b
{
	font-weight:600;
	color:#dd1229;
}

div.delivery-points
{
	border-top:1px solid #c7c9cd;
	line-height:1.3;
}
div.delivery-points-item
{
	border-bottom:1px solid #c7c9cd;
}
.delivery-points-item a.item-name
{
	display:flex;
	align-items:center;
	position:relative;
	padding:30px 20px;
	font-size:18px;
	font-weight:600;
	color:black;
}
.delivery-points-item .item-name span.item-img
{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	width:90px;
	text-align:center;
}
.delivery-points-item a.item-name:after
{
	content:'';
	display:block;
	position:absolute;
	right:20px;
	top:40%;
	width:26px;
	height:18px;
	background:url(./images/ico-arrows.png) center bottom no-repeat;
	background-size:100% auto;
}
.delivery-points-item.active a.item-name:after
{
	background-position:center top;
}

.delivery-points-item a.item-name:hover:before
{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.03);
}
.delivery-points-item.active a.item-name:hover:before
{
	display:none;
}
.delivery-points-item a.item-name img
{
	vertical-align:middle;
	max-width:100%;
	max-height:50px;
}

.delivery-points-item div.item-block
{
	display:none;
}
.delivery-points-item.active div.item-block
{
	display:block;
}

.delivery-points-item div.item-desc
{
	padding:0px 20px 20px 20px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.delivery-points-item div.item-desc-table
{
	width:48%;
	font-size:14px;
}
.delivery-points-item div.item-desc-table b
{
	font-weight:600;
	color:black;
}
.delivery-points-item div.item-desc-table div
{
	margin-bottom:10px;
}
.delivery-points-item div.item-desc-info
{
	width:48%;
	color:#333333;
	font-size:15px;
	font-weight:600;
}
.delivery-points-item div.item-desc-info div
{
	margin-bottom:10px;
}

.delivery-points-item div.item-timetoget b
{
	color:#dd1229;
}

.delivery-points-item div.item-map
{
	
}
.delivery-points-item div.item-map-ymap
{
	width:100%;
	height:640px;
}

div.delivery-post
{
	margin-bottom:30px;
}
div.delivery-post-right
{
	max-width:200px;
	margin-right:40px;
}
.delivery-post-right img
{
	width:100%;
	max-width:180px;
}
div.delivery-post-left
{
	flex-grow:1;
}


div.delivery-post-item
{
	margin-bottom:30px;
	line-height:1.3;
}
.delivery-post-item div.item-img
{
	width:140px;
	float:left;
}

.delivery-post-item b
{
	font-weight:600;
	color:black;
}
.delivery-post-item i
{
	font-style:italic;
}
.delivery-post-item div.item-name
{
	font-size:18px;
	color:black;
	margin-bottom:3px;
}
.delivery-post-item div.item-block
{
	display:flex;
	margin-top:10px;
}
.delivery-post-item div.item-block:after
{
	content:'';
	display:block;
	clear:both;
}
.delivery-post-item div.item-block-left
{
	float:left;
	width:48%;
}
.delivery-post-item div.item-block-right
{
	float:left;
	margin-left:2%;
	width:48%;
	color: #333333;
	font-weight:600;
}

.delivery-post-item div.item-price
{
	font-size:15px;
	margin-bottom:3px;
}
.delivery-post-item div.item-period
{
	font-size:15px;
}

.delivery-post-item div.item-timetoget
{
	margin-top:10px;
}
.delivery-post-item div.item-timetoget b
{
	color:#dd1229;
}

div.delivery-post-ymap
{
	width:100%;
	height:640px;
}
.delivery-post-map b
{
	font-weight:600;
}

.item-marketplace-desc {
	padding: 0 10px;
}

.marketplace-link {
	display: inline-block;
	text-decoration: underline;
	margin: 20px 0;
}

.marketplace-link:hover {
	text-decoration: none;
}

@media screen and (max-width:1160px)
{
	.delivery-tabs-list a
	{
		padding:15px;
	}
	div.delivery-curier-item
	{
		/* width:33.33%; */
	}
}

@media screen and (max-width:980px)
{
	div.delivery-description
	{
		margin:30px 0;
	}
	div.delivery-description-title
	{
		margin-bottom:25px;
	}
	div.delivery-curier-item
	{
		/* width:50%; */
	}

	.delivery-points-item div.item-map-ymap
	{
		height:520px;
	}
	div.delivery-post-ymap
	{
		height:520px;
	}
}

@media screen and (max-width:840px)
{
	.delivery-points-item div.item-desc-table
	{
		width:100%;
	}
	.delivery-points-item div.item-desc-info
	{
		width:100%;
	}
	.delivery-post-item div.item-img
	{
		float:none;
		margin-bottom:20px;
	}
	.delivery-post-item div.item-block
	{
		display:block;
	}
	.delivery-post-item div.item-block-left
	{
		float:none;
		width:auto;
	}
	.delivery-post-item div.item-block-right
	{
		float:none;
		margin:20px 0 0 0;
		width:auto;
	}
}

@media screen and (max-width:760px)
{
	div.delivery-search-left,
	div.delivery-search-right
	{
		width:100%;
	}
	div.delivery-search-list
	{
		padding-top:0;
	}
	.delivery-search-list ul
	{
		margin:0;
		padding-left:22px;
	}

	div.delivery-curier-item
	{
		/* width:100%; */
	}

	div.delivery-description-col
	{
		width:100%;
		margin-bottom:30px;
	}

	.delivery-points-item a.item-name
	{
		font-size:16px;
	}


}

@media screen and (max-width:640px)
{
	div.delivery-search
	{
		margin:0 -10px;
	}
	div.delivery-tabs
	{
		margin:0 -10px;
	}
	.delivery-tabs-list a
	{
		font-size:20px;
		padding-left:0;
		padding-right:0;
	}
	div.delivery-description-title
	{
		margin-bottom:30px;
		font-size:28px;
		line-height:1.2;
	}

	.delivery-points-item a.item-name
	{

		padding:20px 30px 20px 5px;
		font-size:16px;
	}
	.delivery-points-item a.item-name:after
	{
		width:20px;
		right:5px;
	}
	.delivery-points-item div.item-map-ymap
	{
		height:420px;
	}

	div.delivery-curier-item
	{
		padding:20px 15px;
	}

	div.delivery-post-ymap
	{
		height:420px;
	}

	div.delivery-post
	{
		display:block;
	}
	div.delivery-post-right
	{
		margin-right:0;
		margin-bottom:20px;
	}

	.delivery-post-item div.item-name
	{
		font-size:16px;
	}
	.delivery-post-item div.item-price
	{
		font-size:14px;
	}
	.delivery-post-item div.item-period
	{
		font-size:14px;
	}
}

@media screen and (max-width:480px)
{
	div.delivery-points
	{
		margin:0 -10px;
	}
	.delivery-points-item .item-name span.item-img
	{
		width:70px;
		margin-right:15px;
	}
	.delivery-points-item a.item-name img
	{
		max-height:32px;
	}
	div.delivery-post-map
	{
		margin:0 -10px;
	}
}

