/* Общее - начало */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.clear {
	clear: both;
}

p, ul {
	margin: 0;
	padding: 0;
}

.container_randoseru {
	overflow: visible;
}

.element_block {
	margin: 30px 0;
	clear: both;
}

.block_header {
	background-color: #fafafa;
	padding: 20px 0;
	clear: both;
}
.block_header a, .block_header span {
	font-size: 20px;
	color: #232323;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.block_header a {
	text-decoration: underline;
}
.block_header a:hover {
	text-decoration: none;
}

.block_footer {
	background-color: #fafafa;
	padding: 10px 0;
}

.popup-window-overlay {
	top: 40px;
	z-index: 100;
}

.body_responsive_menu {
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.window_responsive_menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.window_responsive_menu.active {
	display: block;
}


@media screen and (max-width: 1198px) {
	.clear_mob {
		clear: both;
	}
}

/* Общее - конец */


/* Шапка - начало */

.header_top {
	background: url('/local/templates/rnds/images/new/header_top_bg.png') repeat-x;
	height: 40px;
}

.header_top_phone, .header_top_address, .header_top_menu, .header_top_search {
	background: url('/local/templates/rnds/images/new/header_top_separator.png') no-repeat center right;
	height: 29px;
	padding: 11px 15px 0;
	float: left;
	font-size: 14px;
	color: #fff;
}

.header_top_phone {
	padding: 10px 15px 0 0;
}
.header_top_phone img.phone {
	float: left;
	margin: 1px 10px 0 0;
	width: 20px;
}
.header_top_phone span.phone {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.header_top_phone img {
	margin: 0 5px;
}
.header_top_phone span {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
}

.header_top_address {
	position: relative;
}
.header_top_address span {
	font-weight: 300;
}
.header_top_address span:hover {
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.header_contacts {
	background: url('/local/templates/rnds/images/new/header_contacts_bg.png') no-repeat center center;
	width: 457px;
	height: 345px;
	margin: 0 0 0 -162px;
	position: absolute;
	z-index: 9999;
}
.header_contacts_map {
	width: 421px;
	margin: 11px 15px 0;
}
.header_contacts_text {
	width: 381px;
	margin: 0 35px;
}
.header_contacts_text p {
	font-size: 12.5px;
	line-height: 1.1;
	color: #000;
}
.header_contacts_text p.title {
	font-weight: 600;
	margin: 2px 0 0;
}
.header_contacts_text p+p.title {
	margin: 4px 0 0;
}
.header_contacts_text a {
	float: right;
	background-color: #49b4ce;
	padding: 15px 40px;
	margin: -50px 0 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.header_contacts_text a:hover {
	text-decoration: underline;
}

.header_top_menu {
	width: 625px;
}
.header_top_menu ul li {
	list-style: none;
	display: inline;
	padding: 0 15px;
}
.header_top_menu ul li a {
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}
.header_top_menu ul li a:hover {
	border-bottom: 1px solid #fff;
}

.header_top_search {
	padding: 8px 15px 0;
	cursor: pointer;
}
.header_top_search img {
	width: 25px;
}

.header_search_box {
	display: none;
	width: 100%;
	padding-bottom: 20px;
	background-color: #002e36;
	position: absolute;
	z-index: 9999;
	margin-top: -40px;
}
.header_search_box * {
	width: 80%;
	background-color: transparent;
	border-bottom: 2px solid #9e9e9e;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	margin: 12px 10% 0;
	font-size: 30px;
	line-height: 1.1;
	color: #9e9e9e;
	box-sizing: border-box;
}
.header_search_box label {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #fff;
	border: none;
	display: inline-block;
}
.header_search_box input[type=submit] {
	width: 1px;
	height: 1px;
	float: right;
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.header_search_box_bg {
	display: none;
	background-color: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.header {
	background-color: #fff;
	height: 62px;
}

.header_logo, .header_menu_left, .header_menu_right {
	float: left;
	padding: 10px 0 0;
}
.header_logo {
	width: 275px;
}
.header_menu_left {
	margin: 12px 0 0 70px;
}
.header_menu_right {
	margin: 12px 0 0;
}

.header_menu {
	position: relative;
	float: left;
	border-bottom: 1px solid #bebebe;
}
.header_menu.header-menu {
	background: #fff !important;
	height: 62px;
}

.header_menu.header-menu ul li.link {
	list-style: none;
	display: inline;
	padding: 0 9px;
}
.header_menu.header-menu ul li a {
	font-size: 15px;
	color: #232323;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 40px;
}
.header_menu.header-menu ul li:hover a {
	color: #232323;
}
.header_menu ul li a span {
	color: #fe0101;
}

.header_menu .slider {
	background-color: #49b4ce;
	background-image: none;
	z-index: -1;
}

.header_menu #cart-main-wrapper {
	background: none;
	height: auto;
	padding: 1px 9px 0;
}
.header_menu ul li a#open-cart {
	font-size: 12px;
	color: #010101;
	font-weight: 600;
	padding: 0;
}
.header_menu #cart-item-count {
	background: #272525;
	margin: -3px 3px 0 0;
}
.header_menu.header-menu a.blue-btn {
	height: auto;
}

.header_menu .item-submenu {
	top: 62px;
}
.header_menu .header_submenu {
	border-bottom: 3px solid #bebebe;
	padding-bottom: 35px;
}

.header_submenu_shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	height: 15px;
	margin-top: -15px;
	margin-bottom: 35px;
}

.header_submenu_left {
	width: 275px;
	float: left;
}
.header_submenu_right {
	width: 845px;
	float: right;
	margin: 0 0 0 70px;
}

.header_submenu_category, .header_submenu_brand {
	float: left;
	width: 117px;
	color: #2a2a2a;
}
.header_submenu_category {
	padding-right: 18px;
	border-right: 3px solid #e6e6e6;
}
.header_submenu_brand {
	padding-left: 18px;
}
.header_submenu_category p, .header_submenu_brand p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.header_menu.header-menu .header_submenu_category li, .header_menu.header-menu .header_submenu_brand li {
	padding: 5px 0;
	width: 100%;
}
.header_menu.header-menu .header_submenu_category a, .header_menu.header-menu .header_submenu_brand a {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	text-transform: none;
	height: auto;
	display: inline;
}

.header_submenu_property {
	float: left;
	width: 123px;
	margin: 0 7px;
	position: relative;
}
.header_menu.header-menu .header_submenu_property a {
	height: auto;
}
.header_submenu_property p {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	background-color: #49b4ce;
	padding: 5px 3px 7px;
	margin-bottom: 5px;
	height: 35px;
	overflow: hidden;
}
.header_submenu_property img {}

.header_submenu_hover {
	position: absolute;
	top: 34px;
	display: none;
	transition: 0.3s ease-out;
}
.header_submenu_hover_bg {
	background-color: #466265;
	width: 123px;
	height: 123px;
	opacity: 0.7;
}
.header_submenu_hover span.header_submenu_hover_text {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: relative;
	top: 65px;
	z-index: 999;
}
.header_submenu_property a:hover .header_submenu_hover {
	display: block;
}

.header_submenu_left.deti {
	width: 695px;
}
.header_submenu_right.deti {
	width: 480px;
	margin: 0 0 0 15px;
}

.header_submenu_category.boys, .header_submenu_category.girls {
	width: 320px; /* 270px */
	padding: 0 5px 0 2px;
}
.header_submenu_category.boys {
	margin-right: 35px;
}
.header_submenu_category.girls {
	border-right: 0;
}

.header_submenu_property.deti, .header_submenu_category_deti {
	float: left;
}
.header_submenu_category_deti {
	width: 150px; /* 125px */
	margin-left: 3px;
}

.header_submenu_category.girls .header_submenu_property p {
	background-color: #ff3366;
}

.header_submenu_right.deti .header_submenu_property {
	margin: 0 12px 20px;
}

.header_submenu_brands {
	float: left;
	width: 140px; /* 12% */
	margin: 30px 28px 50px 30px; /* 30px 2% 50px 30px */
}
.header_submenu_brands p {
	font-size: 18px;
	font-weight: 600;
}
.header_menu.header-menu .header_submenu_brands a {
	margin: 15px 0;
	height: auto;
}
.header_menu.header-menu .header_submenu_brands a:hover {
	text-decoration: underline;
}

.mob_header_top_phone, .mob_header_top_menu, .mob_header_search {
	display: none;
}


@media screen and (max-width: 1198px) {
	.header_menu.header-menu {
		padding: 0;
	}
	
	.header_top {
		display: none;
	}
	.header_menu .slider {
		display: none;
	}
	
	.header_menu .mobile-menu-toggle {
		background: url('/local/templates/rnds/images/new/mob_header_menu.png') no-repeat center center transparent;
		width: 32px;
		height: 15px;
		margin: 23px 20px;
	}
	.header_menu .mobile-menu-toggle.active {
		background: url('/local/templates/rnds/images/new/mob_header_menu_active.png') no-repeat center center #4A4A4A;
		width: 15%;
		height: 49px;
		padding: 8.5px 0;
		position: fixed;
		left: 85%;
		z-index: 999;
		margin: 0;
	}
	
	.header_logo {
		width: 60%;
		text-align: center;
		padding: 9px 23% 0px 17%;
	}
	.header_menu_left {
		display: none;
	}
	.header_menu_right, .mob_header_search {
		width: 25px;
		height: 43px;
		border-left: 1px solid #ebebeb;
		padding: 20px 10px 0;
		position: absolute;
		right: 0;
		margin: 0;
	}
	
	.header_menu_right {
		right: 55px;
	}
	.mob_header_search {
		display: block;
		text-align: center;
		float: right;
		right: 10px;
	}
	.mob_header_search:hover {
		cursor: pointer;
	}
	.mob_header_search img {
		margin: 1px 0 0;
	}
	.header_search_box {
		margin: 0;
	}
	
	.header_menu ul li a#open-cart {
		background: url('/local/templates/rnds/images/new/mob_header_basket.png') no-repeat center center;
		width: 25px;
		height: 22px;
		display: block;
		margin: 0;
	}
	.header_menu ul li a#open-cart text, .header_menu #cart-item-count {
		display: none;
	}
	.header_menu #cart-main-wrapper {
		padding: 0;
		border: 0;
	}
	.header_menu #cart-main {
		right: -55px;
		max-width: 375px;
	}
	.header_menu.header-menu ul li.link #cart-main a {
		margin: 0;
	}
	
	.header_menu .responsive-container {
		background-color: #3399cc;
		width: 85%;
		position: fixed;
		top: 0;
		bottom: 0;
		height: 100% !important;
		z-index: 999;
	}
	.header_menu .responsive-menu {
		background-color: #3399cc;
		width: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.header_menu .responsive-menu li {
		border: 0;
	}
	.header_menu .responsive-menu li span::before, .header_menu .responsive-menu li span::after {
		display: none;
	}
	
	.header_menu .responsive-menu.main {
		display: block;
	}
	.header_menu .responsive-menu.secondary li:last-of-type {
		display: none;
	}
	
	.mob_header_top_phone, .mob_header_top_menu {
		display: block;
	}
	
	.header_menu ul li.mob_header_top_phone {
		background: url('/local/templates/rnds/images/new/mob_header_top_bg.png') center center repeat-x;
		height: 46px;
		padding: 10px;
		color: #fff;
	}
	.header_menu ul li.mob_header_top_phone img.phone {
		float: left;
		margin:0 10px 30px 0;
	}
	.header_menu ul li.mob_header_top_phone span.phone {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-weight: 600;
	}
	.header_menu ul li.mob_header_top_phone img {
		margin: 0 5px;
	}
	.header_menu ul li.mob_header_top_phone span {
		font-size: 16px;
	}
	.header_menu ul li.mob_header_top_phone p {
		font-size: 14px;
		margin: 3px 0 0;
	}
	.header_menu ul li.mob_header_top_phone a, .header_menu ul li.mob_header_top_phone a:hover {
		color: #fff;
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	.header_menu.header-menu ul li.link, .header_menu.header-menu ul li.mob_header_top_menu {
		background: url('/local/templates/rnds/images/new/mob_header_menu_bg.png') center center repeat-x;
		height: 19px;
		padding: 10px 0;
		border-bottom: 1px solid #e2e2e2;
		display: block;
		margin: 0;
	}
	.header_menu.header-menu ul li.link a, .header_menu.header-menu ul li.mob_header_top_menu a {
		height: auto;
		display: block;
		margin: 0 40px;
		padding: 0;
	}
	.header_menu.header-menu ul li.link {
		background: #fff;
		height: auto;
	}
	.header_menu.header-menu ul li.mob_header_top_menu a {
		color: #fff;
		font-weight: 300;
		text-transform: none;
	}
	
	.header_menu .header_submenu {
		border-top: 1px solid #e2e2e2;
		border-bottom: 2px solid #e2e2e2;
		top: 11px;
		margin: 0;
		padding: 0;
	}
	.header_submenu_shadow {
		display: none;
	}
	.header_submenu_brand {
		display: none;
	}
	.header_submenu_property img {
		display: none;
	}
	
	.header_submenu .container-randoseru {
		min-width: auto;
		padding: 0;
	}
	
	.header_submenu_left {
		width: 100%;
		background-color: #f0f0f0;
	}
	.header_submenu_right {
		width: 100%;
		background-color: #e3f2f7;
		margin: 0;
	}
	
	.header_submenu_category {
		width: 100%;
		padding: 12px 0;
		border: 0;
	}
	.header_submenu_category p {
		padding: 0px 40px;
	}
	.header_submenu .header_submenu_category li {
		background-color: transparent;
		border-bottom: 0;
	}
	.header_menu.header-menu ul li.link .header_submenu .header_submenu_category a {
		padding: 0 40px;
		margin: 0;
	}
	
	.header_submenu_property {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #e2e2e2;
	}
	.header_menu.header-menu .header_submenu .header_submenu_property a {
		font-weight: 300;
		padding: 0;
	}
	.header_submenu_property p {
		background: transparent;
		color: #2374a8;
		text-align: left;
		padding: 10px 0;
		margin: 0;
		height: auto;
	}
	
	.header_submenu_property a:hover .header_submenu_hover {
		display: none;
	}
	
	.header_submenu_left.deti {
		width: 100%;
	}
	.header_submenu_right.deti {
		width: 100%;
		margin: 0;
	}
	.header_submenu_right.deti .header_submenu_property {
		margin: 0;
	}
	.header_submenu_category.boys, .header_submenu_category.girls {
		width: 100%;
		padding: 0;
	}
	.header_submenu_category_deti {
		width: 100%;
		margin: 0;
	}
	.header_submenu_category_deti p {
		display: none;
	}
	
	.header_submenu_category.boys .header_submenu_property.deti {
		background-color: #fff; /* 33cccc */
	}
	.header_submenu_category.girls .header_submenu_property.deti {
		background-color: #fff; /* ff3366 */
	}
	.header_menu.header-menu .header_submenu_category.boys .header_submenu_property.deti a {
		background-color: #33cccc;
		margin-right: 40px;
	}
	.header_menu.header-menu .header_submenu_category.girls .header_submenu_property.deti a {
		background-color: #ff3366;
		margin-right: 40px;
	}
	.header_submenu_property.deti p {
		color: #fff;
	}
	
	.responsive-menu .responsive-submenu .header_submenu_brands {
		float: left;
		width: 40%;
		margin: 20px 5%;
	}
	.header_menu.header-menu ul li.link .header_submenu_brands a {
		margin: 10px 0;
	}
	
	.header_menu .responsive-menu .sub-menu-toggle {
		background: url('/local/templates/rnds/images/new/mob_header_submenu_arrow.png') center center no-repeat;
		width: 40px;
		height: 11px;
		padding: 19.5px 0;
		top: 0;
		right: 0;
		border-left: 1px solid #ccc;
	}
	.header_menu .responsive-menu .sub-menu-toggle.active {
		background: url('/local/templates/rnds/images/new/mob_header_submenu_arrow_2.png') center center no-repeat;
	}
	.header_submenu_category_deti	{display: none}
	
	.brands_scroll {
		height: 300px;
	}
	.brands_scroll .jspVerticalBar {
		background: transparent;
		width: 12px;
		right: 5px;
	}
	.brands_scroll .jspTrack {
		background: #ccc;
		width: 4px;
		border-radius: 5px;
	}
	.brands_scroll .jspDrag {
		background: #666;
		width: 12px;
		border-radius: 10px;
		margin-left: -4px;
	}
}

@media screen and (max-width: 530px) {
	.header_menu ul li.mob_header_top_phone p {
		font-size: 100%;
	}
}

@media screen and (max-width: 500px) {
	.header_logo {
		width: 43%;
		padding: 13px 30% 0px 27%;
	}
	.header_logo img {
		max-width: 100%;
	}
	
	/* .header_menu ul li.mob_header_top_phone img.phone {
		margin:0 10px 65px 0;
	} */
	/* .header_menu ul li.mob_header_top_phone span.phone {
		display: block;
		margin-bottom: 3px;
	} */
}

@media screen and (max-width: 470px) {
	.header_menu ul li.mob_header_top_phone span.phone {
		font-size: 125%;
	}
	.header_menu ul li.mob_header_top_phone span {
		font-size: 115%;
	}
	.header_menu ul li.mob_header_top_phone p {
		margin: 0;
		line-height: 1.3;
	}
}

@media screen and (max-width: 400px) {
	.header_logo {
		width: 50%;
		padding: 15px 31% 0px 19%;
	}
	
	.header_menu #cart-main {
		max-width: 300px;
		min-width: 300px;
	}
	
	.header_search_box label {
		display: none;
	}
	.header_search_box * {
		margin: 50px 10% 0;
	}
}

