

/* Start:/bitrix/templates/luch_shop_zmitroc/assets/css/detail-tabs.css?17570568815101*/
.nav {
    margin-bottom: 0;
    padding-left:0
}
.nav:after, .nav:before {
    content: " ";
    display:table
}
.nav > li, .nav > li > a {
    display: block;
    position:relative
}
.nav:after {
    clear:both
}
.nav > li > a {
    padding:10px 15px
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color:#eee
}
.nav > li.disabled > a {
    color:#999
}
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor:not-allowed
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color:#ccc
}
.nav .open > a .caret, .nav .open > a:focus .caret, .nav .open > a:hover .caret {
    border-top-color: #a6a6a6;
    border-bottom-color:#a6a6a6
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color:#e5e5e5
}
.nav > li > a > img {
    max-width:none
}
.nav-tabs {
    border-bottom:1px solid #ddd
}
.nav-tabs > li {
    float: left;
    margin-bottom:-1px
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px 4px 0 0
}
.nav-tabs > li > a:hover {
    border-color:#eee #eee #ddd
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor:default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom:0
}
.nav-tabs.nav-justified > li {
    float:none
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius:4px
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border:1px solid #ddd
}
.tab-content > .tab-pane {
    display:none
}
.tab-content > .active {
    display:block
}
.tabs {
    margin-bottom: 25px;
}
.tabs .tab-content {
    background-color: white;
    border: none;
    padding: 40px 0 0;
}
.tabs .nav-tabs + .tab-content {
    border-top: 0;
}
.tabs .nav-tabs + .tab-content h3:first-of-type {
    margin-top: 0;
}
.tabs .nav-tabs {
    margin: 0;
    border-bottom-color: #f2f2f2;
}
.tabs .nav.nav-tabs a {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    color: #222222;
    margin: 0px -1px -1px 0;
    padding: 7px 25px 8px;
    text-decoration: none;
    border-radius: 0;
    font-weight: bold;
    text-transform: none;
}
.tabs .nav-tabs li.active a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #b79a7a;
}
.tabs .nav.nav-tabs li.active a, .tabs .nav.nav-tabs li.active a:hover, .tabs .nav.nav-tabs li.active a:focus, .tabs .nav.nav-tabs li.active a:active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus {
    border-color: #f5f5f5;
}
.tabs .nav-tabs a:hover, .tabs .nav-tabs a:active, .tabs .nav-tabs a:focus {
    background: #fff;
}
.tabs .tab-content .item + .item {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
    margin-top: 25px;
}
.tabs .tab-content .flexslider .item + .item {
    padding: 0;
    margin: 0;
}
.tabs .tab-content .flexslider:not(.ethumbs) .item + .item {
    border: none;
}
.tabs .nav-tabs > li, .pagination > li, .flex-direction-nav li {
    padding-left: 0;
    margin-bottom: 0;
    position: static;
}
.tabs .nav-tabs > li:before, .pagination > li:before, .flex-direction-nav li:before {
    display: none;
}
.tabs .nav-tabs.centered {
    text-align: center;
}
.tabs .nav-tabs.centered > li {
    display: inline-block;
    float: none;
}
.visible-xs {
    display:none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }
}
.catalog_detail .title-tab-heading {
    background: #fff;
    border: 1px solid #f5f5f5;
    color: #222;
    margin: 0 0px -1px 0;
    padding: 18px 25px 17px;
    border-radius: 0;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}
.catalog_detail .title-tab-heading:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid transparent;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    margin: 0 auto;
}
.catalog_detail .active .title-tab-heading:before {
    border-top: 2px solid #b06d2a;
    border-right: 2px solid #b06d2a;
    transform: rotate(-45deg);
    top: 22px;
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px){
	.catalog_detail .tab-pane{
		display: block;
	}
	.catalog_detail .tabs_section>.tabs{
		display: none;
	}
	.catalog_detail .tab-pane .title-tab-heading+div{
		display: none;
	}
} 
/* End */


