

/* Start:/local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?17120482341371*/
#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), #fff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #fff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #fff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #fff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #fff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}
}
/* End */


/* Start:/local/components/v4u/masters.map/templates/.default/style.css?177088494920517*/
.map-section {
    padding: 36px 0;
}

.map-section.shops-list-page {
    padding-top: 0;
}

.map-section .map {
    height: 700px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    overflow: hidden;
}

.map-section .map .customControl {
    display: none;
    width: 368px;
    margin: 6px 0 0 6px;
    background: rgba(0, 0, 0, 0.48);
    will-change: auto;
    border-radius: 10px;
    padding: 12px 16px;
    color: #fff;
}

.map-section .map .content {
    width: 100%;
}

.map-section .map .content .title {
    margin-bottom: 8px;
}

.map-section .map .content .item {
    margin-bottom: 8px;
}

.map-section .map .content .phone {
    display: flex;
    color: rgba(255, 255, 255, 0.75);
    transition: 0.25s;
}

.map-section .map .content .phone:hover {
    color: #fff;
}

.map-section .map .content .email {
    display: flex;
    color: rgba(255, 255, 255, 0.75);
    transition: 0.25s;
}

.map-section .map .content .email:hover {
    color: #fff;
}

.custom-popup .master-photo img {
    margin: 0 auto;
    display: block;
    height: 12rem;
}

.map-section .map .content .link-master {
    color: #ff5722;
    display: block;
    text-align: center;
    margin: 1rem 0 0 0;
}

.city-select .list .b_icon-point {
    margin-bottom: 4px;
}

.map-section .map .content .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 11px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    text-decoration: none;
    transition: 0.25s;
}

.map-section .map .content .btn-link:hover {
    padding-left: 4px;
    padding-right: 4px;
}

.modal.map-modal .map-section {
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
}

.pickup-points .map-wrap {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 12px;
}

.pickup-points .pickup-points-list {
    width: 30%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pickup-points .map {
    flex: 1;
    border-radius: 0;
    border: 0;
}

.pickup-points .city-select .accordion-head {
    flex: 1;
}

.pickup-points .city-select .accordion-head .accordion-body .scrollbar-inner {
    max-height: 604px;
}

.pickup-points .city-select .tabs-icons-block-wrap {
    display: none;
    margin-left: 8px;
}

.pickup-points .city-select .tabs-icons-block-wrap .tabs-icons-block {
    display: flex;
}

.pickup-points .city-select .tabs-icons-block-wrap .tab-btn {
    padding: 11px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    flex-shrink: 0;
}

.pickup-points .city-select .tabs-icons-block-wrap .tab-btn .icon-bx-location {
    width: 24px;
    height: 24px;
    background-size: contain;
}

.pickup-points .city-select .tabs-icons-block-wrap .tab-btn:first-child {
    border-radius: 8px 0 0 8px;
    border-right: 1px solid transparent;
}

.pickup-points .city-select .tabs-icons-block-wrap .tab-btn:last-child {
    border-radius: 0 8px 8px 0;
    border-left: 1px solid transparent;
}

.pickup-points .city-select .tabs-icons-block-wrap .tab-btn.active {
    border: 1px solid #ff5722;
    box-shadow: inset 0 0 0 1px #ff5722;
}

.pickup-points .city-select .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 18px;
    background-color: #fff;
    transition: 0.25s;
    cursor: pointer;
    color: #161a1d;
}

.pickup-points .list {
    height: 0;
    flex: 1;
    overflow-y: auto;
}

.pickup-points .list .scrollbar-inner {
    max-height: 604px;
    margin-right: 8px;
    padding-right: 8px;
}

.pickup-points .list .item:hover {
    background: #f5f5f5;
    text-decoration: none;
}

.pickup-points .list .item {
    display: block;
    padding: 10px 16px;
    border-bottom: 1px solid #ecebeb;
    transition: background .2s;
}

.pickup-points .list .item .adress {
    color: #161a1d;
}

.pickup-points .list .item .link-master {
    color: #ff5722;
}

.pickup-points .list .item .link-master::after {
    content: " >>";
}

.pickup-points .list .item .subway {
    display: flex;
    align-items: center;
    color: #505a62;
}

