

/* Start:/bitrix/templates/aspro_next/components/bitrix/map.yandex.system/.default/style.css?1555680606666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/style.css?155568060716504*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel{
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;

    display: none;

    width: 100%;

    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage{
    position: relative;

    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    line-height: 0;

    content: '.';
}
.owl-carousel .owl-stage-outer{
    position: relative;

    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.owl-carousel .owl-item{
    position: relative;

    float: left;

    min-height: 1px;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img{
    display: block;

    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled{
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -khtml-user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot{
    padding: 0 !important;

    border: none;
}
.owl-carousel.owl-loaded{
    display: block;
}
.owl-carousel.owl-loading{
    display: block;

    opacity: 0;
}
.owl-carousel.owl-hidden{
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item{
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.owl-carousel.owl-grab{
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl{
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item{
    float: right;
}

/* No Js */
.no-js .owl-carousel{
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated{
    animation-duration: 1000ms;

    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in{
    z-index: 0;
}

.owl-carousel .owl-animated-out{
    z-index: 1;
}

.owl-carousel .fadeOut{
    animation-name: fadeOut;
}

@keyframes fadeOut{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height{
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item{
    /**
	  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
	  calculation of the height of the owl-item that breaks page layouts
	 */
}
.owl-carousel .owl-item .owl-lazy{
    opacity: 0;

    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=''],
.owl-carousel .owl-item .owl-lazy:not([src]){
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper{
    position: relative;

    height: 100%;

    background: #000;
}

.owl-carousel .owl-video-play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;

    width: 80px;
    height: 80px;

    margin-top: -40px;
    margin-left: -40px;

    background: url('/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/owl.video.play.png') no-repeat;

    cursor: pointer;
    transition: transform 100ms ease;

    -webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-play-icon:hover{
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{
    display: none;
}

.owl-carousel .owl-video-tn{
    height: 100%;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    z-index: 1;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 40px;

    margin-top: -20px;

    background: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/arrow_slider.png) 0 0 no-repeat;

    text-indent: -9999px;
    transition: .3s linear;
}

.owl-carousel .owl-nav .owl-prev{
    left: 1px;
}

.owl-carousel .owl-nav .owl-next{
    right: 1px;

    transform: rotate(180deg);
}


.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled{
    opacity: .3;
}

.owl-dots{
    position: absolute;
    bottom: 66px;
    left: 0;

    width: 100%;
    height: 10px;

    text-align: center;
}

.owl-dot{
    display: inline-block;
    vertical-align: middle;

    width: 6px;
    height: 6px;

    border-radius: 50%;
    background: rgba(255,255,255,.50);

    transition: .2s linear;
}

.owl-dot + .owl-dot{
    margin-left: 17px;
}

.owl-dot:hover,
.owl-dot.active{
    background: #fff;
}

.owl-dot.active{
    width: 10px;
    height: 10px;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,latin-ext');

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img
{
    border: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active
{
    outline: none transparent !important;
    box-shadow: none;

    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]
{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus
{
    outline: none;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*---------------
    Main styles
---------------*/
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

html
{
    height: 100%;

    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    font-family: Open Sans;

    height: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}
/*---------------
   Main section
---------------*/
.wrapper_inner{
    max-width: 1350px;
    padding: 0 30px;

    margin: 0 auto;
}

.section_about{
    padding: 30px 0;
}

.section_about .clear{
    clear: both;
}

.section_about .sector_right{
    float: right;
    width: 270px;
}

.section_about .map_new{
    margin-top: 40px;

    height: 400px;
}

.section_about .payment{
    margin-top: 4px;
}

.section_about .payment img{
    display: block;
    max-width: 100%;
}

.section_about .sector_right .title{
    font-weight: 300;
    font-size: 12px;
    color: #000000;

    margin-bottom: 2px;
}

.section_about .sector_right * + .title{
    margin-top: 10px;
}

.section_about .box_metro .metro,
.section_about .mail a,
.section_about .skype a,
.section_about .tel a{
    position: relative;
    padding-left: 20px;

    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.section_about .mail a,
.section_about .skype a,
.section_about .tel a{
    text-decoration: none;
}

.section_about .box_metro .metro:before,
.section_about .mail a:before,
.section_about .skype a:before,
.section_about .tel a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 13px;
    background: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_metro.png) 50% 50% no-repeat;
}

.section_about .mail a:before{
    background-image: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_mail.png);
}

.section_about .skype a:before{
    background-image: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_skype.png);
}

.section_about .tel a:before{
    background-image: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_tel.png);
}

.section_about .tel.wt a:before{
    background-image: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_wt.png);
}

.section_about .time{
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.section_about .box_tel{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    margin-left: -10px;
}

.section_about .box_tel .tel{
    margin-left: 10px;
}


.link_googleMap{
    margin-top: 24px;
}

.link_googleMap a{
    display: inline-block;
    vertical-align: top;

    padding-left: 76px;

    font-size: 14px;
    line-height: 55px;
    color: #000;
    text-decoration: none;

    position: relative;
}

.link_googleMap a div{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.link_googleMap a span{
    color: #1880e8;
}

.link_googleMap a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 55px;
    background: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_google.png) 0 0 no-repeat;
}


.section_about .sector_left{
    width: calc(100% - 300px);

    max-width: 888px;

    float: left;
}

.section_about .sector_left .title{
    font-weight: 300;
    font-size: 24px;
    color: #000;

    margin-top: 22px;
}

.section_about .title_small{
    font-weight: 300;
    font-size: 12px;
    color: #000;

    text-transform: uppercase;
}

.section_about .list{
    margin-top: 14px;
}

.section_about .list li{
    list-style: none;
    padding-left: 8px;
    position: relative;

    font-weight: 300;
    font-size: 12px;
    color: #000;
}

.section_about .list li:before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.slider_foto{
    margin-top: 8px;
}

.slider_foto .slide{
    display: none;
}

.slider_foto.owl-loaded .slide{
    display: block;
}

.slider_foto .slide img{
    display: block;
    width: 100%;
}


.section_about .shop .flex_line{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;


}

.section_about .shop .shop_name{
    font-weight: 600;
    font-size: 18px;
    color: #6b8e23;
    text-transform: uppercase;
}

.section_about .shop .box_evaluate{
    margin-left: auto;

    width: 110px;
}

.section_about .shop .box_evaluate + .box_evaluate{
    margin-left: 50px;
}

.section_about .shop .box_evaluate{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.section_about .shop .ic_evaluate{
    display: flex;

    width: 18px;
    height: 17px;

    justify-content: center;
    align-items: center;
}

.section_about .shop .ic_evaluate img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.section_about .shop .stars{
    display: flex;

    margin-left: 5px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.section_about .shop .stars .star{
    display: flex;

    width: 15px;
    height: 15px;

    justify-content: center;
    align-items: center;
}

.section_about .shop .stars .star + *{
    margin-left: 3px;
}

.section_about .shop .stars .star img{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.section_about .shop .evaluate{
    width: 100%;

    margin-top: -3px;
    padding-left: 23px;

    color: #a5a9ae;
    font-size: 10px;
}

.section_about .shop .evaluate span{
    padding-right: 6px;

    color: #303030;
}

.section_about .shop .shop_adres{
    font-weight: 300;
    font-size: 30px;
    color: #000;

    margin-top: 6px;
}

.section_about .text_block{
    margin-top: 24px;
}

.section_about .text_block p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}


.tabs_container{
    margin-top: 35px;
}

.tabs{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    position: relative;
    z-index: 2;
}

.tabs li{
    list-style: none;
}

.tabs li a{
    border: 1px solid transparent;
    display: block;
    padding: 10px 5px;

    min-width: 179px;
    text-align: center;
    text-decoration: none;

    font-weight: 300;
    font-size: 14px;
    color: #000;
    position: relative;
}

.tabs li a.car,
.tabs li a.foot{
    padding-top: 46px;
}

.tabs li.active a{
    border-color: #c8c9c5;
    border-bottom-color: #fff;
}

.tabs li a.car:before,
.tabs li a.foot:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 11px;
    transform: translateX(-50%);
    width: 40px;
    height: 29px;
    background: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_car.png) 50% 50% no-repeat;
}

.tabs li a.foot:before{
    background-image: url(/bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/img/ic_foot.png);
}


.tab_content{
    display: none;
    border: 1px solid #c8c9c5;

    padding: 23px 8px 12px;
    margin-top: -12px;
}

.tab_content:after{
    content: "";
    display: block;
    clear: both;
}

.tab_content .box_map{
    float: left;
    width: 256px;
}

.tab_content .box_map img{
    display: block;
    max-width: 100%;
}

.tab_content .box_info{
    float: right;
    width: calc(100% - 270px);
}


@media (max-width: 1023px){
    .section_about .sector_left{
        width: 100%;
        max-width: 100%;
    }

    .section_about .sector_right{
        width: 100%;
        margin-top: 30px;
    }


    .section_about .map_new{
        height: 300px;
    }
}

@media (max-width: 767px){
    .wrapper_inner{
        padding-left: 15px;
        padding-right: 15px;
    }

    .section_about .shop .box_evaluate + .box_evaluate {
        margin-left: 10px;
    }

    .section_about .shop .shop_adres{
        font-size: 22px;
    }

    .section_about .sector_left .title{
        font-size: 20px;
    }

    .tab_content .box_map{
        width: 100%;
    }

    .tab_content .box_info{
        margin-top: 20px;
        width: 100%;
    }
	ul.tabs {
    display: flex!important;
    height: 64px;
	}
	ul.tabs li{
		margin:0!important;
	}
}

@media (max-width: 479px){
    .section_about .shop .shop_name{
        width: 100%;
        margin-bottom: 15px;
    }

    .section_about .shop .box_evaluate{
        margin-left: 0;
    }

    .section_about .sector_left .title{
        font-size: 16px;
    }

    .section_about .text_block p{
        font-size: 12px;
        line-height: 20px;
    }


    .tabs li{
        width: 50%;
    }

    .tabs li a{
        min-width: 1px;
    }


    .link_googleMap a{
        padding-left: 60px;
    }

    .section_about .map_new{
        height: 200px;
    }
}
.shop_adres {      line-height: 1.2em!important;  }
.breadcrumbs {
    margin: -7px 0px -30px!important;
    padding: 0px 0px 11px;
}
.tabs { margin-bottom: 24px;}
.tabs li.active a {
    border-color: #c8c9c5;
   border-bottom-color: rgb(200, 201, 197);
   border-bottom-color: #fff;
   background-color: #FFF;
}
.tabs_container { margin-top: 35px;  background: #C1D5CD; padding: 5px; border-radius: 3px;}
.tab_content {display: none; border: 1px solid #c8c9c5; padding: 23px 8px 12px; margin-top: -12px;  background: #FFF;}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/map.yandex.system/.default/style.css?1555680606666 */
/* /bitrix/templates/aspro_next/components/bitrix/news.detail/shops_2/style.css?155568060716504 */