/* Start:/bitrix/templates/luch_shop_zmitroc/components/urbn/catalog.store.amount/stores_list_element/style.css?163611961213035*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/templates/luch_shop_zmitroc/components/urbn/catalog.store.amount/stores_list_element/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}


.g-shops__list {
    max-width: 1272px;
    margin: 0 auto;
}
.g-shops__list__item-wrapper.gm-hide {
    display: none;
}
.stores-filter_detail-page .g-shops__list__item-wrapper {
    margin-top: 10px;
}
.stores-filter_detail-page .g-shops__list__item-wrapper:first-child {
    margin-top: 0;
}
.g-shops__list__item {
    background: #fff;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
}
.g-shops__list__item-wrapper:first-child .g-shops__list__item {
    border-top: 1px solid #f1f1f1;
}
.stores-filter_detail-page .g-shops__list__item {
    border: none;
}
.g-shops__item__btn {
    width: 140px;
}
.g-shops__item__container {
    width: calc(100% - 140px - 15px);
    margin-right: 15px;
}
.g-shops__item__name {
    font-family: 'Lato-Bold';
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 10px;
}
.g-shops__item__name__available {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 10px;
}
.g-shops__item__name__available__item {
    background: #f1f1f1;
    width: 10px;
    height: 16px;
    border-radius: 3px;
    margin-right: 3px;
}
.g-shops__item__name__available.gm-1 .g-shops__item__name__available__item:first-child {
    background: #D01012;
}
.g-shops__item__name__available.gm-2 .g-shops__item__name__available__item:nth-child(1),
.g-shops__item__name__available.gm-2 .g-shops__item__name__available__item:nth-child(2) {
    background: #FFC42E;
}
.g-shops__item__name__available.gm-3 .g-shops__item__name__available__item {
    background: #00B14E;
}
.g-shops__item__notification {
    margin-bottom: 10px;
}
.g-shops__item__phone {
    color: #000;
}
.g-shops__item__info {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
}
.g-shops__item__info__col {
    width: 33.33%;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 0 20px;
}
.g-shops__item__info__col__phone{
	position: relative;
	display: block;
	margin: 0 -20px;
	padding: 0 20px
}
.g-shops__item__info__col:first-child{
    padding:  0 20px 0 0;
}

.g-shops__item__info__col p, .g-shops__item__address{
	font-size: 14px;
	color: #3c3c3c;
	line-height: 20px;
	margin: 0;
}
.g-shops__item__info__additional {
    position: relative;
    left: -20px;
}
.g-shops__item__info__col__icon {
    position: absolute;
    left: 0;
    top: 4px;
}
.g-shops__item__labels {
    flex-flow: row wrap;
    margin-top: 10px;
    display: inline-block;
}

.g-shops__item__labels:first-letter {
    text-transform: uppercase;
}

.g-shops__item__labels span {
    /*margin-right: 5px;*/
}
.g-shops__item__labels span.gm-yellow {
    color: #F58231;
}
.g-shops__item__labels span.gm-green {
    color: #00B14E;
}
.g-shops__item__labels span.gm-green a {
    color: #00B14E;
}
.g-shops__item__labels span.gm-blue {
    color: #0096FF;
}
.g-shops__item__labels span.gm-blue a {
    color: #0096FF;
}
.g-shops__list__item__more {
    color: #005BE4;
    cursor: pointer;
    margin-top: 10px;
}
.g-shops__list__item__more:hover {
    text-decoration: underline;
}

