/*//////////////////////////////////////////*/
/* Item store */
/*//////////////////////////////////////////*/

/* Store m */

.item_store_m{
	background:#ffffff;
	position:relative;
	padding:15px;
	height:430px;
	overflow:hidden;
}
.item_store_m .img_action{
	width:100%;
	height:300px;
}
.item_store_m .gallery{
	display:block;
	width:100%;
	height:300px;
	position:relative;
	overflow: hidden;
}
.item_store_m .gallery .quick{
	position: relative;
	z-index:5;
}
.item_store_m .gallery .quick .img_src{
	width:100%;
	height:300px;
}
.item_store_m .gallery .quick .img_src img{
	display: none !important;
}
.item_store_m .gallery .dots{
	display: flex;
	position:absolute;
	bottom:0;
	left:5px;
	width:calc(100% - 10px);
	height:100%;
	z-index: 10;
	transition:all 150ms linear;
}
.item_store_m .gallery .dots li{
	flex-basis: 100%;
	height:100%;
	padding: 0 5px;
	position: relative;
}
.item_store_m .gallery .dots li:before{
	content:'';
	width:calc(100% - 10px);
	height:6px;
	position: absolute;
	left:5px;
	bottom:10px;
	background:rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	transition:all 150ms linear;
}
.item_store_m .gallery .dots li.active:before{
	background:rgba(130, 180, 60, 0.6);
}
.item_store_m .title{
	width:100%;
	height:100px;
}
.item_store_m .title h2{
	display:block;
	width:100%;
	font-weight: 700;
	padding:0 30px;
}
.item_store_m .details{
	display: none !important;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	margin:0 -15px;
	padding:3px 15px;
}
.item_store_m .details .detail{
	margin-top:10px;
}
.item_store_m .details .detail span{
	display:block;
	font-size:14px;
	margin-bottom:5px;
	color:#b7b7b7;
    line-height: 14px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_store_m .details .detail span b{
	font-weight:400;
}
.item_store_m .details .detail em{
	display:block;
}
.item_store_m .details .detail strong{
	display:block;
	font-weight:700;
	position:relative;
}
@media (max-width:599px) {
	.item_store_m .details .detail strong{
		font-size:16px;
	}
}

/* Store l */

.item_store_l{
	background:#ffffff;
	position:relative;
	height:400px;

	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
}
@media (max-width:899px) {
	.item_store_l{
		height:500px;
	}
}
.item_store_l .text{
	position:relative;
	width:50%;
	height:400px;
	z-index:10;
	padding:40px 15px 15px;
}
@media (max-width:899px) {
	.item_store_l .text{
		width:100%;
		height:500px;
		text-align:center;
		align-items:flex-end;
	}
}
.item_store_l .text div{
	width:100%;
}
.item_store_l .text strong{
	display:block;
	font-weight:700;
	text-transform:uppercase;
	color:#82b43c;
	margin-bottom:10px;
	font-size:14px;
}
.item_store_l .text h2{
	display:block;
	font-weight:300;
	margin-bottom:10px;
}
.item_store_l .text span{
	display:inline-block;
	line-height:20px;
	position:relative;
	color:#807e7e;
}
.item_store_l .text span.old{
	color:#b7b7b7;
	margin-left:5px;
}
.item_store_l .text span.old:before{
	content:'';
	position:absolute;
	top:9px;
	left:0;
	width:100%;
	height:1px;
	background:#d32f2f;

	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.item_store_l .text span.new{
	margin-left:0;
}
.item_store_l .text .bttn{
	margin-top:30px;
}
.item_store_l .image{
	position:absolute;
	width:60%;
	height:400px;
	top:0;
	right:0;
	z-index:5;

	-webkit-border-radius:0 15px 15px 0;
	-moz-border-radius:0 15px 15px 0;
	border-radius:0 15px 15px 0;
}
@media (max-width:899px) {
	.item_store_l .image{
		width:100%;
		height:300px;
		left:auto;
		right:auto;
	}
}
.item_store_l .image:before{
	content:'';
	position:absolute;
	width:200px;
	height:400px;
	top:0;
	left:0;

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
@media (max-width:899px) {
	.item_store_l .image:before{
		width:100%;
		height:200px;
		top:auto;
		left:0;
		right:0;
		bottom:0;

		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	}
}
/*//////////////////////////////////////////*/
/* Item brands */
/*//////////////////////////////////////////*/

/* Brands m */

.item_brands_m{
	display:block;
	background:#ffffff;
	position:relative;
	padding:15px;
}
.item_brands_m img{
	display:block;
	width:100%;
	height:auto;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.item_brands_m:hover img{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}
.item_brands_m.fade img{
	opacity:0.4;

	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	filter:grayscale(100%);
}
.item_brands_m .title{
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	opacity:0;
}
.item_brands_m:hover .title{
	opacity:1;
}
.item_brands_m .title h2{
	display:block;
	font-weight:700;
}

/* Brands l */

.item_brands_l{
	display:block;
	background:#ffffff;
	position:relative;
	padding:15px 15px 15px 180px;
	min-height:180px;
}
@media (max-width:599px) {
	.item_brands_l{
		padding:180px 15px 15px 15px;
		text-align:center;
	}
}
.item_brands_l .thumb{
	display:block;
	width:150px;
	height:150px;
	position:absolute;
	top:15px;
	left:15px;
}
@media (max-width:599px) {
	.item_brands_l .thumb{
		left:50%;
		margin-left:-75px;
	}
}
.item_brands_l .thumb img{
	display:block;
	width:150px;
	height:150px;
}
.item_brands_l strong{
	display:block;
	font-weight:700;
}
.item_brands_l strong h2{
	display:inline-block;
}
.item_brands_l p{
	display:block;
	margin:15px 0;
}
/*//////////////////////////////////////////*/
/* Single cities */
/*//////////////////////////////////////////*/

.single_cities{
	margin-top:0 !important;
}
.single_cities .subtitle{
	padding-bottom:60px;
}
@media (max-width:899px) {
	.single_cities .subtitle{
		text-align:center;
	}
}
.single_cities .subtitle .h{
	font-weight:700;
	padding-bottom:40px;
	position:relative;
}
.single_cities .subtitle .h:after{
	content:'';
	width:60px;
	height:4px;
	background:#82b43c;
	position:absolute;
	bottom:18px;
	left:0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.single_cities .subtitle.txt_ac .h:after{
	left:calc(50% - 30px);
}
@media (max-width:899px) {
	.single_cities .subtitle .h:after{
		left:calc(50% - 30px);
	}
}

/* Welcome */

.single_cities .welcome{
	position:relative;
	overflow:hidden;
	background:#ffffff;
	z-index:10;
}
.single_cities .welcome .inner{
	padding-top:40px;
	position:relative;
	z-index:10;
}
.single_cities .welcome .inner .logo{
	display: block;
	width: 320px;
	height: 55px;
	float:left;
	text-indent: -9999px;
	background: transparent url(../graphics/logos/retrailer_logo_320x55_ru_green.png) no-repeat left center;
	background: transparent url(../graphics/logos/retrailer_logo_320x55_ru_green.svg) no-repeat left center;
}
@media (max-width:899px) {
	.single_cities .welcome .inner .logo{
		float:none;
		margin:0 auto;
		background: transparent url(../graphics/logos/retrailer_logo_320x55_ru.png) no-repeat left center;
		background: transparent url(../graphics/logos/retrailer_logo_320x55_ru.svg) no-repeat left center;
	}
}
.single_cities .welcome .inner .tagline{
	padding:9.5px 0 9.5px 20px;
	float:left;
	line-height:18px;
	font-size:14px;
	color:#807e7e;
}
@media (max-width:899px) {
	.single_cities .welcome .inner .tagline{
		float:none;
		color:#ffffff;
		height: auto;
		padding:20px 0 0 0;
		text-align:center;
		opacity:0.6;
	}
	.single_cities .welcome .inner .tagline br{
		display:none;
	}
}
.single_cities .welcome .inner .contacts{
	display: inline-block;
	color:#ffffff;
	padding: 2.5px 0;
    line-height: 25px;
	position:relative;
}
@media (max-width:899px) {
	.single_cities .welcome .inner .contacts{
		display: block;
		float:none;
		text-align:center;
	}
}
.single_cities .welcome .inner .contacts:before{
	content:'';
	background: #55801a;
	width:1000px;
	position:absolute;
	top:-5px;
	left:-25px;
	bottom:-5px;
	z-index: 5;
	border-radius: 90px 0 0 90px;
}
@media (max-width:899px) {
	.single_cities .welcome .inner .contacts:before{
		display: none;
	}
}
.single_cities .welcome .inner .contacts span{
	display: block;
	position: relative;
	z-index: 10;
}
@media (max-width:899px) {
	.single_cities .welcome .inner .contacts span{
		display:inline-block;
		padding:0 10px;
	}``
}
.single_cities .welcome .inner .contacts span i{
	display: inline-block;
	padding-right:5px;
	opacity:0.6;
}
.single_cities .welcome .inner .contacts span a:hover{
	opacity:0.6;
}
.single_cities .welcome .inner .subtitle{
	padding:160px 0;
}
@media (max-width:899px) {
	.single_cities .welcome .inner .subtitle{
		padding:100px 0;
		color:#ffffff;
	}
}
.single_cities .welcome .inner .trailer{
	background-image:url('../graphics/images/cities_welcome.png?v2');
}
.single_cities .welcome .cover{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:5;
	background:#323232;
}
.single_cities .welcome .cover .overlay{
	position:absolute;
	top:0;
	left:-1px;
	right:-1px;
	bottom:-1px;
	z-index:10;
	background-repeat:no-repeat;
	background-position:bottom center;
	background-image:url('../graphics/images/waves_3.svg?v2');
}
.single_cities .welcome .cover .image{
	position:absolute;
	width:50%;
	height:calc(100% - 1px);
	top:0;
	left:50%;
	z-index:5;
	opacity:0.6;
	background-image:url('../graphics/images/cover_002.jpg');
}
@media (max-width:899px) {
	.single_cities .welcome .cover .image{
		width:100%;
		left:0;
		opacity:0.4;
	}
}

/* Benefits */

.single_cities .benefits{
	padding:40px 0 0;
	background:#ffffff;
	position:relative;
	margin-top:-1px;
	z-index:5;
}
.single_cities .benefits .item{
	padding-bottom:40px;
}
.single_cities .benefits .item i{
	display:block;
	margin-bottom:20px;
	font-size:40px;
	color:#82b43c;
}
.single_cities .benefits .item p{
	display:block;
	line-height:22px;
	font-weight:700;
}

/* Goods */

.single_cities .goods{
	position:relative;
	overflow:hidden;
	padding:60px 0;
	background:#f9f9f9 url(../graphics/images/pattern.png?v4) fixed;
}
.single_cities .goods .item_store_m{
	margin-bottom:30px;
}

/* Sections */

.single_cities .sections{
	background:#ffffff;
	position:relative;
	z-index: 10;
}
.single_cities .sections .subtitle{
	padding:60px 0;
	position:relative;
	z-index: 10;
}
@media (max-width:899px) {
	.single_cities .sections .choose{
		text-align:center;
	}
}
.single_cities .sections .trailer{
	position:relative;
	margin-top:-140px;
	z-index: 5;
}
.single_cities .sections .trailer img{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	z-index: 5;
}
.single_cities .sections .trailer .point{
	display:block;
	width:30px;
	height:30px;
	padding:7px;
	background:#82b43c;
	position:absolute;
	z-index: 10;

	-webkit-animation: pulse 900ms linear infinite;
	-moz-animation: pulse 900ms linear infinite;
	animation: pulse 900ms linear infinite;
}
.single_cities .sections .trailer .point:hover{
	background:#55801a;
}
.single_cities .sections .trailer .point:before{
	content:'';
	display:block;
	width:16px;
	height:16px;
	background:#ffffff;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.single_cities .sections .trailer .point.a1{
	top:38%;
	left:17%;
}
.single_cities .sections .trailer .point.a2{
	top: 14%;
	left: 53%;
}
.single_cities .sections .trailer .point.a3{
	top: 59%;
	left: 16%;
}
.single_cities .sections .trailer .point.a4{
	top: 9%;
	left: 62%;
}
.single_cities .sections .trailer .point.a5{
	top: 49%;
	left: 54%;
}
.single_cities .sections .trailer .point.a6{
	top: 59%;
	left: 71%;
}
.single_cities .sections .trailer .point.a7{
	top: 35%;
	left: 77%;
}
.single_cities .sections .trailer .point.a8{
	top: 44%;
	left: 61%;
}
.single_cities .sections .trailer .point.a9{
	top: 29%;
	left: 53%;
}
.single_cities .sections .trailer .point.a10{
	top: 22%;
	left: 92%;
}
.single_cities .sections .container_full{
	padding:0;
}
.single_cities .sections .section{
	display:block;
	padding:15px;
	height:140px;
	background:#323232;
	position:relative;
	overflow:hidden;
}
.single_cities .sections .section strong{
	display:block;
	position:relative;
	font-weight:700;
	z-index:15;
	color:#ffffff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.single_cities .sections .section:hover .bg_image{
	opacity:0.4;

	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	transform: scale(1.15);
}
.single_cities .sections .go_to_store{
	padding:30px;
}
@media (max-width:899px) {
	.single_cities .sections .go_to_store{
		text-align:center;
	}
}
.single_cities .sections .private_order{
	padding:30px;
	line-height:20px;
	text-align:right;
}
@media (max-width:899px) {
	.single_cities .sections .private_order{
		padding:0 30px 30px;
		line-height:20px;
		text-align:center;
	}
}
.single_cities .sections .private_order strong{
	font-weight:700;
}

/* Brands */

.single_cities .brands{
	padding:60px 0;
}
.single_cities .brands .subtitle{
	padding-bottom:30px;
}
.single_cities .brands .item_brands_m{
	margin-top:30px;
}

/* How-to */

.single_cities .how_to{
	padding:60px 0;
	background:#ffffff;
	position:relative;
	overflow:hidden;
	z-index:10;
}
.single_cities .how_to ul.list{
	margin-bottom:30px;
}
.single_cities .how_to ul.list li.item{
	padding:0 0 0 34px;
	position:relative;
	color: #b7b7b7;
}
.single_cities .how_to ul.list li.item.active{
	color: #323232;
}
.single_cities .how_to ul.list li.item:after{
	content:'';
	position:absolute;
	top:0;
	left:13px;
	width:1px;
	height:100%;
	background:#82b43c;
	z-index:5;
}
.single_cities .how_to ul.list li.item:last-child:after{
	display:none;
}
.single_cities .how_to ul.list li.item span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:28px;
	height:28px;
	line-height:24px;
	background:#82b43c;
	color:#ffffff;
	font-weight:700;
	z-index:10;
	border:2px solid #ffffff;
}
.single_cities .how_to ul.list li.item strong{
	display:block;
	line-height:28px;
	font-weight:700;
}
.single_cities .how_to ul.list li.item p{
	display:block;
    line-height: 16px;
    font-size: 14px;
	padding:5px 0 30px;
}
.single_cities .how_to ul.list li.item:last-child p{
	padding:5px 0 0;
}
.single_cities .how_to ul.list li.item .widget_payments{
	padding:0 0 30px;
}
.single_cities .how_to .steps{
	padding:20px;
	position:relative;
}
.single_cities .how_to .steps .step{
	display:block;
	position:relative;
	z-index:10;
}
.single_cities .how_to .steps .step img{
	display: block;
	width: 100%;
	height: auto;
}
.single_cities .how_to .steps .monitor{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 5;
}
.single_cities .how_to .stand{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	z-index:5;
}
.single_cities .how_to .plant{
    display: block;
    width: 230px;
    height: auto;
    position: absolute;
    bottom: -20px;
    right: -120px;
    z-index: 15;
}
@media (max-width:1099px) {
	.single_cities .how_to .plant{
	    width: 260px;
	    bottom: 0px;
	    right: -80px;
	}
}
@media (max-width:599px) {
	.single_cities .how_to .plant{
	    width: 141px;
	    bottom: 0px;
	    right: -70px;
	}
}

/* Points */

.single_cities .points{
	padding:60px 0;
	min-height:700px;
	overflow:hidden;
	background-image:url('../graphics/images/pattern_map.jpg');
	position: relative;
	z-index:5;
}
.single_cities .points .image{
	position:absolute;
	width:44%;
	top:60px;
	left:3%;
	bottom:0;
	background-image:url('../graphics/images/cities_delivery.png');
	background-position: center bottom;
}
.single_cities .points .widget_sdek_map .sdek_map{
	height:400px;
}
.single_cities .points .note{
	padding-top:30px;
}

/* Right now */

.single_cities .right_now{
	padding:60px 0;
	position: relative;
	z-index:10;
}
.single_cities .right_now .statistic{
	font-size:0px;
	margin:0 -2.5px -5px;
}
.single_cities .right_now .statistic li{
	display:inline-block;
}
.single_cities .right_now .statistic li:first-letter{
	text-transform: uppercase;
}
.single_cities .right_now .statistic li a{
	display:block;
	margin:0 2.5px 5px;
	padding:0 7px;
	font-size:14px;
	line-height:20px;
	color:rgba(0, 0, 0, 0.4);
	border:1px solid rgba(0, 0, 0, 0.1);
}
.single_cities .right_now .statistic li a:hover{
	color:#323232;
}

/* About */

.single_cities .about{
	padding:60px 0;
	position: relative;
	z-index:5;
	text-shadow: 0 0 5px #ffffff;
	background:#ffffff url('../graphics/images/cities_about.jpg?v2') no-repeat bottom right;
}
@media (max-width:1099px) {
	.single_cities .about{
		background-position: center left;
	}
}
@media (max-width:899px) {
	.single_cities .about{
		text-align:center;
	}
}
.single_cities .about .subtitle{
	padding-bottom: 15px;
}
.single_cities .about .text strong{
	display:block;
	margin-bottom: 15px;
	font-weight:700;
}
.single_cities .about .social_links{
	margin-top: 15px;
}
.single_cities .about .social_links li{
	display:inline-block;
	margin:5px 0 0 0;
}
.single_cities .about .social_links li:first-child{
	display:block;
	margin:5px 0 10px;
}
.single_cities .about .social_links li a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	color:#ffffff;
	text-shadow:none;
}

/* Footer */

.single_cities .footer{
	padding:30px 0;
	font-size:14px;
	line-height:20px;
	position:relative;
	z-index:10;
	color: #b7b7b7;
}
.single_cities .footer span{
	display:inline-block;
	padding:0 5px;
}