@media screen and (max-width: 320px) {
	.header_menu ul li.mob_header_top_phone span.phone, .header_menu ul li.mob_header_top_phone span {
		font-size: 100%;
	}
}

@media screen and (max-width: 300px) {
	.header_logo {
		width: 50%;
		padding: 19px 31% 0px 19%;
	}
}

/* Шапка - конец */


/* Карусель - начало */

/* .carousel-man.owl-carousel-man, .carousel-woman.owl-carousel-woman, .carousel-uni.owl-carousel-uni, 
.carousel-man.owl-carousel-boys, .carousel-woman.owl-carousel-girls {
	width: 90%;
	overflow: hidden;
	padding: 0 5%;
	margin: 0;
} */
.carousel-man.owl-carousel-man, .carousel-woman.owl-carousel-woman, .carousel-uni.owl-carousel-uni, 
.carousel-man.owl-carousel-boys, .carousel-woman.owl-carousel-girls, 
.carousel-man.owl-carousel-brands, .carousel-man.owl-carousel-news, .carousel-video.owl-carousel-video, .carousel-lookbook.owl-carousel-lookbook {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.carousel-man .item, .carousel-woman .item {
	padding: 0 10px;
	width: 203px;
	margin: 0 auto;
	float: none;
}
.carousel-man.owl-carousel-brands .item, .carousel-man.owl-carousel-news .item, .carousel-video .item, .carousel-lookbook .item {
	padding: 0;
	width: 240px;
	margin: 0 auto;
	float: none;
}

.owl-carousel .item a {
	display: block;
	height: 100%;
}

.man-wrapper .owl-carousel-man .img, .woman-wrapper .owl-carousel-woman .img, .man-wrapper .owl-carousel-uni .img, 
.man-wrapper .owl-carousel-boys .img, .woman-wrapper .owl-carousel-girls .img {
	width: 203px;
	height: 203px;
}
.owl-carousel-brands .img, .owl-carousel-news .img, .carousel-video .img, .carousel-lookbook .img {
	width: 240px;
	height: 180px;
}

/* .owl-carousel .owl-stage-outer {
	width: 96%;
	margin: 0 2%;
} */
/* .owl-carousel .owl-item {
	width: 233px !important;
} */

.carousel-man.owl-carousel .owl-controls .owl-nav .owl-prev, .carousel-man.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	background-image: url('/local/templates/rnds/images/new/arrow_left.png');
	width: 19px;
	height: 33px;
	top: 83px;
}
.carousel-man.owl-carousel .owl-controls .owl-nav .owl-next, .carousel-man.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-image: url('/local/templates/rnds/images/new/arrow_right.png');
	width: 19px;
	height: 33px;
	top: 83px;
}
.carousel-woman.owl-carousel .owl-controls .owl-nav .owl-prev, .carousel-woman.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	background-image: url('/local/templates/rnds/images/new/arrow_left_red.png');
	width: 19px;
	height: 33px;
	top: 83px;
}
.carousel-woman.owl-carousel .owl-controls .owl-nav .owl-next, .carousel-woman.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-image: url('/local/templates/rnds/images/new/arrow_right_red.png');
	width: 19px;
	height: 33px;
	top: 83px;
}

