.b1t-ymservice-custom-main-blocks {
    position:relative;
    z-index:11;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b1t-ymservice-custom-main-blocks h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0px;
}



/* ----------------------- */
/* Таб общий               */
/*-------------------------*/
.b1t-ymservice-custom-main-blocks .tab {
    -moz-box-shadow: 6px 10px 16px 0 rgba(51, 55, 57, 0.18);
    -webkit-box-shadow: 6px 10px 16px 0 rgba(51, 55, 57, 0.18);
    box-shadow: 6px 10px 16px 0 rgba(51, 55, 57, 0.18);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
    background: #fff;
    position: relative;
    overflow: hidden;
    
    -webkit-transition: background 0s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    height: 120px;
}

.b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab {
    -moz-box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}
#tab-get-online-container{
    display: none;
}

/* Кнопка таба (обёртка для иконки и текста таба) */
.b1t-ymservice-custom-main-blocks .tab .tab-button{
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 374px;
    overflow: hidden;
}
.b1t-ymservice-custom-main-blocks .tab-a{
    color: #000000;
}
.b1t-ymservice-custom-main-blocks .tab-a:hover {
    background: -webkit-linear-gradient(to right, #76b6f5, #5088cc);
    background: -moz-linear-gradient(to right, #76b6f5, #5088cc);
    background: -ms-linear-gradient(to right, #76b6f5, #5088cc);
    background: -o-linear-gradient(to right, #76b6f5, #5088cc);
    background: linear-gradient(to right, #76b6f5, #5088cc);
}
/* ----------------------- */
/* Иконка таба             */
/*-------------------------*/
.b1t-ymservice-custom-main-blocks .tab .tab-button-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 120px;
    padding-left: 0px;
}
.b1t-ymservice-custom-main-blocks .tab .tab-button-icon.icon-72-bf-48 {
    display: none;
}

.b1t-ymservice-custom-main-blocks .tab .tab-button-icon:before {
    top: 50%;
    left: 50%;
}



/* Корректировка положения иконки таба "Узнать стоимость" */
.b1t-ymservice-custom-main-blocks .tab-a .tab-button-icon:before,
.b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair] .tab-button-icon:before,
.b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get] .tab-button-icon:before {
    width: 78px;
    height: 78px;
    top: 50%;
    left: 24px;
    margin-top: -39px;
    margin-left: 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.b1t-ymservice-custom-main-blocks .tab-a .tab-button-icon:before,
.b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab-a .tab-button-icon:before {
    background-image: url(/bitrix/templates/ymservice/images/icons/calculator.png);
}
.b1t-ymservice-custom-main-blocks .tab-a:hover .tab-button-icon:before {
    background-image: url(/bitrix/templates/ymservice/images/icons/calculator_hover.png);
}

/* Корректировка положения иконки таба "Сдать в ремонт" */

.b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair] .tab-button-icon:before,
.b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab[data-tab=tab-repair] .tab-button-icon:before {
    background-image: url(/bitrix/templates/ymservice/images/icons/location.png);
}
.b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair]:hover .tab-button-icon:before {
    background-image: url(/bitrix/templates/ymservice/images/icons/location_hover.png);
}

/* Корректировка положения иконки таба "Получить из ремонта" */

.b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get] .tab-button-icon:before,
.b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab[data-tab=tab-get] .tab-button-icon:before  {
    background-image: url(/bitrix/templates/ymservice/images/icons/status.png);
}
.b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get]:hover .tab-button-icon:before {
    background-image: url(/bitrix/templates/ymservice/images/icons/status_hover.png);
}

/* ----------------------- */
/* Текст кнопки таба       */
/*-------------------------*/
.b1t-ymservice-custom-main-blocks .tab .tab-button-text {
    position: absolute;
    left: 120px;
    bottom: 0px;
    top: 0px;
    width: 254px;
    -webkit-transition: color 0s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0s cubic-bezier(0.4, 0, 0.2, 1);
}

.b1t-ymservice-custom-main-blocks .tab:hover .tab-button-text,
.b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab-button-text {
    color: #fff;
}

.b1t-ymservice-custom-main-blocks .tab .tab-button-text table {
    width: 100%;
    height: 100%;
}
.b1t-ymservice-custom-main-blocks .tab .tab-button-text table td {
    vertical-align: middle;
    padding: 0px 15px;
}
.b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .desc {
    font-size: 12px;
    margin-top: 3px;
    opacity: 0.87;
}

