

/* Start:/bitrix/templates/textime/components/bitrix/system.pagenavigation/.default/style.css?17575145582389*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 5px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #ec691f;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ec691f;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	border-color: #ec691f;
    background: #ec691f;
    color: #fff;
}

/* End */


/* Start:/local/components/bit/promotions/templates/.default/bitrix/catalog.section/promotions/style.css?173514097510222*/
.wrap {
    overflow: unset !important;
}

.price .price_by_request {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #ec691f !important;
}

.text_block .content_promotions img {
    margin-top: 0;
}

.content_promotions .data {
    display: grid !important;
    grid-template-columns: 27% 48% 25%;
    border-radius: 10px;
    position: relative;
    padding: 20px !important;
}

.content_promotions .data .data_delimiter {
    margin-bottom: 20px;
    position: absolute;
    height: calc(100% - 30px);
    border-left: 1px solid #e5e5e5;
    left: 32%;
}

.content_promotions .data .data_delimiter.second {
    left: 73%;
}

/*
.content_promotions .products.block .data .chart,
.content_promotions .products.block .data .color_name,
.content_promotions .products.block .data .availability {
    display: none;
}*/

.content_promotions .products .product .product_name {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 0;
    align-self: center;
    /*position: sticky;*/
    /*top: 120px;*/
    /*top: 50%;*/
    /*bottom: 50%;*/
    /*transform: translate(0, -50%);*/
}

.content_promotions .products .product .product_name a {
    font-size: 20px;
}

.content_promotions .products .product .product_name a:hover {
    text-decoration: underline;
}

.content_promotions .products .product .product_name a .short_name {
    font-size: 0.7em;
}

.content_promotions .products .product .favorite_btn {
    margin: 15px 0;
    justify-content: flex-start;
}

.content_promotions .products .product .features {
    margin: 0;
    color: #636262;
    width: 100%;
}

.content_promotions .products .product .features > * {
    padding: 0;
}

.content_promotions .products .product .features > *:before {
    content: none;
}

.content_promotions .products .product .layers {
    margin-bottom: 10px;
}

.content_promotions .products .product .layers .chart_info {
    color: unset;
    font-size: unset;
    line-height: unset;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    font-weight: normal;
}

.content_promotions .products .product table {
    border: none;
}

.content_promotions .products .product table tbody tr {
    border: none;
}

.content_promotions .products .product table tbody td {
    border: none;
    box-shadow: none;
    padding: 0;
    min-width: auto;
    color: unset;
    font-weight: unset;
    font-size: unset;
    line-height: unset;
    background: #fff;
}

.content_promotions .products .product table tbody td:first-child {
    width: 100px;
}

.content_promotions .products .product table tbody td:nth-child(2) {
    font-weight: normal;
    padding-left: 10px;
}