.owl-carousel.owl-carousel-man .owl-controls .owl-dots, .owl-carousel.owl-carousel-man .owl-controls .owl-dot, 
.owl-carousel.owl-carousel-woman .owl-controls .owl-dots, .owl-carousel.owl-carousel-woman .owl-controls .owl-dot,
.owl-carousel.owl-carousel-uni .owl-controls .owl-dots, .owl-carousel.owl-carousel-uni .owl-controls .owl-dot,
.owl-carousel.owl-carousel-boys .owl-controls .owl-dots, .owl-carousel.owl-carousel-boys .owl-controls .owl-dot, 
.owl-carousel.owl-carousel-girls .owl-controls .owl-dots, .owl-carousel.owl-carousel-girls .owl-controls .owl-dot,
.owl-carousel.owl-carousel-brands .owl-controls .owl-dots, .owl-carousel.owl-carousel-brands .owl-controls .owl-dot,
.owl-carousel.owl-carousel-news .owl-controls .owl-dots, .owl-carousel.owl-carousel-news .owl-controls .owl-dot,
.owl-carousel.owl-carousel-video .owl-controls .owl-dots, .owl-carousel.owl-carousel-video .owl-controls .owl-dot,
.owl-carousel.owl-carousel-lookbook .owl-controls .owl-dots, .owl-carousel.owl-carousel-lookbook .owl-controls .owl-dot {
	display: none !important;
}