.b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .short-name {
    display:none;
}
.b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .full-name {
    font-size: 24px;
    line-height: 24px;
}

/* ------------------------------- */
/* Меню таба                       */
/*-------------------------------- */

.b1t-ymservice-custom-main-blocks .tab .tab-menu {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 100%;
    left: 374px;
    width: 507px;
    display: table;
}

.b1t-ymservice-custom-main-blocks .tab-menu .table-row{
    display: table-row;
}

.b1t-ymservice-custom-main-blocks .tab-menu .tab-menu-item {
    display: table-cell;
    width: 1%;
    height: 100%;
    text-align: center;
    padding: 20px 10px 0px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
}

.b1t-ymservice-custom-main-blocks .tab-menu .tab-menu-item:first-child {
    
     -moz-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.1) inset;  
    -webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.1) inset;  
    box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.1) inset; 
}

.b1t-ymservice-custom-main-blocks .tab-menu .tab-menu-item .icon-24 {
    margin-top: 5px;
    margin-bottom: 10px;
    opacity: 0.85;
}

/* строка только для меню табов - используется для мобильной версии на внутренних страницах */
.b1t-ymservice-custom-main-blocks .row-tab-menus {
    display: none;
}
.b1t-ymservice-custom-main-blocks .row-tab-menus .tab-menu {
    display: none;
}

/* ------------------------------- */
/* Контент табов                   */
/*-------------------------------- */

.b1t-ymservice-custom-main-blocks .tab-content {
    display: none;
}

.b1t-ymservice-custom-main-blocks .tab-content.active {
    display: block;
}

.b1t-ymservice-custom-main-blocks .tab-content-item {
    display: none;
    margin-bottom: 25px;
}

.b1t-ymservice-custom-main-blocks .tab-content-item.active {
    display: block;
}

.b1t-ymservice-custom-main-blocks .b1t-ymservice-block {
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}