.g-shops__reserve {
    width: 100%;
    margin-top: 20px;
}
.g-shops__reserve__title {
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.g-shops__reserve__fields {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.g-shops__reserve__fields__item {
    width: calc(33.33% - 8px);
    margin-left: 10px;
}
.g-shops__reserve__fields__item {
    margin-left: 0;
}
.g-shops__reserve__fields__item__error {
    color: #EB001B;
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
}
.g-shops__reserve__text {
    width: calc(100% - 140px - 20px);
    font-size: 11px;
    line-height: 13px;
    margin-right: 20px;
}
.g-shops__reserve__text a {
    color: #000;
    text-decoration: underline;
}
.g-shops__reserve__text a:hover {
    text-decoration: none;
}
.g-shops__reserve__btn {
    width: 140px;
}

.g-shops__reserve__fields__item .g-input:focus {
    background: #f1f1f1 !important;
}
.g-shops__reserve__fields__item .g-input:focus + .g-shops__reserve__fields__item__error {
    display: none !important;
}

.g-shops__map {
    max-width: 1224px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0 auto 20px;
}
.g-shops__map.gm-visible {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.g-shops__balloon {
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px;
}
.g-shops__balloon__text {
    margin-bottom: 10px;
}
.g-shops__balloon__text.gm-red {
    color: #D01012;
}
.g-shops__balloon__text span {
    margin-right: 5px;
}
.g-shops__balloon__text span.gm-yellow {
    color: #F58231;
}
.g-shops__balloon__text span.gm-green {
    color: #00B14E;
}
.g-shops__balloon__text span.gm-blue {
    color: #0096FF;
}
.g-shops__balloon__text.gm-icon {
    position: relative;
    padding-left: 20px;
}
.g-shops__balloon__text.gm-icon svg {
    position: absolute;
    left: 0;
    top: 4px;
}
.g-shops__balloon__btn {
    width: 200px;
    margin: 0 auto;
}

@media screen and (min-width: 680px) {
    .stores-filter_detail-page .g-shops__list__item {
        padding: 20px;
    }
}
@media screen and (max-width: 679px) {
    .g-shops__header__sort {
        justify-content: center;
    }
    .g-shops__header__sort__input {
        max-width: initial;
        width: 100%;
        margin-bottom: 20px;
    }
    .g-shops__header__shops {
        width: 100%;
        margin-right: 0;
    }
    .g-shops__header__pick,
    .g-shops__header__tax {
        margin: 10px 25px 0 0;
    }
    .stores-filter_detail-page .g-shops__list__item-wrapper {
        background: #fff;
    }
    .g-shops__list__item {
        flex-flow: column nowrap;
    }
    .g-shops__item__container {
        width: 100%;
        margin-right: 0;
    }
    .g-shops__item__info {
        flex-flow: column nowrap;
    }
    .g-shops__item__info__col {
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .g-shops__item__info__col:first-child {
        margin-top: 0;
    }
    .g-shops__item__btn {
        width: 200px;
        margin-top: 15px;
    }
    .g-shops__list__item__more {
        margin-top: 15px;
    }
    .g-shops__reserve__fields {
        flex-flow: column nowrap;
    }
    .g-shops__reserve__fields__item {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .g-shops__reserve__text {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .g-shops__reserve__btn {
        width: 200px;
        margin: 0 auto;
    }
    .g-shops__map {
        height: 400px;
    }

    .g-shops__reserve .g-shops__item__address {
        margin-bottom:20px;
        display:flex;
    }
}
@media screen and (max-width: 530px) {
    .g-shops__map {
        height: 300px;
    }
}


.stores-filter-store__popap-wrapper {
    position: relative;
}
.stores-filter-store__link-best-store:hover {
    cursor: pointer;
}
.stores-filter-store__popap {
    position: absolute;
    display: none;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 450px;
    box-shadow: 0 5px 30px rgba(83, 133, 192, 0.4);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
}
.stores-filter-store__popap::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 18px 20px;
    border-color: transparent transparent #fcfffe transparent;
    position: absolute;
    top: -17px;
    left: 97px;
    z-index: 1;
}
.stores-filter-store__popap_visible {
    display: block;
}
.stores-filter-store__popap-img {
    background: url(/local/templates/mir-kubikov/resources/img/img-popap-best-store.png) no-repeat;
    background-size: contain;
    width: 165px;
    height: 119px;
    display: table-cell;
}
.stores-filter-store__description {
    color: #000;
    display: table-cell;
    vertical-align: top;
}
.stores-filter-store__title {
    font-family: 'Lato-Bold';
    font-size: 18px;
    margin-top: 0;
    line-height: 1.4;
}
.stores-filter-store__text {
    font-family: 'Lato-Regular';
    max-width: 245px;
}
.stores-filter-store__closer-btn {
    background: url(/local/templates/mir-kubikov/resources/img/close.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.stores-filter-store__scheme {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    margin-top: 10px;
}
.stores-filter-store__scheme-map-wrap {
    width: 49%;
    position: relative
}
.stores-filter-store__scheme-map-container {
    position: relative;
    padding-bottom: 71.1895911%
}
.stores-filter-store__scheme-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.stores-filter-store__scheme-img-wrap {
    width: 49%
}
.stores-filter-store__scheme-img-container {
    position: relative;
    padding-bottom: 71.1895911%
}
.stores-filter-store__scheme-img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0
}
@media screen and (max-width: 999px) {
    .stores-filter-store__scheme {
        margin-top: 10px
    }
}
@media screen and (max-width: 749px) {
    .stores-filter-store__scheme {
        flex-direction: column
    }

    .stores-filter-store__scheme-map-wrap {
        width: auto;
        margin-bottom: 20px
    }

    .stores-filter-store__scheme-img-wrap {
        width: auto
    }
}
@media screen and (max-width: 479px) {
    .stores-filter-store__scheme-map-wrap {
        margin-bottom: 10px
    }
}



@media screen and (max-width: 650px) {
    .stores-filter-store__popap-img {
        width: 115px;
    }

    .stores-filter-store__text {
        max-width: 100%;
    }

    .stores-filter-store__popap {
        width: 300px;
    }
}


/* End */
/* /bitrix/templates/luch_shop_zmitroc/assets/css/detail-tabs.css?17570568815101 */
/* /bitrix/templates/luch_shop_zmitroc/components/urbn/catalog.store.amount/stores_list_element/style.css?163611961213035 */