@media screen and (max-width: 1198px) {
	.owl-carousel.owl-carousel-slider .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-carousel-slider .owl-controls .owl-nav .owl-next, 
	.owl-carousel.owl-carousel-brands .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-carousel-brands .owl-controls .owl-nav .owl-next {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.man-wrapper, .woman-wrapper {
		padding: 0 15px;
	}
}

@media screen and (min-width: 350px) and (max-width: 510px) {
	.man-wrapper, .woman-wrapper {
		padding: 0 7.5px;
	}
	
	.carousel-man .item, .carousel-woman .item {
		width: 130px;
	}
	.man-wrapper .owl-carousel-man .img, .woman-wrapper .owl-carousel-woman .img, .man-wrapper .owl-carousel-uni .img, .man-wrapper .owl-carousel-boys .img, .woman-wrapper .owl-carousel-girls .img {
		width: 130px;
	}
	/* .owl-carousel .owl-item img {
		padding: 35px 0;
	} */
	.owl-carousel-man .owl-item img, .owl-carousel-woman .owl-item img, .owl-carousel-uni .owl-item img, .owl-carousel-boys .owl-item img, .owl-carousel-girls .owl-item img {
		padding: 35px 0;
	}
	
	/* .carousel-man.owl-carousel-brands .item, .carousel-man.owl-carousel-news .item, .carousel-video .item, .carousel-lookbook .item {
		width: 159px;
	}
	.owl-carousel-brands .img, .owl-carousel-news .img, .carousel-video .img, .carousel-lookbook .img {
		width: 159px;
	} */
}

/* Карусель - конец */

/* Слайдер - начало */

.owl-carousel.owl-carousel-slider {
	width: 100%;
	border-top: 1px solid #bebebe;
	border-bottom: 0;
}

.owl-carousel.owl-carousel-slider .owl-controls .owl-dots {
	margin-bottom: 0;
}

.owl-carousel.owl-carousel-slider .owl-controls .owl-nav .owl-prev, 
.owl-carousel.owl-carousel-slider .owl-controls .owl-nav .owl-next {
	width: 9px;
	height: 15px;
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}
.owl-carousel.owl-carousel-slider .owl-controls .owl-nav .owl-prev {
	background-image: url('/local/templates/rnds/images/new/slider_arrow_left.png');
	float: left;
	margin: 1px 5px 1px 10px;
}
.owl-carousel.owl-carousel-slider .owl-controls .owl-nav .owl-next {
	background-image: url('/local/templates/rnds/images/new/slider_arrow_right.png');
	float: right;
	margin: 1px 10px 1px 5px;
}


@media screen and (min-width: 1198px) {
	.owl-carousel.owl-carousel-slider {
		border-bottom: 1px solid #bebebe;
	}
	
	.owl-carousel.owl-carousel-slider .owl-controls {
		width: 170px; /* 14% */
		background-color: #272525;
		border: 2px solid #666;
		border-radius: 20px;
		opacity: 0.5;
		margin: -43px auto 15px;
		padding: 3px 0;
	}

	.owl-carousel.owl-carousel-slider .owl-controls .owl-dots {
		margin: 0;
	}

	.owl-carousel.owl-carousel-slider .owl-controls .owl-dot span {
		width: 10px;
		height: 10px;
		background-color: #666;
		border: 0;
		margin: 0 8px;
	}
	.owl-carousel.owl-carousel-slider .owl-controls .owl-dot:hover span, .owl-carousel.owl-carousel-slider .owl-controls .owl-dot.active span {
		background-color: #fff;
	}
}

/* Слайдер - конец */


/* Информация - начало */

.main-info {
	float: left;
	width: 100%;
}

.info_1 {
	background-image: url('/local/templates/rnds/images/new/info_img1.png');
	padding-left: 57px;
}
.info_2 {
	background-image: url('/local/templates/rnds/images/new/info_img2.png');
	padding-left: 42px;
}
.info_3 {
	background-image: url('/local/templates/rnds/images/new/info_img3.png');
	padding-left: 57px;
}
.info_4 {
	background-image: url('/local/templates/rnds/images/new/info_img4.png');
	padding-left: 46px;
}
.info_5 {
	background-image: url('/local/templates/rnds/images/new/info_img5.png');
	padding-left: 33px;
}

.main-info ul li div.text.info_3, .main-info ul li div.text.info_4 {
	line-height: 16px;
}

/* Информация - конец */


/* Каталог - начало */

.carousel-man .title, .carousel-woman .title {
	font-size: 14px; /* 20px */
	font-weight: 600;
	color: #232323;
	padding: 12px 0 3px;
}

.item .desc {
	/* font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.3; */
}

.carousel-man .price, .carousel-woman .price {
	font-size: 14px; /* 20px */
	font-weight: 600;
	padding: 8px 0 0;
}
.carousel-man .price ruble, .carousel-woman .price ruble {
	font-size: 14px; /* 20px */
	font-weight: 700 !important;
}

.element_block .price .new_price {
	color: #ff0000;
}
.element_block .price .strike {
	text-decoration: line-through;
	font-size: 14px; /* 18px */
	color: #232323;
	/* font-weight: 300; */
	margin-left: 15px;
}
/* .element_block .price .strike ruble {
	font-size: 19px;
	font-weight: 300 !important;
} */

.watch-all img {
	margin: 67px 0 0;
}
#watch-all {
	display: none;
}
.owl-nav .nav-cnt {
	display: none;
}
.owl-nav .canNotGo {
	height: 100% !important;
	width: 240px !important;
	top: 0 !important;
	background: #fff !important;
	padding: 59px 2.5px 0 !important;
	opacity: 1 !important;
	cursor: default !important;
	box-sizing: border-box !important;
	text-indent: 0 !important;
}