/* Общие стили для разрешений больше мобильного */
@media only screen and (min-width: 768px) {
    
    .b1t-ymservice-custom-main-blocks .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .b1t-ymservice-custom-main-blocks .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab-wrapper {
        display: none;
    }

    .b1t-ymservice-custom-main-blocks .tab-wrapper {
        -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }


    .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized {
        width: 11.3%;
    }
    .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab .tab-button-icon:before {
        left: 50%;
        margin-left: -48px;
    }
    .b1t-ymservice-custom-main-blocks .tab-wrapper.active {
        width: 77.4%;
    }
    .b1t-ymservice-custom-main-blocks  .tab-wrapper.active .tab .tab-button-text,
    .b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab:hover .tab-button-text {
        color: #000;
    }

    .b1t-ymservice-custom-main-blocks .tab-button{
       -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .full-name {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .b1t-ymservice-custom-main-blocks .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .b1t-ymservice-custom-main-blocks .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab {
        height: 90px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-button{
         width: 307px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-button-icon {
        width: 98px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text {
        left: 98px;
        width: 209px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu {
        left: 307px;
        width: 420px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item {
        white-space: normal;
        font-size: 14px;
        padding: 10px 7px 0px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .icon-24 {
        margin-bottom: 5px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .item-text-outer {
        display: table;
        height: 30px;
        width: 100%;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .item-text-inner {
        display: table-row;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .item-text {
        display: table-cell;
        vertical-align: middle;
        text-align:center;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .full-name {
        /*display:none;*/
    }
    .b1t-ymservice-custom-main-blocks .tab-a .tab-button-icon:before,
    .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair] .tab-button-icon:before,
    .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get] .tab-button-icon:before {
        width: 64px;
        height: 64px;
        left: 50%;
        margin-top: -32px;
        margin-left: -32px;
    }
    .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab .tab-button-icon:before {
        margin-left: -36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .b1t-ymservice-custom-main-blocks {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .b1t-ymservice-custom-main-blocks .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    
    .b1t-ymservice-custom-main-blocks .row > div {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab {
        height: 200px;
    }
    .b1t-ymservice-custom-main-blocks .tab .tab-button{
         width: 230px;
    }
      
    .b1t-ymservice-custom-main-blocks .tab .tab-button-icon.icon-72-bf {
        display: none;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-button-icon.icon-72-bf.icon-72-bf-48 {
        display: block;
        width: 100%;
        position: relative;
        bottom: auto;
        height: auto;
    }
    .b1t-ymservice-custom-main-blocks .tab-a .tab-button-icon:before,
    .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair] .tab-button-icon:before,
    .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get] .tab-button-icon:before {
        position: relative;
        display: block;
        width: 112px;
        height: 112px;
        top: 0;
        left: 0;
        margin: 30px auto 20px auto;
    }
    .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab .tab-button{
         width: 100%;
    }
    .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab .tab-button-icon:before {
        width: 50px;
        height: 50px;
        left: 0;
        margin-left: auto;
    }
    .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab .tab-button-text {
        display: none;
    }

   
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text {
        width: 100%;
        position: relative;
        bottom: auto;
        height: auto;
        left: 0;
        text-align: center;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td {
        padding: 0px 10px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu {
        left: 230px;
        width: 324px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item {
        white-space: normal;
        font-size: 11px;
        padding: 5px 5px 0px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .icon-24 {
        margin-bottom: 0px;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .item-text-outer {
        display: table;
        height: 30px;
        width: 100%;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .item-text-inner {
        display: table-row;
    }
    
    .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item .item-text {
        display: table-cell;
        vertical-align: middle;
        text-align:center;
    }

    .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .full-name {
        /*display:none;*/
    }
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .desc {
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    
    .b1t-ymservice-custom-main-blocks .row-tabs-inline {
        display: none;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab {
        height: auto;
        margin-bottom: 10px;
    }

    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button{
        position: relative;
        width: 100%;
        overflow: visible;
        height: 70px;
    }

    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button-icon {
        width: 100px;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button-icon.icon-72-bf {
        display: none;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button-icon.icon-72-bf.icon-72-bf-48 {
        display: block;
    }
    
    
    /* Корректировка положения иконки таба "Узнать стоимость" */
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab-a .tab-button-icon:before,
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab[data-tab=tab-repair] .tab-button-icon:before,
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab[data-tab=tab-get] .tab-button-icon:before {
        margin-top: -27px;
        margin-left: 0;
        width: 54px;
        height: 54px;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button-text {
        left: 100px;
        bottom: 0px;
        top: 0px;
        width: auto;
        right: 0px;
        color: #000;
    }
    .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .full-name {
        font-size: 16px;
        line-height: 16px;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button-text table td {
        padding: 0px 0px;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-button-text table td .desc {
        display:none;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-menu {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        display: none;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab-wrapper.active .tab .tab-menu {
        display: block;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-menu .tab-menu-item {
        padding: 0px 5px;
        white-space: normal;
        vertical-align: middle;
        height: 68px;
    }
    
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-menu .tab-menu-item .icon-24 {
        display: none;
    }
    
    .b1t-ymservice-custom-main-blocks .tab-content-item {
        margin-bottom: 10px;
        margin-top: -5px;
    }
    
    .b1t-ymservice-custom-main-blocks .b1t-ymservice-block {
         padding: 20px 10px 20px;
    }
    

}

@media only screen and (max-width: 500px) {
    .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab .tab-menu .tab-menu-item {
        font-size: 12px;
    }
}


/* ------------------------------- */
/* Стили для внутренних страниц    */
/*-------------------------------- */

@media only screen and (min-width: 768px) {
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-a .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair] .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get] .tab-button-icon:before {
        width: 50px;
        height: 50px;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab-a .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab[data-tab=tab-repair] .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab[data-tab=tab-get] .tab-button-icon:before {
        margin-left: -35px;
    }

    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab {
        height: 68px;

        -webkit-transition: background 0s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
              transition: background 0s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-text table td .desc {
        display:none;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-icon {
        width: 80px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-icon.icon-72-bf {
        display: none;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-icon.icon-72-bf.icon-72-bf-48 {
        display: block;
    }
    
    /* Корректировка положения иконки таба "Узнать стоимость" */
   
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-text {
        left: 80px;
        width: 293px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized {
        width: 90px;
    }
    
}

@media only screen and (min-width: 1200px) {
    
    html.bx-no-touch.b1t-ym-not-main-page .b1t-ymservice-custom-main-blocks {
        min-height: 88px;
    }
    
    
    html.bx-no-touch.b1t-ym-not-main-page .b1t-ymservice-custom-main-blocks .tab-wrapper .tab:hover,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab {
        height: 88px;
    }

    html.bx-no-touch.b1t-ym-not-main-page .b1t-ymservice-custom-main-blocks .a-tab-wrapper .tab:hover,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab {
        height: 88px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.active {
        width: 960px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-menu {
        width: 576px;
        padding-right: 20px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-menu .tab-menu-item {
        padding: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab-a .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab[data-tab=tab-repair] .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab[data-tab=tab-get] .tab-button-icon:before {
        margin-left: -30px;
    }
    
    html.bx-no-touch.b1t-ym-not-main-page .b1t-ymservice-custom-main-blocks {
        min-height: 88px;
    }
    
    html.bx-no-touch.b1t-ym-not-main-page .b1t-ymservice-custom-main-blocks .tab-wrapper .tab:hover,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.active .tab {
        height: 88px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.active {
        width: 770px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-menu {
        width: 453px;
        padding-right: 10px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized {
        width: 83px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.active {
        width: 564px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-menu {
        width: 320px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-icon.icon-72-bf.icon-72-bf-48 {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 68px;
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-a .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-repair] .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab[data-tab=tab-get] .tab-button-icon:before {
        top: 50%;
        position: absolute;
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab .tab-button-icon.icon-72-bf.icon-72-bf-48 {
        width: 68px;
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab-a .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab[data-tab=tab-repair] .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-wrapper.minimized .tab[data-tab=tab-get] .tab-button-icon:before {
        margin-left: -25px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab .tab-button-text {
        left: 0;
        padding-left: 60px;
        width: 100%;
        height: 68px;
        vertical-align: middle;
    }
    
   
}

@media only screen and (max-width: 767px)  {

    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tabs-inline,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tab-menus,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tab-menus .tab-menu.active{
        display: block;
    }
    
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tabs-by-rows .tab-wrapper,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tabs-inline .tab .tab-button-text,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tabs-inline .tab .tab-menu{
        display: none;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline {
        margin-right: 0px;
        margin-left: 0px;
    
        position: relative;
        z-index: 1;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;

        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        
        height: 70px;

    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab .tab-button { 
        width: 100%;                                                    
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab .tab-button-icon {
        width: 100%;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab .tab-button-icon.icon-72-bf {
        display: none;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab .tab-button-icon.icon-72-bf.icon-72-bf-48 {
        display: block;
    }
    
    
    /* Корректировка табов */
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab-wrapper.active .tab-a,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab-wrapper.active .tab[data-tab=tab-repair],
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab-wrapper.active .tab[data-tab=tab-get] {
        background-color: #fff;
        border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        -webkit-border-bottom-right-radius: 0; 
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab-a{
        border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;   
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab[data-tab=tab-get] {
        border-top-right-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;     
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab-a .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab[data-tab=tab-repair] .tab-button-icon:before,
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row.row-tabs-inline .tab[data-tab=tab-get] .tab-button-icon:before {
        left: 50%;
        margin-top: -27px;
        margin-left: -27px;
        width: 54px;
        height: 54px;
        background-color: #fff;
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-menu .table-row {
        border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;       
        -moz-box-shadow: 6px 10px 16px 0 rgba(51, 55, 57, 0.18);
        -webkit-box-shadow: 6px 10px 16px 0 rgba(51, 55, 57, 0.18);
        box-shadow: 6px 10px 16px 0 rgba(51, 55, 57, 0.18);    
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-menu .table-row .tab-menu-item:first-child {
        border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;   
    }
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-menu .table-row .tab-menu-item:last-child {
        border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;    
    }  
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tab-menus .tab-menu .tab-menu-item {
        padding: 0px 5px;
        white-space: normal;
        vertical-align: middle;
        height: 70px;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tab-menus .tab-menu .tab-menu-item:first-child {
    
        -moz-box-shadow: none;  
        -webkit-box-shadow: none;  
        box-shadow: none;  
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tab-menus .tab-menu .tab-menu-item .icon-24 {
        display: none;
    }
    
    div.content-wrapper .b1t-ymservice-custom-main-blocks .tab-content-item {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 500px) {
    div.content-wrapper .b1t-ymservice-custom-main-blocks .row-tab-menus .tab-menu .tab-menu-item {
        font-size: 12px;
    }
}