

/* Start:/local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382*/
#breadcrumbs{
	margin-bottom: 12px;
	line-height: 21px;
	margin-top: 24px;
	overflow: hidden;
	font-size: 12px;
}

#breadcrumbs ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline-block;
}

#breadcrumbs ul li a{
	text-decoration: none;
	display: inline-block;
	line-height: 21px;
}

#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 0 12px;
}

@media all and (max-width: 1024px) {

	#breadcrumbs{
		position: relative;
		min-width: 100%;
		overflow-x: auto;
		height: 21px
	}

	#breadcrumbs ul{
		white-space: nowrap;
		overflow: auto;
	}

	#breadcrumbs li{
		white-space: nowrap;
	}

	#breadcrumbs::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/local/components/v4u/masters.detail/templates/.default/style.css?17173969436086*/
.masters_page__wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.masters_page__wrapper .flex-container {
	display: flex;
	margin-bottom: 2rem;
	float: left;
}

.masters_page__col1 {
	float: left;
	height: 100%;
	min-width: 345px;
	box-shadow: 0 0 16px #0000001A;
	border-radius: 10px;
}

.masters_page__col2 {
	margin: 0 0 0 20px;
	box-shadow: 0 0 16px #0000001A;
	border-radius: 10px;
}

.masters_page__col1_wrapper {
	padding: 15px;
}

.masters_page__col2_wrapper {
	text-align: center;
}

.masters_page__col2_wrapper video {
	width: 95%;
	padding: 10px;
}

.masters_page__logo {
	margin: 0 auto 20px;
	text-align: center;
}

.masters_page__logo img {
	height: 15rem;
	border-radius: 50%;
	max-width: 315px;
}

.masters_page__name {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.masters_page__prof {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

.masters_page__city {
	line-height: 30px;
	text-align: center;
	color: #989898;
	display: flex;
	justify-content: center;
	align-items: center;
}

.masters_page__links {
	margin-top: 10px;
	text-align: center;
}

.masters_page__links_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.masters_page__links_item {
	display: inline-block;
	margin: 5px 0;
	width: 100%;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #E8E8E8;
	border-radius: 30px;
	cursor: pointer;
	vertical-align: middle;
	color: #363636;
}

.masters_page__links_item:hover {
	color: #EA4C2F;
	border-color: #EA4C2F;
}

.masters_page__links_vk i {
	display: inline-block;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	background: url('/local/components/v4u/masters.detail/templates/.default/img/vk@2x.png') no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

.masters_page__info {
	font-size: 14px;
	line-height: 20px;
}

.masters_page__info_item {
	margin-top: 20px;
}

.masters_page__info_title {
	font-weight: bold;
}

.masters_page__info_text {
	margin-top: 5px;
}

.masters_page__col3 {
	margin-left: 365px;
}

.masters_page__list {
	margin: -10px;
}

.masters_page__list_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.masters_page__list_item {
	float: left;
	width: 33.33%;
}

.masters_page__list_item_wrapper {
	display: block;
	margin: 10px;
	padding: 20px;
	border: 1px solid #E8E8E8;
	text-decoration: none;
	border-radius: 10px;
	box-sizing: border-box;
	color: #363636;
}

.masters_page__list_item_name {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.masters_page__list_item_square {
	margin-top: 0.5rem;
	height: 20px;
	font-size: 14px;
	color: #989898;
	overflow: hidden;
}

.masters_page__list_item_images {
	margin-top: 15px;
}

.masters_page__list_item_images_main {
	display: block;
	height: 200px;
	line-height: 200px;
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 10px;
	overflow: hidden;
}

.masters_page__list_item_images_thumbs {
	margin: 5px -2.5px 0;
}

.masters_page__list_item_images_thumbs_wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.masters_page__list_item_images_thumbs_item {
	float: left;
	width: 50%;
}

.masters_page__list_item_images_thumbs_link {
	display: block;
	margin: 0 3px;
	height: 100px;
	line-height: 65px;
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 10px;
	overflow: hidden;
}

.masters_page__list_item_images_main .no-image,
.masters_page__list_item_images_thumbs_link .no-image {
	height: 100%;
}

.masters_page__list_item_more_link {
	display: block;
	padding: 20px 0 0;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

.masters_page__list_item_wrapper:hover {
	box-shadow: 0 0 16px #0000001A;
	text-decoration: blink;
	color: #363636;
}

.masters_page__list_item_more_link:hover span {
	text-decoration: underline;
	color: #EA4C2F;
}

.b_icon-point {
	margin-right: 3px;
	width: 25px;
	height: 18px;
	background: url('/local/components/v4u/masters.detail/templates/.default/img/icon-location.svg') no-repeat center;
}

.master_container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto 5rem;
}

.master_list__item_wrapper:hover {
	box-shadow: 0 0 16px #0000001A;
}

@media screen and (max-width: 1599px) {
	.masters_page__list_item {
		width: 50%;
	}
}

@media screen and (max-width: 1439px) {
	.masters_page__list_item_images_main {
		line-height: 200px;
		text-align: center;
		border: 1px solid #EEE;
	}

	.masters_page__list_item_images_thumbs_link {
		text-align: center;
		border: 1px solid #EEE;
	}

	.masters_page__list_item_images_main img {
		height: auto;
	}
}

@media screen and (max-width: 1023px) {
	.masters_page__wrapper .flex-container {
		flex-direction: column;
		float: none;
	}

	.masters_page__col1,.masters_page__col3 {
		float: none;
		margin: 0;
		width: auto;
	}

	.masters_page__col2 {
		float: none;
		margin: 1rem 0 0 0;
		width: auto;
	}

	.masters_page__col3 {
		margin-top: 40px;
	}

	.masters_page__list_item_name {
		height: 26px;
		font-size: 14px;
	}

	.masters_page__list_item_images_main img {
		height: auto;
	}

	.masters_page__list_item_square {
		height: 15px;
		font-size: 12px;
	}

	.masters_page__list_item_images_thumbs {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.masters_page__list_item {
		width: 100%;
	}

	.masters_page__list_item_images_main img {
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.masters_page__list_item {
		width: 100%;
	}

	.masters_page__list_item_name {
		height: auto;
	}

	.masters_page__list_item_square {
		height: auto;
	}

	.masters_page__list_item_images_thumbs_item img {
		height: auto;
	}

	.masters_page__list_item_images_main img {
		height: 100%;
	}

	.masters_page__col2_wrapper video {
		width: 100%;
	}
}

@media (min-width: 600px) {
	.master_container {
		max-width: 570px;
	}
}

@media (min-width: 768px) {
	.master_container {
		max-width: 738px;
	}
}

@media (min-width: 1024px) {
	.master_container {
		max-width: 996px;
	}
}

@media (min-width: 1200px) {
	.master_container {
		max-width: 1200px;
	}
}

@media (min-width: 1600px) {
	.master_container {
		max-width: 1500px;
	}
}
/* End */
/* /local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?15702775601382 */
/* /local/components/v4u/masters.detail/templates/.default/style.css?17173969436086 */