.pickup-points .list .item .subway:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.accordion-head .accordion-body {
    display: none;
}

.accordion-head.open > .accordion-body {
    display: block;
}

.custom-popup .content {
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 20px 24px;
    position: relative;
}

.custom-popup .close {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 2px rgba(0, 0, 0, 0.06), 0 0 1px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 20px;
    border-radius: 100%;
    position: absolute;
    right: -32px;
    top: -32px;
    opacity: 1;
    display: block;
    transition: all .2s;
}

.icon {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.custom-popup .close .icon {
    transition: all .2s;
}

.custom-popup .close:hover {
    background-color: #ff5722;
}

.custom-popup .close:hover:not(:disabled):not(.disabled) {
    opacity: 1;
}

.custom-popup .close:hover .icon {
    background-image: url('/local/components/v4u/masters.map/templates/.default/img/icon-close-big-white.svg');
}

.custom-popup > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.custom-popup > .arrow:after {
    border: 10px solid transparent;
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.pickup-popup {
    max-width: 300px;
    position: absolute;
    display: block;
    min-width: 300px;
}

.pickup-popup .subway {
    display: flex;
    align-items: center;
    color: #505a62;
    margin-bottom: 8px;
}

.pickup-popup .adress {
    color: #161a1d;
    text-align: center;
}

.pickup-popup .worktime {
    color: #505a62 !important;
    margin-bottom: 4px;
}

.pickup-popup .phone {
    color: #ff5722 !important;
    display: block;
}

.pickup-popup .text {
    color: #161a1d;
    text-align: center;
    margin: 0 0 1rem 0;
}

.pickup-popup .btn-link {
    display: none;
    margin-top: 16px;
}

.pickup-popup .pickup-adv {
    display: flex;
    color: #505a62;
}

.pickup-popup .pickup-adv:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.pickup-popup .pickup-adv:not(:last-child) {
    margin-bottom: 8px;
}

.pickup-popup .pickup-adv.present:before {
    background-image: url('/local/components/v4u/masters.map/templates/.default/img/icon-present.svg');
}

.pickup-popup .pickup-adv.absent:before {
    background-image: url('/local/components/v4u/masters.map/templates/.default/img/icon-absent.svg');
}

.font-title {
    font-size: 18px;
    line-height: 26px;
}

.font-title-small {
    font-size: 15px;
    line-height: 18px;
}

.font-body-small {
    font-size: 14px;
    line-height: 20px;
}

.font-body-2 {
    font-size: 16px;
    line-height: 24px;
}

.bold {
    font-weight: bold;
}

.icon-close {
    background-image: url('/local/components/v4u/masters.map/templates/.default/img/icon-close.svg');
    width: 8px;
    height: 16px;
}

.icon-close-big {
    background-image: url('/local/components/v4u/masters.map/templates/.default/img/icon-close.svg');
}

.icon-close-big-white {
    background-image: url('/local/components/v4u/masters.map/templates/.default/img/icon-close-big-white.svg');
}

.icon-pin {
    width: 58px;
    height: 58px;
}

.filter-block {
    margin-bottom: 16px;
}

.filter-block.open > .filter-link .icon {
    transform: rotate(180deg);
}

.filter-block.open > .accordion-body {
    opacity: 1;
    visibility: visible;
}

.filter-block.inner-block {
    position: relative;
}

.filter-block.inner-block.open .inner-body {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.filter-block.inner-block .filter-link {
    display: flex;
    justify-content: space-between;
    padding: 11px 15px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    transition: 0.25s;
}

.filter-block.inner-block .filter-link:hover {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.2);
}

.filter-block.inner-block .inner-body {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 100%;
    padding: 7px;
    background: #fff;
    box-shadow: 0 8px 30px -20px rgba(10, 32, 41, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
}

.filter-block .accordion-body {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.filter-block .filter-link {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 8px 0;
    color: #161a1d;
    transition: color .25s;
}

.filter-block .filter-link:hover {
    color: #ff5722;
}

.filter-block .filter-link .text {
    margin-right: 8px;
    font-size: 18px;
}

.filter-block .filter-link .icon {
    transition: 0.25s;
}

.filter-block .form-control {
    height: auto;
    padding: 11px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 8px 8px 0 0;
    color: #505a62;
    transition: border .2s;
}

.filter-block .form-control:focus {
    box-shadow: none;
}

.filter-block .slider-container {
    width: 319px;
    margin: 12px auto 0;
}

.filter-block .slider-container .slider.slider-horizontal {
    width: 100%;
    height: 28px;
}

.filter-block .slider-container .slider.slider-horizontal .slider-track {
    height: 2px;
    margin-top: -3px;
    background: none;
    box-shadow: none;
    background: #f5f5f5;
}

.filter-block .slider-container .slider.slider-horizontal .slider-track .slider-selection {
    box-shadow: 1px 2px #ff5722;
}

.filter-block .slider-container .slider.slider-horizontal .slider-handle {
    width: 28px;
    height: 28px;
    margin-left: -14px;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    transition: border-color .25s;
}

.filter-block .slider-container .slider.slider-horizontal .slider-handle:hover {
    border-color: rgba(0, 0, 0, 0.2);
}

.filter-block .form-check {
    padding: 0;
    max-height: 348px;
}

.filter-block .form-check.form-check-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-block .form-check.form-check-row .custom-checkbox {
    width: 48px;
    height: 48px;
    margin: 0 4px 4px 0;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label {
    height: 100%;
    padding: 0;
    cursor: pointer;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label:hover {
    background-color: transparent;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 8px;
    transition: none;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border-radius: 8px;
    transition: none;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label span {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-radius: 8px;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label.image {
    padding: 4px;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-label.image span {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    border: 2px solid #ff5722;
}

.filter-block .form-check.form-check-row .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: none;
    background-color: transparent;
}

.filter-block .custom-checkbox:not(:last-child) {
    margin-bottom: 4px;
}

.filter-block .custom-checkbox .custom-control-input[disabled] + .custom-control-label:before {
    background-color: #f5f5f5;
}

.filter-block .custom-checkbox .custom-control-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 12px 8px 42px;
    border-radius: 8px;
    background-color: #fff;
    transition: 0.25s;
    cursor: pointer;
}

.filter-block .custom-checkbox .custom-control-label:before {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    left: 5px;
    top: 6px;
    box-shadow: none;
    transition: 0.2s;
}

.filter-block .custom-checkbox .custom-control-label:after {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    left: 5px;
    top: 6px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 91%;
}

.filter-block .custom-checkbox .custom-control-label .count {
    color: #94999e;
}

.filter-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #ff5722;
}

.filter-block .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(0, 0, 0, 0.07);
}

.filter-block .scrollbar-inner.ps--active-y .form-check {
    position: relative;
    max-width: 332px;
    width: 100%;
    height: 100%;
}

.filter-block .scrollbar-inner .ps__rail-y {
    right: 1px;
}

.filter-block .sort {
    position: relative;
}

.filter-block .sort.open .sort-link .icon {
    transform: rotate(180deg);
}

.filter-block .sort .sort-title {
    color: #7a8086;
}

.filter-block .sort .sort-link {
    display: inline-flex;
    align-items: center;
    color: #161a1d;
}

.filter-block .sort .sort-link .icon {
    margin-left: 8px;
    transition: transform .25s;
}

.filter-block .sort.open .sort-list {
    display: block;
}

.filter-block .sort .sort-list {
    display: none;
    position: absolute;
    left: 112px;
    top: calc(100% + 8px);
    min-width: 256px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 8px 30px -20px rgba(10, 32, 41, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.filter-block .sort .sort-list .link:not(:last-child) {
    margin-bottom: 4px;
}

.filter-block .sort .sort-list .link > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px;
    color: #161a1d;
    border-radius: 8px;
    transition: 0.25s;
}

.filter-block .sort .sort-list .link > a:before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
}

.filter-block .sort .sort-list .link > a:hover {
    background: #f5f5f5;
}

.filter-block .sort .sort-list .link > a:hover:before {
    border-color: rgba(0, 0, 0, 0.2);
}

.filter-block .sort .sort-list .link > a.active {
    background: #f5f5f5;
}

.filter-block .sort .sort-list .link > a.active:before {
    background: #ff5722;
    border-color: transparent;
}

.filter-block .sort .sort-list .link > a.active:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 14px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 6px;
}

.b_icon {
    display: inline-block;
    vertical-align: middle;
}

.b_icon-point {
    background: url('/local/components/v4u/masters.map/templates/.default/img/icon-location1.svg') no-repeat center;
    margin: -0.25rem 0 0 -0.4rem;
    width: 25px;
    height: 18px;
}

@media (min-width: 1024px) {
    .filter-block .form-control:hover {
        border-bottom: 1px solid #ff5722;
    }

    .filter-block .custom-checkbox .custom-control-label:hover {
        background-color: #f5f5f5;
    }

    .filter-block .custom-checkbox .custom-control-label:hover:before {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 1366px) {
    .map-section .map {
        height: 600px;
    }

    .map-section .map .customControl {
        margin: 2px 0 0 2px;
    }

    .font-title {
        font-size: 16px;
        line-height: 24px;
    }

    .filter-block .filter-link {
        padding: 10px 0;
    }

    .filter-block .form-control {
        padding: 13px 11px;
    }

    .filter-block .slider-container {
        width: 266px;
    }

    .filter-block .custom-checkbox .custom-control-label {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .modal.map-modal .map-section {
        height: calc(100% - 111px);
    }

    .pickup-points {
        margin: 0;
    }

    .filter-block .filter-link .text {
        font-size: 14px;
    }

    .pickup-points .city-select .item {
        font-size: 14px;
    }

    body:not(.macos) .map-section .map .customControl {
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .pickup-points .map-wrap {
        border: 0;
        flex-direction: column;
    }

    .pickup-points .pickup-points-list {
        width: 100%;
        padding: 0;
        overflow: visible;
    }

    .pickup-points .map {
        height: 540px;
        width: 100%;
        min-height: 540px;
    }

    .pickup-points .map:not(.opened) {
        pointer-events: none;
        padding: 1%;
    }

    .pickup-points .city-select .accordion-head .accordion-body .scrollbar-inner {
        max-height: 540px;
    }

    .pickup-points .city-select .tabs-icons-block-wrap {
        display: block;
    }

    .pickup-points .city-select .item:hover {
        background: #f5f5f5;
    }

    .pickup-points .list {
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 12px;
        padding: 12px 4px 12px 0;
        height: auto;
    }

    .pickup-points .list:not(.opened) {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .pickup-points .list .scrollbar-inner {
        max-height: unset;
        margin: 0;
        padding: 0;
    }

    .pickup-popup {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        z-index: 1000;
        align-items: flex-end;
        min-width: 300px;
        max-width: 300px;
        border-radius: 8px;
    }

    .pickup-popup .arrow {
        display: none;
    }

    .pickup-popup .content {
        border-radius: 8px;
        width: 100%;
        margin-left: -34px;
    }

    .pickup-popup .close {
        padding: 10px;
        box-shadow: none;
        right: 0;
        top: 0;
    }

    .pickup-popup .btn-link {
        display: flex;
    }
}

@media (max-width: 575px) {
    .map-section .map {
        height: 80vh;
        border-left: 0;
        border-right: 0;
    }

    .map-section .map * {
        touch-action: auto;
    }

    .map-section .map .content .btn-link.btn {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .map-section .container {
        padding: 0;
    }

    .font-title {
        font-size: 15px;
        line-height: 18px;
    }

    .font-title-small {
        font-size: 15px;
        line-height: 16px;
    }
}

@media (max-width: 374px) {
    .map-section .map .customControl {
        width: 300px;
    }
}
/* End */


/* Start:/local/components/v4u/masters.list/templates/.default/style.css?17708849495144*/
.master_list {
	margin: -10px;
}

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

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

.master_list__item_wrapper {
	margin: 10px;
	padding: 15px;
	border: 1px solid #E8E8E8;
	border-radius: 10px;
}

.master_list__item_header {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	vertical-align: middle;
}

.master_list__item_header_avatar {
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}

.master_list__item_header_avatar img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

.master_list__item_header_text {
	display: inline-block;
	vertical-align: middle;
}

.master_list__item_header_name {
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	color: #363636;
}

.master_list__item_header_prof {
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #363636;
}

.master_list__item_city {
	float: right;
	line-height: 50px;
	color: #363636;
}

.master_list__item_images {
	margin-top: 25px;
	height: 245px;
}

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

.master_list__item_images_col1 {
	float: left;
	width: 40%;
}

.master_list__item_images_bimg1 {
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 10px;
	overflow: hidden;
}

.master_list__item_images_bimg2 {
	margin-top: 4px;
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 10px;
	overflow: hidden;
}

.master_list__item_images_block1 {
	height: 120px;
	line-height: 120px;
}

.master_list__item_images_col2 {
	float: left;
	width: 60%;
}

.master_list__item_images_bimg3 {
	text-align: center;
	border: 1px solid #EEE;
	border-radius: 10px;
	overflow: hidden;
}

.master_list__item_images_block3 {
	height: 244px;
	line-height: 244px;
}

.master_list__item_more {
	margin-top: 25px;
}

.master_list__item_more_link {
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #363636;
}

.master_list .master_list__item_more_link:hover {
	color: #ff5722;
}

.master_list .master_list__item_more_link:hover .master_list__item_qty {
	color: #363636;
}

.master_list__item_qty {
	display: inline-block;
	background: #E8E8E8;
	min-width: 20px;
	padding: 3px;
	text-align: center;
	border-radius: 5px;
	vertical-align: middle;
}

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

.master_list__item_images_block3 .no-image {
	width: 65%;
}

.master_list__item_images_block1 .no-image {
	width: 70%;
	height: 100%;
}

.b_filter_masters {
	margin-bottom: 30px;
}

.tag_border-r10 {
	border-radius: 10px;
	padding:20px 30px;
}

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

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

.b_filter_masters__field {
	float: left;
}

.b_filter_masters__numpage {
	float: right;
	font-size: 14px;
}

.b_filter_masters__numpage_item:hover {
	text-decoration: none;
	color: #EA4C2F;
}

.b_filter_masters__numpage_item.active {
	text-decoration: none;
	color: #EA4C2F;
	cursor: default;
	pointer-events: none;
}

.b_filter_masters__numpage_item {
	text-decoration: underline;
	cursor: pointer;
}

.b_filter_masters__field_title {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

.b_filter_masters__field select {
	border: 0;
	vertical-align: middle;
}

.block {
	box-shadow: 0 0 10px 0 rgba(41, 38, 21, 0.337);
	border-radius: 3px;
}

.b_block_banner-masters_top {
	margin-bottom: 35px;
	border-radius: 10px;
	overflow: hidden;
}

.b_block_banner a {
	display: block;
}

.b_block_banner__img {
	width: 100%;
	vertical-align: middle;
}

.b_block_banner__img.banner-mobile {
	display: none;
}

.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 (min-width: 600px) {
	.master_container {
		max-width: 570px;
	}
}

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

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

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

@media screen and (min-width: 1600px) {
	.master_container {
		max-width: 1500px;
	}
}

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

	.master_list__item_images_col1 {
		display: none;
	}

	.master_list__item_images_col2 {
		float: none;
		width: auto;
		text-align: center;
	}
}

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

	.b_block_banner__img.banner-mobile {
		display: block;
	}

	.b_block_banner__img.banner-desktop {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.master_list__item_header_avatar {
		display: block;
	}

	.master_list__item_city {
		float: right;
	}

	.master_list__item {
		width: 100%;
	}

	.b_block_banner__img.banner-mobile {
		display: block;
	}

	.b_block_banner__img.banner-desktop {
		display: none;
	}
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/main.pagenavigation/masterPagen/style.css?17056640442944*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.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 {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.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 {
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.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 {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.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;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
	background: #0083d1;
	color: #fff;
}

/* End */
/* /local/templates/dresscodeV2/components/bitrix/breadcrumb/.default/style.css?17120482341371 */
/* /local/components/v4u/masters.map/templates/.default/style.css?177088494920517 */
/* /local/components/v4u/masters.list/templates/.default/style.css?17708849495144 */
/* /local/templates/dresscodeV2/components/bitrix/main.pagenavigation/masterPagen/style.css?17056640442944 */