.content_promotions .products .product .preview_text {
    /*width: 15%;*/
    /*margin-left: 20px;*/
    color: #636262;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.content_promotions .products .product .colors {
    display: inline-grid;
    align-items: center;
    width: 100%;
    height: 100%;
    /*margin: 0;*/
    margin-left: unset;
    /*margin-right: 30px;*/
    padding: 0 30px 0 20px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.content_promotions .products .product .colors .row {
    max-width: 50%;
}

.content_promotions .colors .offer_color {
    display: flex;
    align-items: center;
    width: auto !important;
    justify-content: space-between;
    margin-bottom: 8px !important;
    margin-left: 8px !important;
}

.content_promotions .colors .offer_color .offer_color__label {
    display: flex;
    align-items: center;
}


.content_promotions .colors .offer_color .offer_color__label .field label{
    width: 35px;
    height: 35px;
}

.content_promotions .colors .offer_color .offer_color__label_name{
    margin: 0 20px 0 10px;
    color: #636262;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}

.content_promotions .colors .offer_group_colors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.content_promotions .colors .offer_group_colors:last-child {
    margin-bottom: 0;
}

.content_promotions .colors .offer_group_colors .offer_color__price {
    background: #e10202;
    padding: 2px 2px;
    color: #fff;
    font-weight: 500;
    font-size: larger;
    transform: skewX(-6deg);
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    height: fit-content;
    min-width: 22%;
    width: 45%;
    text-align: center;
}

.content_promotions .colors .offer_group_colors .offer_color__prices {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 55%;
}

.content_promotions .colors .offer_color .price__val{
    width: max-content;
}

.offer_color__prices .old_price {
    margin-right: 12px;
}

.offer_color__prices .old_price__val {
    font-size: large;
}

.content_promotions .products .product .col_right {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-rows: 33% 33% 34%;*/
    width: 100%;
    padding: 0 10px 0 30px;
    margin-left: 0;
    align-self: center;
    /*position: sticky;*/
    /*top: 120px;*/
}


.content_promotions .products .product .col_right .selected_color {
    padding: 0;
    margin-bottom: 20px;
}

.content_promotions .products .product .col_right .selected_color .image + * {
    width: max-content;
    min-width: 45%;
}


.content_promotions .products .product .col_right .amount {
    margin-right: 0;
}

.content_promotions .products .product .col_right .amount button:disabled {
    background-color: #f1f1f1;
}

.content_promotions .products .product .col_right .amount button:hover {
    background-color: #f1f1f1;
}

.content_promotions .products .product .col_right .amount input:disabled {
    background-color: #e5e5e5;
}

.content_promotions .products .product .buy_btn {
    width: 100%;
    margin-top: 15px;
}

.content_promotions .products .product .buy_btn:disabled {
    background-color: #ababab;
}

@media (max-width: 1279px) {
    .content_promotions .data {
        grid-template-columns: 25% 50% 25%;
    }

    .content_promotions .products .product .col_right {
        margin-top: 0;
    }

    .content_promotions .products .product .col_right .selected_color {
        width: 100%;
        margin-left: 0;
        order: unset;
    }

    .content_promotions .products .product .col_right .amount {
        margin-left: 0;
        order: unset;
    }

    .content_promotions .products .product .col_right .selected_color .image + * {
        min-width: 35%;
    }

    .content_promotions .products .product .col_right .selected_color {
        display: none;
    }
}

@media (max-width: 1150px) {
    .content_promotions .data {
        grid-template-columns: 25% 55% 20%;
    }

    .content_promotions .colors .offer_group_colors .offer_color__price {
        width: 53%;
    }

    .offer_color__prices .old_price__val {
        font-size: 17px;
    }



    .content_promotions .products .product .col_right .amount {
        order: 1;
    }

    .content_promotions .products .product .buy_btn {
        order: 2;
    }

    .content_promotions .colors .offer_group_colors .offer_color__price {
        min-width: 28%;
    }
}

@media (max-width: 860px) {
    .content_promotions .data {
        display: block !important;
    }

    .content_promotions .products .product table {
        width: 100%;
    }

    .content_promotions .products .product .colors {
        border: none;
        padding: 0;
    }

    .content_promotions .products .product .col_right {
        margin-top: 20px;
        padding: 0;
    }

    .content_promotions .products .product .col_right .amount {
        margin-right: 0;
        margin-top: 0;
    }

    .content_promotions .products .product .colors .row {
        margin-left: -8px;
    }

    .content_promotions .colors .offer_group_colors .offer_color__price {
        min-width: 15%;
    }
}

@media (max-width: 510px) {
    .offer_color__prices .old_price__val,
    .content_promotions .colors .offer_group_colors .offer_color__price {
        font-size: 13px;
    }

    .offer_color__prices .old_price {
        margin-right: 8px;
    }
}

.content_promotions #availability_notice {
    margin-bottom: 20px;
}

.content_promotions .subsection_title {
    padding-left: 16px;
    position: relative;
}

.content_promotions .subsection_title:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 6px;
    height: 80%;
    content: '';
    background: #ec691f;
}

.block_head {
    margin-bottom: 20px !important;
}


/*компонент управления количеством*/
.amount_header {
    display: flex;
    align-items: center;
}

.amount_header__info {
    position: relative;
    cursor: default;
    height: 22px;
    margin-left: 5px;
}

.amount_header .description{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .05s linear;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(208, 208, 208, .3);
    padding: 5px;
    font-size: 13px;
    line-height: 17px;
    right: 100%;
    bottom: calc(100% - 18px);
    max-width: 14rem;
    width: max-content;
    height: auto;
    z-index: 3;
}

.amount_header .amount_header__info:hover .description {
    opacity: 1;
    visibility: unset;
}

.amount .amount_header__info:hover ellipse {
    stroke: #868686;
}

.amount .amount_header__info:hover text {
    fill: #868686;
}

.offer_info {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ec691f !important;
}

.amount .offer_info {
    margin-top: 10px;
    width: auto;
    text-align: center;
}
/* End */
/* /bitrix/templates/textime/components/bitrix/system.pagenavigation/.default/style.css?17575145582389 */
/* /local/components/bit/promotions/templates/.default/bitrix/catalog.section/promotions/style.css?173514097510222 */
