.label_fix_i{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -3px;
    width: 13px;
    height: 13px;
    background: url(../svg/mobile-info.svg) 0 50% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

@media (max-width: 750px){

    a{
        text-decoration: underline;
    }

    html.no-scroll, body.no-scroll {
        overflow: hidden;
    }
    body {
        position: relative
    }

    /**********************
        MASTER.MIN.CSS
    **********************/

    /*  header  */

    .b-header{
        z-index: 200;
    }
    .icon-menu{
        left: 0;
    }
    .icon-logo{
        width: 13.55rem;
        height: 1.09rem;
        left: 50%;
        top: 50%;
        margin-left: -6.425rem;
        margin-top: -.5rem;
        opacity: 1;
        background-image: url(../i/m/logo.png);
        -webkit-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .b-header__menu--active .icon-logo{
        background-image: url(../i/m/logo_burger.png);
        -webkit-background-size: cover;
        background-size: cover;
    }
    .icon-menu:before{
        width: 20px;
        height: 16px;
        left: 11px;
        top: 50%;
        margin-top: -8px;
        background-image: url(../i/m/burger_inactive.png);
        background-position: 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .icon-menu:hover:before {
        width: 20px;
        height: 16px;
        left: 11px;
        top: 50%;
        margin-top: -8px;
        background-image: url(../i/m/burger_inactive.png);
        background-position: 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .b-header__menu--active .icon-menu:before{
        background-image: url(../i/m/burger_active.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 20px;
        height: 16px;
        left: 11px;
        top: 50%;
        margin-top: -8px;
    }
    .menu-mobile{
        background: rgba(51, 54, 67, 0.95);
        padding-top: 43px;
        z-index: 100;
        height: 2000px;
    }
    .menu-mobile:before{
        content: none;
    }
    .menu-mobile .menu__item{
        margin: 0 0 3px;
        padding-bottom: 17px;
        text-align: left;
        padding-left: 55px;
        border:none;
    }
    .menu-mobile .menu__link{
        font-family: "Fira Sans";
        font-size: 30px;
        font-weight: 300;
        text-transform: lowercase;
        letter-spacing: -0.01rem;
		display: inline-block; /* 15.07.2015 */
    }
    .menu-mobile .menu__link:first-letter{
        text-transform: uppercase;
    }

    /*  footer */

    .footer{
        padding: 40px 0 40px 0;
    }
    .footer h3{
        font-size: 27px;
    }
    .footer .share__list .list__item{
        margin: 0 0 1rem;

    }
    .footer .share__list .list__item a{
        width: 17.5rem;
        font-size: 11px;
        font-weight: 600;
    }
    .share{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .tags{
        margin: 0 0 60px 0px;
		margin-left: 0.5rem; /* 15.07.2015 */
    }
    .footer h2{
        font-size: 30px;
        padding-bottom: 30px;
        text-align: center;
        max-width: 18.75rem;
    }
    .footer__block{
        margin-bottom: 60px;
    }
    .carousel-read{
        margin: 0 0 0 10px;
    }
    .carousel-read .carousel__item{
        width: 18.75rem;
        margin-right: 10px;
        margin-left: 10px;
    }
    .card__image-block.vendor{
        width: 18.75rem;
        height: 270px;
    }
    .card-read .card__content{
        /*height: 130px;*/
		height: 133px; /* 15.07.2015 */
        padding: 0px 30px 0 20px;
    }
    .card-read .card__label{
        margin-top: 1.4rem;
        margin-bottom: 0rem;
    }
    .card-read .card__label:before{
        content: none;
    }
    .card-read .card__text{
        margin-top: 9px;
        line-height: 1.6rem;
        /*font-size: 14px;*/
		font-size: 16px; /* 15.07.2015 */
    }
    .card__image-block{
        width: 18.75rem;
        height: 300px;
    }




    .content{
        padding: 60px 0;
    }
    .container_12{
        width: 100%;
    }
  .vendor-name,
  .intro__title{
      font-family: "Fira Sans";
      font-size: 38px;
      color: #000014;
      line-height: 56px;
      max-width: 18.75rem;
	  /*font-weight: 100;*/
  }
    .vendor-logo{
        margin-top: 60px;
    }

    .content h2{
        font-family: "Fira Sans";
        font-size: 30px;
        line-height: 2.8125rem;
        max-width: 18.75rem;
        margin: 0 auto;
        font-weight: 500;
    }
    .block_h2 h2{
    	font-size: 1.875rem; /* 15.07.2015 */
        line-height: 2.8125rem;
        max-width: 18.75rem;
        font-weight: 500;
    }
    .map__header h2{
        text-align: center;
    }
    .map__header p{
        text-align: center;
    }
    .map__content{
        position: fixed;
        top: 0;
		bottom:0;
        width: 100%;
        height: 100%;
        z-index: 9000;
        opacity: 0;
        visibility: hidden;
        left: -9999px;
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }
    .map__content.visible{
        opacity: 1;
        visibility: visible;
        left: 0;
    }
    .map__content:before{
        content: '';
        z-index: 9001;
        position: absolute;
        visibility: visible;
        left: 0;
        top: 0;
        width: 100%;
        height: 55px;
        background: rgba(51, 54, 67, 0.8);
    }
    .map__exit{
        width: 30px;
        height: 30px;
        background: url('../svg/close.svg') 50% 50% no-repeat;
        background-size: 15px 15px;
        position: fixed;
        z-index: 9002;
        right: 15px;
        top: 12px;
        cursor: pointer;
    }
    .map__header__text{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .map__spacer{
        display: none;
    }
    .map__header{
        background-color: rgba(18, 23, 15, 0.95);
    }
    .show-map{
        color: #A4D48E;
        letter-spacing: 1px;
        font-size: 0.875rem;
        line-height: 19px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-align: center;
        /*margin-top: 30px;*/
        cursor: pointer;
    }
    .content .items__legend h2{
        margin: 0 auto 40px;
        -ms-word-wrap: break-word;
        word-wrap:  break-word;
    }
    .block_lead{
        padding: 30px 0;
    }
/*.block_concept p,
  .block_lead p,*/
  .block_text p{
      font-size: 16px;
      color: #1A1A1A;
      max-width: 37.5rem;
  }

    /**********************
         COMMON.CSS
    **********************/

    .height_0{
        height: auto;
    }
    .intro__wide__info .intro__title{
        margin: 30px 0;
        color: #000000;
    }
    .block_vidos iframe{
        width: 100%; /* anton fix */
        height: 11.3rem;
    }
    .label{
        position: relative;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 18px;
        margin-top: 1.6875rem;
        margin-bottom: 1.375rem;
        width: 100%;
    }
    .info .label{
        padding-left: 0;
    }
    .svg .info .label{
        background: none;
    }/*
    .label:before{
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -0.625rem;
        left: -2.25rem;
        width: 1.25rem;
        height: 1.25rem;
        background: url(../svg/mobile-info.svg) 0 50% no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
    }*/
	.label_fix_i{
		position: absolute;
        top: 50%;
        margin-top: -0.625rem;
        left: -2.25rem;
        width: 1.25rem;
        height: 1.25rem;
        background: url(../svg/mobile-info.svg) 0 50% no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
	}
    .intro__date{
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;
        line-height: inherit;
        margin-left: 0;
        color: rgba(0, 0, 0, 0.2) !important;
    }
    .intro__wide__info{
        position: relative;
        bottom: inherit;
    }

    .intro{
        margin-bottom: 45px;
    }
    .wide{
        margin-left: -10px;
        margin-right: -10px;
    }
    .block_slider .slick-track{
        margin-left: 0;
    }
    .slider__item {
        width: 20rem;
        margin: 0 0.625rem;
    }
    .slider{
        text-align: center;
    }
    .slider .slick-slide{
        opacity: 1;
    }
    .slider .slick-dots{
        display: inline-block;
        position: relative;
        /*top: -2rem;*/
        width: auto;
        margin: 0 auto;
        padding: 0.3rem;
		line-height: 0;
        background-color: rgba(255, 255, 255, 0.49);
        border-radius: 10px;
    }

    .slider__title {
        width: auto;
        margin: 20px 15px 20px;
        text-align: left;
    }

    .vendors .slick-list{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .vendors .js-tooltip-content{
        display: block;
        border-radius: 7px;
        background-color: #fff;
        color: #000;
        padding: 30px;
        margin-top: 10px;
        word-wrap: break-word;
        font-size: 16px;
    }


    .block_map,
    .block_dialog, .block_vendor,
    .block_h2, .block_muah,
    .block_fit-room, .block_vendors,
    .block_concept, .block_dress{margin-top: 60px; margin-bottom: 60px}

    .block_price, .block_clock,
    .block_text, .block_slider,
    .block_1170px, .block_1920px,
    .block_quote, .block_lead{margin-top: 30px; margin-bottom: 30px}

    .block_pics, .block_vidos{margin-top: 15px; margin-bottom: 15px}

    main > section:last-child {
        margin-bottom: 60px;
    }

    .intro__wide__bg img{
        opacity: 1;
    }

    .intro__wide__bg:after {
        display: none;
    }

    .highlight{
        font-size: 28px;
        line-height: 1.7;
    }
    .fitting h3,
    .fitting p{
        margin-bottom: 20px;
		letter-spacing: -0.05rem; /* 14.07.2015 */
    }
    .fitting p{
        font-size: 16px;
        letter-spacing: .03rem;
        line-height: 1.6875rem;
    }
    .fitting__list{
        margin-left: 0;
    }
    .fitting__list .list__item{
        width: 6.25rem;
        margin-right: 2.5rem;
        margin-left: 0;
    }
    .fitting__list .list__item img{
        width: 100%;
    }
    .fitting__list .list__item span{
        font-size: 11px;
        line-height: 0.9375rem;
        margin-top: 0.625rem;
    }
    .message__image{
        float: none;
        width: 6.25rem;
        margin: 15px auto 10px;
    }
    .message__image img{
        display: block;
        width: 100%;
    }
    .block_concept p,
    .block_lead p,
    .block_text p{
        font-size: 16px;
        line-height: 1.6875rem;
        margin-bottom: 30px;
    }
    /*.container_12 .alpha.omega p{
        font-size: 16px;
        line-height: 54px;
    }*/
    .alpha.omega .message__content p{
        margin: 0;
        padding: 0 10px;
        font-size: 16px;
        line-height: 1.6875rem;
    }
    /* anton fix
    .message__content p strong{
        font-weight: normal;
    }
    */
    .image__title{
        border:none;
    }

    .items__block{
        margin-top: 10px;
    }
    .items__block:first-child{
        margin-top: 10px;
    }
    .items__block:last-of-type{
    }
    .grid_7.alpha .items__block:last-of-type{
    }
    .container_12 .grid_5{
        width: 100%;
    }
    .ui-tooltip{
        width: 20rem;
    }
    .ui-tooltip-custom .ui-tooltip-content{
        position: relative;
        top: -1.1rem;
        width: 17rem;
        padding: 20px 10px 16px;
        background: #fff;
        margin: 0 10px;
        border: 4px solid #d3d3d3;
        border-radius: 10px;
    }
	.ui-tooltip-content p{
		max-height: 13rem;
		word-wrap: break-word;
		overflow: auto;
	}
    .ui-tooltip-custom .ui-tooltip-content:before{
        content: none;
    }

    .ui-tooltip-custom .ui-tooltip-content:after{
        content: '';
		left: 999999999999999px;
		display:none;
		/*
        position: absolute;
        display: block;
        bottom: -20px;
        margin-bottom: 0;
        left: 3rem;
        width: 21px;
        height: 20px;
        /*background: url('../i/pop-up-triangle.png');
        -webkit-background-size: cover;
        background-size: cover;*/
    }
	.tooltip_fix_shit{
		position: absolute;
        display: block;
        bottom: -20px;
        margin-bottom: 0;
        left: 3rem;
		margin-left: -0.5rem;
        width: 21px;
        height: 20px;
        background: url('../i/pop-up-triangle.png');
        -webkit-background-size: cover;
        background-size: cover;
	}

    /* slick */

    .carousel-vendors .slick-track{
        margin-left: 0.625rem;
    }
    .carousel-vendors .carousel__item{
        width: 18.75rem;
        margin: 0 0.625rem;
    }

    .slick-slide img{
        width: 100%;
    }
    .slick-active .card-vendor:hover:not(.no-hover) .card__content {
        height: 4.375rem;
        margin-top: 0;
    }
    .slick-active .card-vendor:hover:not(.no-hover) .card__label {
        margin-top:30px;
    }
    .card-vendor .card__content{
        height: 4.375rem;
        padding: 30px 0 0;
    }
    .card-vendor .card__content, .card-vendor .card__label, .tags .list__link {
        transition: none;
    }
    .card-vendor .card__title{
        font-size: 16px;
        line-height: 1.6875rem;
        margin-bottom: 0.0625rem;
    }
    .card-vendor .card__post{
        font-size: 15px;
    }
    .card__label .label{
        margin-top: 20px;
    }
    .slick-dots{
        width: 18.75rem;
        /*margin: 1.25rem 0;*/
		margin: 0.35rem 0; /* 15.07.2015 */
        text-align: center;
    }
    .slick-dots li{
        display: inline-block;
        width: .5rem;
        height: .5rem;
        margin: 0 5px;
        border-radius: 100%;
        background: #e5e5e5;
    }
    .slick-dots li.slick-active{
        background: #a5d48e;
    }
    .slick-dots li button{
        display: none;
    }

    .items__legend{
        height: auto;
        /*padding-bottom: 85px;*/
		padding-bottom: 2.7rem; /* 15.07.2015 */
    }
    .items__legend, .items__legend div{
        display: block;
    }
    .items__legend > div{
        /*padding-top: 50px;*/
		padding-top: 2.7rem; /* 15.07.2015 */
    }
    .items__legend__list .list__item{
        width: 4.1rem;
        margin: 0 24px;
        background-size: 40%;
    }
    /* <!--anton fix */
    .items__legend__list .list__item:nth-child(2){
        margin: 0;
        width: 5rem;
		margin-left: 0.6rem;
    }
    /* anton fix--> */
    .items__legend__list .list__item img{
        max-width: 100px;
		max-height: 5rem; /* 15.07.2015 */
    }
    .items__legend__list .list__item span{
        display: block;
        margin-top: 0.8rem; /* 15.07.2015 */
        font-size: 14px;
        line-height: 1.1875rem;
    }
    .items__legend__list .list__item:first-of-type{
          margin: 0 1.6rem 0 0; /* 15.07.2015 */
    }
    .items__legend__list .list__item:last-of-type{
        margin: 0 0 0 1.9rem;
    }
    .items__legend__list .list__round{
        width: 1.7rem; /* 15.07.2015 */
		height: 1.7rem; /* 15.07.2015 */
        border: 2px solid black; /* 15.07.2015 */
        background-size: 50%; /* anton fix */
		position: relative; /* 15.07.2015 */
		top: 2px; /* 15.07.2015 */
    }
    .items__legend__list .list__round:last-of-type{
        background-size: 45%;
    }
    .alpha.omega .items__legend__list .list__item p{
        font-size: 0.875rem;
        line-height: 1.1875rem;
        margin-bottom: 0;
    }
    .price__image, .clock__image{
        width: 7.75rem;
        display: block;
        margin: 0 auto;
    }
    .price__content, .clock__content{
        display: block;
        margin: 30px auto 0;
    }
    .price__content p, .clock__content p{
        font-family: "Fira Sans";
        font-size: 30px;
        line-height: 2.8125rem;
        max-width: 300px;
        font-weight: 400;
        text-align: center;
    }
    .price__content p span.rubl{
        position: relative;
    }
    .price__content p span.rubl:before{
        content: '';
        position: absolute;
        display: block;
        bottom: 23px;
        left: 1px;
        width: 0.2rem;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5%;
    }
    .price__content p span.rubl:after{
        content: '';
        position: absolute;
        display: block;
        bottom: 19px;
        left: 1px;
        width: 0.5rem;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5%;
    }
    .faq dt{
        padding-left: 30px;
    }
    .faq dd{
        padding-left: 30px;
        font-size: 18px;
    }
    .faq dd iframe{
        width: 20rem;
        margin-left: -40px;
        max-height: 10rem;
    }
    .faq dt:before, .faq dd:not(:last-child):before{
        left: 0;
    }
    .gallery img{
        margin-top: 15px;
    }
    .block_price, .block_clock{
        padding: 60px 0;
    }


    /**********************
            GRID.CSS
    **********************/

    .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12{
        margin-left: 0;
        margin-right: 0;
    }
    body{
        font-size: 100%;
        min-width: 100%;
    }
    .container_12 {
        width: 100%;
    }
    .container_12 .grid_12{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .container_12 .grid_8{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .container_12 .grid_7 {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .container_12 .grid_7.omega{
        width: 100%;
        float: left;
		margin-top: 3.1rem; /* 15.07.2015 */
    }
    .container_12 .suffix_2{
        padding-right: 30px;
    }
    .container_12 .suffix_2.alpha.omega{
        padding-right: 20px;
    }
    .container_12 .prefix_2{
        padding-left: 30px;
    }
    .container_12 .prefix_2.alpha.omega{
        padding-left: 20px;
    }
    .container_12 .prefix_3{
        padding-left: 0;
        text-align: center;
        padding-bottom: 13.875rem;
        background-position: 0 100%;
        background-size: contain;
    }
    .image__title h2{
        text-align: center;
        font-family: "Fira Sans";
        font-size: 30px;
        padding: 40px 0;
        line-height: 2.8125rem;
        max-width: 300px;
        font-weight: 500;
    }
    .container_12 .grid_4{
        width: 240px;
        margin: 0 10px; /* 14.07.2015 */
    }
    .container_12 .grid_4.omega{
        width: 100%;
        margin-top: 60px;
        padding-left: 0;
    }

    .items__block a img{
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 18.75rem;
        margin: 0 auto;
    }

    /**********************
           MOONCAKE.CSS
    **********************/

    h3{
        font-size: 20px;
        letter-spacing: .05rem;
    }

    /* <!--anton fix */

    /* WIDE MAKEUP (Muah) */
    .wide.makeup .grid_4{
        width: 18.75rem;
        margin: 0 10px;
    }
    .wide.makeup .grid_4 img{
        width: 100%;
    }
    .wide.makeup .makeup__legend {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: -50px;
    }
    .wide.makeup .makeup__legend__image {
        display: inline-block;
        width: 6.25rem;
        height: 6.25rem;
        background-color: #fff;
        border-radius: 50%;
    }
    /*.wide.makeup .makeup__legend__image img{ width: 4.375rem; }*/ /* 15.07.2015 */

    .wide.makeup .makeup__legend span {
        font-size: 16px;
        margin-top: -16px;
    }
    .wide.makeup .grid_4:nth-child(3) p{
        margin-bottom: 0;
    }
    .wide.makeup .grid_4:nth-child(3) p span{
        margin-top: 20px;
    }
    .gallery.grid_8 .grid_4{
        width: 9.0625rem;
        margin: 0;
    }
    .gallery.grid_8 .grid_4:nth-of-type(2n){
        margin: 0 0 0 10px;
    }
    .grid_8.prefix_2.suffix_2.alpha.omega.clearfix{
        padding-left: 10px;
        padding-right: 10px;
    }
    .block_vidos{

    }
    .block_vidos .grid_8.prefix_2.suffix_2.alpha.omega.clearfix{
        padding: 0;
    }
    .slick-slide, .slick-prev, .slick-next, .info__content, .social__list .list__item {
        transition: none;
    }
    .carousel .slick-slide{opacity: 1;}
    /*  anton fix-->*/
	.fancybox-image, .fancybox-iframe{
		width: auto;
	}
	.fancybox-image {
	  max-width: 100%;
	  max-height: 100%;
	}
	.-fancybox-custom .fancybox-close{
	/*
		position: absolute;
		right: -17px;
		top: -18px;
		*/
		  position: fixed;
		  right: 10px;
		  top: 18px;
	}
	.b-main__article:first-child .item__title{
		font-size: 1.5rem;
		line-height: 2rem;
		text-align: center;
	}
	body > div > div.b-main > div.b-main__content > a:nth-child(1) > div{
		text-align: center;
	}
	.b-main__article:first-child{
		padding: 900% 0 30%;
	}
	.b-main__article .item__btn{display:none;}
	.b-main__article{
		padding: 1rem 0 1rem 7rem;
	}

    .b-articles__item:hover .item__tmb:after, .b-articles__item:hover .item__tmb:before {
    display: none;
    opacity: 0;
    }

}

@media all and (max-width: 414px){
/*
    .ui-tooltip-custom .ui-tooltip-content:after{
        left: 5.7rem;
    }*/
}
@media all and (max-width: 375px){
/*
    .ui-tooltip-custom .ui-tooltip-content:after{
        left: 4.6rem;
    }*/
}
@media all and (max-width: 360px){
/*
    .ui-tooltip-custom .ui-tooltip-content:after{
        left: 4.5rem;
    }*/
}
@media all and (max-width: 320px){
/*
    .ui-tooltip-custom .ui-tooltip-content:after{
        left: 4rem;
    }*/
}
