

/* Start:/local/templates/barrier/components/bitrix/news.list/page_podbor/style.css?17466979947863*/
.order-tabs {
    /* border: 1px solid red; */
}

.order-tabs .catalog-crossale {
    margin: 0px;
}

.order-tabs .catalog-more-holder {
    margin-top: 100px;
    background-color: #f4f4f4;
}
.order-tabs .catalog-crossale-heading {
    justify-content: center !important;
    text-align: center;
}

.order-tabs .btn--mb {
    margin-bottom: 20px;
}

.page-inner--w4 {
    max-width: 560px;
}

.order-tabs .tab-heading-item {
    max-width: 246px;
    text-align: center;
}

.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item.active .order-delivery-item-title {
    font-weight: normal;
}

.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item .order-delivery-item-content,
.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item.active .order-delivery-item-content,
.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item:hover .order-delivery-item-content {
    height: 48px;
}

@media screen and (min-width:1115px){
    .order.order-tabs .order-delivery .order-delivery-items {
        height: 78px;
    }
}


.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item .order-delivery-item-title{
    color: #777;
}


/* .order.order-tabs .order-delivery .order-delivery-items .order-delivery-item:hover .order-delivery-item-title , */
.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item.active .order-delivery-item-title {
    font-weight: 600;
    color: #222;
    font-size: 15px;

}


.page-inner--tabs {
    max-width: 1260px;
}

.max-width500px {
    max-width: 500px;
}
.margin-auto {
    margin: auto;
}
.width100 {
    width:100%;
}


.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item .order-delivery-item-content {
    border-width: thin;
    padding: 15px 25px !important;
}
.order.order-tabs .order-delivery .order-delivery-items .order-delivery-item {
    margin-right: 0;
}

.order.order-tabs  .tab-content-item,
.order.order-tabs .tab-content-item.show,
.order.order-tabs .tab-content-item.remove {
    transform: none;
    transition: none;
}
.order-page-inner--tabs {
    max-width: 1060px;
}

.tabs-heading {
    display: block;
}
.tabs-heading-mobile {
    display: none;
}

@media screen and (max-width:1100px){
    .tabs-heading,
    .order.order-tabs .order-delivery .order-delivery-items {
        display: none;
    }
    .tabs-heading-mobile{
        display: block;
    }

    .tabs-heading-mobile select{
        display: block;
        border: 1px solid #222;
        color: #222;
        margin: auto;
        height: 53px;
        line-height: 53px;
        min-width: 600px;
        padding: 16px 40px 16px 20px;
    }
}

.btn--black_tabs:hover,
.btn--black_border:hover{
    background-color: #222;
    color: #fff;
}

.btn--black_tabs {
    border: 2px solid #1e1e1e;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.3s border-color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-content{
    overflow: hidden;
}

.catalog-crossale-content .catalog-items {
    justify-content: center;
}
.catalog-crossale .catalog-crossale-content .catalog-item {
     margin: 0px 10px;
}

.order .order-delivery {
    width: 100%;
}

.order .order-delivery .order-delivery-items {
    justify-content: center!important;
}

.tabs-wrapper {
    max-width: 1400px;
}

.map-tab-wrapper {
    display: flex;
}

.map-tab-item {
    width: calc(50% - 10px);
    max-width: 500px;
    position: relative;
    display: flex;
}

.map-tab-item:first-child {
    margin-right: 20px;
}

.map-tab-item img {
    width: 100%;
    border-radius: 15px;
}

.map-tab-item_text {
    position: absolute;
    color: #ffffff;
    font-size: 24px;
    font-family: 'SFPro', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 370px;
    left: 30px;
    bottom: 30px;
}

@media screen and (max-width:  1100px){
    .order-page-inner--tabs {
        display: flex;
        justify-content: center;
        max-width: 640px;
    }

    .tabs-heading-mobile {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        position: relative;
    }

    .tabs-heading-mobile select{
        -webkit-appearance: none;
        padding: 16px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent;
        border-radius: 0;
        border: 1px solid;
        outline: none;
        margin: 0;
        font-size: 16px;
        min-width: initial;
        font-family: 'SFPro',Arial,sans-serif;
        font-weight: 600;
        line-height: normal;
    }

    .tabs-heading-mobile::after {
        content: ' ';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        position: absolute;
        top: 50%;
        right: 20px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-color: #222 transparent transparent transparent;
    }

    .page-inner .page-inner{
        padding: unset;
    }

    .btn--medium.add_basket_next_page{
        font-size: 11px;
        font-weight: 900;
    }
}

.steps-wrapper {
    max-width: 850px;
    margin: 0 auto 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}

.step-item__text {
    color: #1e1e1e;
    font-size: 18px;
    font-family: 'SFPro', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 600;
    width: calc(100% - 42px);
}

.step-item {
    display: flex;
    max-width: 265px;
}

.step-item__num {
    color: #323232;
    font-size: 14px;
    width: 42px;
    height: 42px;
    font-family: 'SFPro', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    background-color: #f4f4f4;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-right: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.crans-block-text {
    font-size: 24px;
    color: #575757;
    text-align: center;
    max-width: 435px;
    margin: 0 auto;
}

.crans-block-title {
    text-align: center;
    margin-bottom: 15px;
}


@media screen and (max-width:  700px){
    #crans-block {
        margin-top: 40px;
    }

    #crans-block .catalog-item .catalog-item-content .catalog-item-buy {
        display: block;
        opacity: 1;
        bottom: 0;
        width: 30px;
        height: 30px;
        right: 0;
    }

    #crans-block .btn--buy:before {
        width: 13px;
        height: 16px;
    }

    .crans-block-text {
        font-size: 18px;
    }

    .steps-wrapper {
        max-width: 100%;
        flex-direction: column;
    }

    .step-item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .map-tab-wrapper {
        flex-direction: column;
    }

    .map-tab-item:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .map-tab-item {
        width: 100%;
    }

    .map-tab-item_text {
        font-size: 18px;
    }
}


.crns-block {
    opacity: 0;
    height: 0;
}

.crns-block.active {
    opacity: 1;
    height: 100%;
}

/* End */
/* /local/templates/barrier/components/bitrix/news.list/page_podbor/style.css?17466979947863 */