@media screen and (min-width: 350px) and (max-width: 510px) {
	.watch-all img {
		margin: 45px 0 0;
	}
}

[data-tab-tags-2] {
	margin: 0 0 25px 30px;
}
[data-tab-tags] {
	text-align: right;
	margin: 0 30px 25px 0;
}

[data-tab-tag-2], [data-tab-tag] {
	display: inline-block;
	padding: 2px 17px 0;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
[data-tab-tags-2] span, [data-tab-tags] span {
	font-size: 12px;
	color: #232323;
	padding-right: 10px;
}

[data-tab-tag-2="Мужское"], [data-tab-tag="Для мальчиков"] {
	background: url('/local/templates/rnds/images/new/catalog_tabs_blue.png') repeat-x 0 0 transparent;
	height: 23px;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}
[data-tab-tag-2="Мужское"]:hover, [data-tab-tag-2="Мужское"].active, 
[data-tab-tag="Для мальчиков"]:hover, [data-tab-tag="Для мальчиков"].active {
	border-bottom: 2px solid #49b4ce;
}

[data-tab-tag-2="Женское"], [data-tab-tag="Для девочек"] {
	background: url('/local/templates/rnds/images/new/catalog_tabs_red.png') repeat-x 0 0 transparent;
	height: 23px;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}
[data-tab-tag-2="Женское"]:hover, [data-tab-tag-2="Женское"].active, 
[data-tab-tag="Для девочек"]:hover, [data-tab-tag="Для девочек"].active {
	border-bottom: 2px solid #e7466a;
}

[data-tab-tag-2="Унисекс"] {
	background: url('/local/templates/rnds/images/new/catalog_tabs_green.png') repeat-x 0 0 transparent;
	height: 23px;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
}
[data-tab-tag-2="Унисекс"]:hover, [data-tab-tag-2="Унисекс"].active {
	border-bottom: 2px solid #65cf0f;
}

[data-tab-panel].hidden, [data-tab-panel-2].hidden {
	position: absolute;
	top: -2000px;
}


@media screen and (max-width: 1198px) {
	[data-tab-tags-2], [data-tab-tags] {
		text-align: center;
		margin: -5px 0 0 -20px;
	}
}

@media screen and (max-width: 350px) {
	[data-tab-tags-2] span, [data-tab-tags] span {
		display: none;
	}
}

/* Каталог - конец */


/* Бренды - начало */

.carousel-man.owl-carousel-brands .item {
	margin: 0 auto 45px;
}

.owl-carousel-brands .item:hover a {
	text-decoration: underline;
}

.owl-carousel-brands .desc {
	margin: 3px 0 0;
}

.carousel-man.owl-carousel-brands.owl-carousel .owl-controls .owl-nav .owl-prev, .carousel-man.owl-carousel-brands.owl-carousel .owl-controls .owl-nav .owl-prev:hover, 
.carousel-man.owl-carousel-brands.owl-carousel .owl-controls .owl-nav .owl-next, .carousel-man.owl-carousel-brands.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	top: 265px;
}

.brands-slider.ui-widget-content {
	width: 94%;
	height: 7px;
	margin: -20px 3% 0;
	background-color: #dfdfdf;
	border-radius: 10px;
}
.brands-slider.ui-slider .ui-slider-handle {
	width: 4em;
	background-color: #49b4ce;
	border: 1px solid #49b4ce;
	top: -5px;
}
.brands-slider.ui-slider .ui-slider-handle:hover {
	cursor: pointer;
}


@media screen and (max-width: 1198px) {
	.owl-carousel-brands .item {
		text-align: center;
	}
	
	.brands-slider {
		display: none;
	}
}

@media screen and (min-width: 764px) and (max-width: 1198px) {
	.owl-item.active.edge {
		opacity: .5
	}
}

/* Бренды - конец */


/* Новости - начало */

.main_news_left {
	width: 50%;
	float: left;
	margin-right: 2%;
}
.main_news_right {
	width: 48%;
	float: left;
}

.main_news_left .item {
	float: left;
	margin: 0 0 15px;
}

.main_news_left .img {
	position: relative;
	float: left;
	width: 160px;
	height: 112px;
}

.main_news_left .item .text {
	float: right;
	width: 400px;
	margin-left: 20px;
}
.main_news_left .item .text a {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-top: -3px;
}
.main_news_left .item .prev {
	/* font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.4;
	font-size: 13px; */
	color: #232323;
	margin: 5px 0;
}
.main_news_left .item .date {
	font-size: 13px;
	color: #232323;
	font-weight: 500;
}

.main_news_right .img {
	position: relative;
}
.main_news_right .img img {
	width: 100%;
	vertical-align: middle;
}

.main_news_right .text {
	margin: 20px 0 0;
}
.main_news_right .text a {
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.main_news_right .text .date {
	font-size: 13px;
	color: #232323;
	font-weight: 500;
	margin: 5px 0;
}
.main_news_right .text .prev {
	/* font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px; */
	color: #232323;
}

.news_hover {
	position: absolute;
	top: -18px;
	display: none;
	transition: 0.3s ease-out;
}
.news_hover_bg {
	background-color: #466265;
	width: 162px;
	height: 112px;
	opacity: 0.7;
}
.news_hover_text {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: 65px;
	z-index: 999;
}

.news_hover_bg_right {
	width: 571px;
	height: 360px;
}
.news_hover_text_right {
	top: 190px;
}

.main_news_left .item .img:hover .news_hover, .main_news_right .img:hover .news_hover {
	display: block;
}

/* .main_news_right .img a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('/local/templates/randoserunew/images/but-bg.png');
	line-height: 20;
	opacity: 0;
	transition: 0.3s ease-out;
}
.main_news_left .img a {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('/local/templates/randoserunew/images/but-bg.png');
	line-height: 3.8;
	opacity: 0;
	transition: 0.3s ease-out;
	margin: 0;
}
.main_news_left .img a:hover, .main_news_right .img a:hover {
	opacity: 1;  
} */

.main_news_left .blue-btn {
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background-color: #49b4ce;
	width: 100%;
	padding: 22px 0;
}
.main_news_left .blue-btn:hover {
	text-decoration: underline;
}

.news_pc {
	display: block;
}
.news_mob {
	display: none;
}


@media screen and (max-width: 1198px) {
	.news_pc {
		display: none;
	}
	.news_mob {
		display: block;
	}
	
	.news_mob .title {
		font-size: 14px;
		padding: 12px 0 0;
	}
	.news_mob .item .date {
		font-size: 11px;
		color: #676767;
		margin: 3px 0;
	}
	.owl-carousel-news .desc {
		line-height: 1.4;
		margin: 3px 0 0;
	}
}

/* Новости - конец */

/* Видео - начало */

.owl-carousel-video .desc {
	/* line-height: 1.4; */
	margin: 3px 0 0;
}

/* Видео - конец */

/* Фото - начало */

.owl-carousel-lookbook .desc {
	/* line-height: 1.4; */
	margin: 3px 0 0;
}

/* Фото - конец */

/* Текст - начало */

.main_text {
	margin: 30px 10px 0;
	color: #9b9b9b;
	padding-bottom: 30px;
	position: relative;
}
.main_text h1 {
	font-size: 14px; /* 22px */
	text-transform: uppercase;
}
.main_text p.title {
	font-size: 14px; /* 20px */
	font-weight: 600;
	margin: 10px 0; /* 20px 0 */
}
.main_text p {
	/* font-size: 14px; */
	margin: 10px 0;
}
.main_text ul {
	margin: 10px 0 10px 40px; /* 20px 0 20px 40px */
}
.main_text li {
	/* font-size: 14px; */
	margin: 5px 0;
}

.content_link {
	/* font-size: 13px; */
	border-bottom: 1px dashed #9b9b9b;
	display: inline-block;
	margin: 3px 0 0;
}
.content_link:hover {
	border-bottom: 1px dashed transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Текст - конец */


/* Подвал - начало */

.footer_menu {
	background-color: #003740;
	height: 233px;
	padding: 40px 0 0;
	margin: 70px 0 0;
}

.footer_left {
	float: left;
}
.footer_right {
	float: right;
}

.footer_menu1, .footer_menu2, .footer_menu3, .footer_menu4, .footer_social, .footer_contacts {
	float: left;
	/* font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px; */
	color: #818590;
}

.fotter_menu_item {
	margin-right: 17.5px; /* 24.5px */
}
.fotter_menu_item ul li {
	list-style: none;
	margin: 5px 0;
}
.fotter_menu_item ul li a {
	color: #818590;
	text-decoration: none;
	display: inline-block;
	padding-left: 12px;
}
.fotter_menu_item ul li a:hover {
	background: url('/local/templates/rnds/images/new/footer_menu_arrow.png') no-repeat center left;
}

.footer_menu1 {
	width: 132px; /* 130px */
}
.footer_menu2 {
	width: 167px; /* 155px */
}
.footer_menu3 {
	width: 141px; /* 135px */
}
.footer_menu4 {
	width: 180px; /* 170px */
}

.footer_social {
	width: 310px;
	float: left;
}
.footer_social p {
	margin: 10px 0 17px;
}
.footer_social img {
	margin: 0 1px;
}

.footer_contacts {
	width: 190px;
	float: right;
}
.footer_contacts p {
	margin: 5px 0;
}
.footer_contacts span {
	color: #fff;
}
.footer_contacts a {
	color: #818590;
	text-decoration: none;
}

.footer_menu p.title {
	font-size: 23px;
	line-height: 1.1;
	color: #fff;
	margin: 0;
}
.footer_contacts p.title, .footer_social p.title {
	font-family: 'Open Sans Condensed', sans-serif;
}

.footer_payment {
	text-align: center;
}
.footer_payment img {
	margin: -15px 70px 0 0;
}

.copyright {
	background-color: #002e36;
	height: 52px;
}
.copyright p {
	/* font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px; */
	color: #818590;
	/* font-weight: 600; */
	text-align: center;
	padding: 16px 0;
	margin: 0;
}


@media screen and (max-width: 1198px) {
	.footer_menu {
		height: 100%;
		padding: 10px 0 0;
	}
	
	.footer_left, .footer_right {
		float: none;
		width: 100% !important;
	}
	
	.footer_contacts, .footer_social {
		float: left;
		width: 50%;
		text-align: center;
	}
	
	.footer_menu .footer_social p {
		margin: 7px 0 10px;
	}
	
	.footer_contacts p.title {
		float: none;
		width: 100%;
		margin: 7px 0 10px;
	}
	.footer_contacts p {
		float: left;
		width: 50%;
		margin: 0;
	}
	
	.footer_left.jspScrollable, .footer_left .jspContainer, .footer_left .jspPane {
		width: 100% !important;
	}
	.footer_left .jspVerticalBar, .footer_left .jspHorizontalBar {
		display: none;
	}
	
	.fotter_menu_item {
		width: 23%;
		margin: 10px 2% 0 0;
	}
	.fotter_menu_item ul {
		padding-left: 15%;
	}
	.fotter_menu_item ul li {
		margin: 7px 0;
		line-height: 1.2;
	}
	
	.footer_payment img {
		margin: -15px 0 0;
	}
}

@media screen and (max-width: 768px) {
	.footer_contacts, .footer_social {
		width: 100%;
	}
	.footer_social {
		margin: 10px 0 0;
	}
	
	.footer_left {
		float: left;
		width: 100% !important;
		height: 180px;
		margin: 20px 0;
	}
	.footer_left.jspScrollable, .footer_left .jspContainer, .footer_left .jspPane {
		width: 100% !important;
	}
	.footer_left .jspVerticalBar {
		display: block;
	}
	.footer_left .jspHorizontalBar {
		display: none;
	}
	.footer_left .jspVerticalBar, .footer_left .jspVerticalBar .jspTrack {
		background: #666;
	}
	
	.fotter_menu_item {
		width: 100%;
		float: none;
		margin: 10px 0 0;
	}
	.fotter_menu_item ul {
		padding-left: 0;
	}
	.fotter_menu_item ul li {
		text-align: center;
	}
	
	.footer_payment img {
		margin: 0;
	}
	
	.copyright {
		background-color: #003740;
	}
}

@media screen and (min-width: 575px) and (max-width: 768px) {
	.footer_contacts {
		width: 80%;
		padding: 0 10%;
	}
}

/* Подвал - конец */
