

/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog/catalog/style.css?17436043513104*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
    .parent_item {
        width: 45% !important;
    }
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
    .parent_item {
        width: 100% !important;
    }
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
.parent_item {
        width: 100% !important;
    }
}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


.catalog_section_top_list{
	display: flex;
}

.parent_list_section {
	height: auto;
	width: 100%; 
}

.parent_list_item {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 10px; 
}

.parent_item {
    background: #e2e2e2;
    width: 31%;
    height: auto;
    margin: 9px;
    padding: 5px 10px;
}

.parent_item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.parent_item a {
	text-decoration: none;
	color: black
}

.parent_item a:hover {
	text-decoration: none;
	color: black

}

.section_discription {

	display: flex;
}

.discription {
		width: 100%;
}

.discription_model{
	margin-left: 5px;
	font-family: 'Proxima Nova';
	font-weight: 600;
	color: #0577fd; 
}

.item_discription_model {
	margin-left: 5px;
}

.discription_preview p {
	margin-left: 5px;
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-size: 13px; 
}

.discription_text p {
	font-family: 'Proxima Nova';
	font-size: 10px;

}

.discription_img {
	    width: 145px;
    height: 100px;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  margin-left: 10px; 
}

.discription_img:hover {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

.button_section{
	width: 100%;
}

.button_section_list {
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	background: #252428;
	width: 90%;
	font-size: 18px;
	font-family: 'Proxima Nova';
	font-weight: 600;
	color: #fff;
}

.button_section_list:hover {
	box-shadow: 0 0 10px rgba(7, 55, 142, 1);
}


.tittle_uzel {
    text-align: center;
    border: 1px solid black;
    width: 87%;
    padding: 5px;
    background: #252428;
    color: #fff;
    font-family: 'Proxima Nova';

}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17436043511265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog.element/catalog_detail_new/style.css?174360435147381*/
/* Sidebar */
.product-item-detail-info-section {
    padding: 0 20px;
}

@media (max-width: 992px) {
    .product-item-detail-info-section {
        padding: 0;
    }
}

.product-item-detail-info-container-title {
    margin-bottom: 3px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}

.product-item-detail-pay-block {
    positiosn: relative;
    margin-bottom: 15px;
    padding: 20px 20px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
    border-width: .5px;
}

/*Compare*/
.product-item-detail-compare-container {
    position: relative;
    margin: 0 -20px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* Price */
.product-item-detail-price-current {
    color: #d0021b;
    white-space: nowrap;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    text-decoration: line-through;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

/* SCU */
.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-selected-scu-container {
    word-spacing: 1px
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu {
    outline-width: .5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 32px;
    width: 32px;
    height: 100%;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.product-item-amount-field-btn-plus1,
.product-item-amount-field-btn-minus1 {
    position: relative;
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 100%;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}


.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.bx-retina .product-item-amount-field-btn-plus1,
.bx-retina .product-item-amount-field-btn-minus1 {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus1:hover,
.product-item-amount-field-btn-minus1:hover {
    background: #d3d3d3;
}


.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-plus1:after,
.product-item-amount-field-btn-minus1:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}
.product-item-amount-field-btn-minus1:after{
    left: 12px;
    right: 0;
}
.product-item-amount-field-btn-plus1:after{
    right: 12px;
    left: 0;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus1:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus1:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus1:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus1:hover {
    background-color: #f2f2f2;
}


.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-amount-field-btn-minus1:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}


.product-item-amount-field-btn-minus1:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}
.product-item-amount-field-btn-minus1:after{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.6875 13.0202C10.865 12.8427 10.8812 12.565 10.7359 12.3692L10.6875 12.3131L6.37465 8.00002L10.6875 3.68691C10.865 3.5094 10.8812 3.23162 10.7359 3.03588L10.6875 2.9798C10.51 2.80229 10.2323 2.78615 10.0365 2.93139L9.98043 2.9798L5.31376 7.64647C5.13625 7.82398 5.12012 8.10175 5.26535 8.29749L5.31376 8.35357L9.98043 13.0202C10.1757 13.2155 10.4923 13.2155 10.6875 13.0202Z' fill='%23ADADAD'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.product-item-amount-field-btn-plus1:after{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.31246 13.0202C5.13495 12.8427 5.11881 12.565 5.26405 12.3692L5.31246 12.3131L9.62535 8.00002L5.31246 3.68691C5.13495 3.5094 5.11881 3.23162 5.26405 3.03588L5.31246 2.9798C5.48997 2.80229 5.76775 2.78615 5.96349 2.93139L6.01957 2.9798L10.6862 7.64647C10.8637 7.82398 10.8799 8.10175 10.7346 8.29749L10.6862 8.35357L6.01957 13.0202C5.82431 13.2155 5.50772 13.2155 5.31246 13.0202Z' fill='%23ADADAD'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field-btn-plus1:hover:after,
.product-item-amount-field-btn-minus1:hover:after {
    opacity: 1;
}


.product-item-amount-field {
    display: inline-block;
    padding: 0;
    height: 100%;
    color: #000;
    vertical-align: middle;
    transition: border 300ms ease;
    border: none;
    text-align: center;
    font-size: 1.188em;
    color: #262626;
    max-width: 71px;
    background-color: #ebebeb;
}

.product-item-amount-field1 {
    display: inline-block;
    padding: 0;
    height: 100% !important;
    vertical-align: middle;
    transition: border 300ms ease;
    border: none;
    text-align: center;
    font-size: 1.188em;
    color: #262626;
    max-width: 71px;
    background-color: #ebebeb;
}


.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.bx-retina .product-item-amount-field1 {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button_custom {
    position: relative;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 100%;
    height: 41px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px !important;
}
.btn.product-item-detail-buy-button_custom > button{
    padding: 0 !important;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button_custom {
    margin: 0;
}

.btn.product-item-detail-buy-button_custom span {
    display: inline-flex;
    gap: 12px;
    max-width: 100%;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
}

.btn-link.product-item-detail-buy-button_custom {
    height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx-catalog-element1 {
    display: none;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, .4);
    opacity: .8;
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    opacity: .27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    color: #039be5;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 13px;
    line-height: 45px;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000;
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #1485ce;
    content: "";
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

    .product-item-detail-tab-content {
        display: block !important;
    }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 1010;
    box-sizing: border-box;
    padding: 7px 0 8px;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
    min-width: 100%;
    border-collapse: collapse;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    vertical-align: middle;
    text-align: left;
}

.product-item-detail-short-card-image img {
    max-width: none;
    height: 65px;
}

.product-item-detail-short-title-container {
    max-width: 650px
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-item-detail-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    max-width: 560px;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-detail-properties dl {
    clear: both;
}

.product-item-detail-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-detail-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.main-photo {
    position: relative;
    height: 100%;
    max-height: 517px;
}


.more_photo a {
    position: relative;
    display: block;
    width: 20%;
    float: left;
    padding: 3px;
    border: 3px solid transparent;
}

.more_photo a:hover {
    border: 3px solid;
}

.more_photo a img {

}

.more_photo .product__img-popup:after {
    font-size: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
}

.product__img-box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider,
.slider-thumbnails {
    float: left;
    width: 100%;
}


.main-photo a,
.owl-carousel .item a {
    position: absolute;
    top: 10px;
    left: calc(100% - 50px);
    font-size: 40px;
}

.owl-dots button span {
    height: 50px !important;
    width: 50px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0  !important;
}

.owl-dots button {
    border: 2px solid transparent !important;
}
.owl-dots button:hover {
    border-color: #0577fd !important;
}
.product__info__head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.product__info__head-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #ABABAB;
}
.product__info-availability{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #277AF9;
    display: flex;
    align-items: center;
    gap: 8px;
}
.product__info-availability.red{
    color: #E11D1D;
}
.product__info-availability:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.0026 14.6666C4.59594 14.6666 1.83594 11.9066 1.83594 8.49992C1.83594 5.09325 4.59594 2.33325 8.0026 2.33325C11.4093 2.33325 14.1693 5.09325 14.1693 8.49992C14.1693 11.9066 11.4093 14.6666 8.0026 14.6666Z' stroke='%23277AF9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M7.69481 9.5534L6.52148 8.38007' stroke='%23277AF9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.04 7.20673L7.69336 9.5534' stroke='%23277AF9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
}
.product__info-availability.red:before{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.00846 13.6664C3.6018 13.6664 0.841797 10.9064 0.841797 7.49974C0.841797 4.09307 3.6018 1.33307 7.00846 1.33307C10.4151 1.33307 13.1751 4.09307 13.1751 7.49974C13.1751 10.9064 10.4151 13.6664 7.00846 13.6664Z' stroke='%23E11D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8.26807 6.21979L5.74805 8.77979' stroke='%23E11D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.74805 6.21979L8.26807 8.77979' stroke='%23E11D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}
.product .product-buy__to-cart{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.product-buy__to-cart span:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_808_3761)'%3e%3cpath d='M15.7877 3.67747C15.8983 3.06404 15.4269 2.5 14.8035 2.5H3.06367C2.92921 2.5 2.81597 2.3995 2.8 2.266V2.266C2.7427 1.77961 2.50892 1.33115 2.14299 1.00565C1.77706 0.680149 1.30442 0.500228 0.814667 0.5H0.666667C0.298477 0.5 0 0.798477 0 1.16667V1.16667C0 1.53486 0.298477 1.83333 0.666667 1.83333H0.814667C0.977956 1.83335 1.13556 1.8933 1.25758 2.00181C1.3796 2.11032 1.45756 2.25983 1.47667 2.422L2.53333 11.4007C2.59063 11.8871 2.82441 12.3355 3.19034 12.661C3.55627 12.9865 4.02891 13.1664 4.51867 13.1667H12.6667C13.0349 13.1667 13.3333 12.8682 13.3333 12.5V12.5C13.3333 12.1318 13.0349 11.8333 12.6667 11.8333H4.51867C4.35528 11.8333 4.19759 11.7733 4.07555 11.6646C3.95351 11.556 3.87562 11.4063 3.85667 11.244V11.244C3.81018 10.8479 4.11966 10.5 4.51844 10.5H13.7215C14.2054 10.5 14.6198 10.1536 14.7057 9.67747L15.7877 3.67747ZM13.591 8.34418C13.5051 8.82031 13.0907 9.16667 12.6069 9.16667H4.50194C3.99484 9.16667 3.56802 8.78711 3.50878 8.28349L3.1167 4.95015C3.04677 4.35567 3.51127 3.83333 4.10985 3.83333H13.2082C13.8315 3.83333 14.3029 4.39741 14.1923 5.01084L13.591 8.34418Z' fill='white'/%3e%3cpath d='M4.66732 16.5004C5.40369 16.5004 6.00065 15.9034 6.00065 15.1671C6.00065 14.4307 5.40369 13.8337 4.66732 13.8337C3.93094 13.8337 3.33398 14.4307 3.33398 15.1671C3.33398 15.9034 3.93094 16.5004 4.66732 16.5004Z' fill='white'/%3e%3cpath d='M11.3333 16.5004C12.0697 16.5004 12.6667 15.9034 12.6667 15.1671C12.6667 14.4307 12.0697 13.8337 11.3333 13.8337C10.597 13.8337 10 14.4307 10 15.1671C10 15.9034 10.597 16.5004 11.3333 16.5004Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_808_3761'%3e%3crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    background-repeat: no-repeat;
}
.btn.product-item-detail-buy-button_custom.bx-catalog-subscribe-button span:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.4834 11.58C13.4834 12.1467 13.0234 12.6067 12.4568 12.6067H3.55011C2.98344 12.6067 2.52344 12.1467 2.52344 11.58C2.52344 11.0134 2.98344 10.5534 3.55011 10.5534H3.8901V7.1267C3.8901 4.86003 5.7301 3.01337 8.00344 3.01337C9.13677 3.01337 10.1634 3.47336 10.9101 4.22003C11.6568 4.96003 12.1168 5.9867 12.1168 7.1267V10.5534H12.4568C13.0234 10.5534 13.4834 11.0134 13.4834 11.58Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M8.00781 3.01989V2.33322' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.052 12.6131C10.052 13.7531 9.13197 14.6664 7.99864 14.6664C6.8653 14.6664 5.94531 13.7464 5.94531 12.6131H10.052Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
}

.product-fav{
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #8D8E8F;
}
.product-fav svg{
    position: relative;
    top: -2px;
}

.product__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin: 0 0 16px 0;
}

.product__info{
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
.product__info__main{
    padding: 32px;
}
.product__info-desc{
    background-color: #F8F8F8;
    min-height: 253px;
}
.tabs-content{
    padding: 30px 40px 40px;
}
.btn.product-item-detail-buy-button_custom span{
    position: static;
}
.favor.active .delete-favorite path{
    fill: #FF9901;
}
.favor.active .delete-favorite{
    display: flex !important;
}
.product-section-btns{
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-price{
    margin-right: 24px;
}
.product-price__title{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #ABABAB;
}
.main-photo > a{
    display: block;
    width: 100%;
    height: 100%;
    max-height: 504px;
    position: static !important;
}

.modal-window{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .modal-window{
        padding: 0 24px 0 33px;
    }
}
.modal-window__overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(16, 16, 16, 0.88);
}
.modal-window__close{
    position: absolute;
    top: 24px;
    right: 24px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5 1.20857L11.2914 0L6.5 4.79143L1.70857 0L0.5 1.20857L5.29143 6L0.5 10.7914L1.70857 12L6.5 7.20857L11.2914 12L12.5 10.7914L7.70857 6L12.5 1.20857Z' fill='%23D8D8D8'/%3e%3c/svg%3e ");
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-window__wrapper{
    position: relative;
    background-color: #FFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 520px;
}
@media (max-width: 768px) {
    .modal-window__wrapper{
        padding: 20px;
    }
}
.modal-window__title{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #0E0E0E;
}
.modal-window__desc{
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8D8D8D;
}
.modal-window__section:not(:first-child){
    margin-top: 24px;
}
.modal-window.open{
    display: flex;
}
body:has(.modal-window.open){
    overflow: hidden;
}
.product__info-desc__title{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #303544;
}
.product__info-desc__specifications-list{
    margin-top: 24px;
}
.specifications-list__item:not(:first-child){
    margin-top: 14px;
}
.specifications-list__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.specifications-list__title{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #ABABAB;
}
.specifications-list__value{
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #373839;
}

.recomTovar-header h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #1B1F25;
}
.catalog-search-filtered{
    margin-top: 40px;
}
.subscribe{
    display: flex;
    align-items: center;
}
.subscribe > .product-item-detail-info-container{
    margin-right: 8px;
}
.bx-catalog-subscribe-button{
    padding: 16px 21px !important;
}
.btn:hover button{
    background-color: #114dea;
}
#ask-manager{
    max-width: 452px;
}
#ask-manager .modal-window__title,
#ask-manager .modal-window__desc{
    display: block;
    width: 100%;
    text-align: center;
}
#ask-manager .ask-question__box{
    margin-top: 32px;
}
#ask-manager .ask-question__submit{
    width: 100%;
}
.fancybox-content{
    padding: 49px 40px 40px;
}
.ask-question__product{
    background-color: #F5F5F5;
    -webkit-border-radiuzs: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 4px 0 32px;
}
.ask-question__product__title{
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
    color: #000000;
}
.ask-question__product__img{
    width: 67px;
    height: 50px;
}
.ask-question__product__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-button-container__btn{
    min-width: 100%;
}
.popup-window-overlay{
    background-color: rgba(16, 16, 16, 0.88) !important;
}
#modal-question #askQuestionDetail{
    display: block !important;
}
.product-tab{
    padding: 20px 40px;
    background-color: #ECECEC;
    transition: .3s;
}
.product-tab:hover,
.product-tab.product-tab--active{
    background-color: #F8F8F8;
}
.product{
    flex-wrap: wrap;
}
.product__title__mobile{
    font-size: 24px;
    font-weight: 700;
    line-height: 29.23px;
    text-align: left;
    width: 100%;
    margin-bottom: 24px !important;
}

@media (min-width: 768px) {
    .product__title__mobile{
        display: none;
    }
    .product__info-desc__mobile-info{
        display: none;
    }
    .product-tab__content-mobile{
        display: none;
    }
}
@media (max-width: 768px) {
    .product{
        display: block !important;
        margin-top: 0;
    }
    .product__img-box,
    .product__info{
        width: 100% !important;
    }
    .product__info{
        margin-top: 24px;
    }
    .product-buy{
        flex-wrap: wrap;
        width: 100%;
    }
    .product-buy__top{
        width: 100%;
    }
    .btn.product-item-detail-buy-button_custom{
        max-width: 100%;
    }
    .product .product-buy__to-cart{
        width: 100%;
    }
    .product__title{
        display: none;
    }
    .product__info__head-item{
        display: none;
    }
    .quantity-box{
        width: 50%;
        margin-top: 0;
    }
    .bx-retina .product-item-amount-field1{
        max-width: 94px !important;
    }
    .product .product-price{
        flex: 1;
    }
    .quantity-box{
        margin-right: 0 !important;
    }
    .product-action{
        row-gap: 24px !important;
    }
    .product-section-btns{
        justify-content: space-between;
    }
    .product-fav{
        white-space: nowrap;
    }
    .section-title{
        display: block !important;
        font-size: 24px !important;
        line-height: 24px !important;
        margin: 32px 0 24px !important;
        text-transform: initial !important;
    }
    .main-section{
        margin-top: 0 !important;
    }
    .product-tab__content-mobile{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #303544;
        margin-top: 24px;
    }
    .product-tab__content-mobile p:not(:first-child){
        margin-top: 21px;
    }
    .product-tabs__list{
        margin-top: 4px;
    }


    .product-tab:not(.product-tab--active) .product-tab__content-mobile{
        display: none;
    }
    .subscribe{
        flex-wrap: wrap;
    }
    .product-item-detail-info-container{
        width: 100%;
    }
    .btn.product-item-detail-buy-button_custom span{
        width: 100%;
        justify-content: center;
    }
    .main-button-container__btn{
        width: 100%;
    }
    .recomTovar-header h2{
        font-size: 18px;
        line-height: 18px;
    }
    .product{
        margin-bottom: 66px !important;
    }
    .popup-window.popup-window-with-titlebar{
        width: 100%;
    }
    .popup-window-buttons{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .popup-window-buttons > button{
        margin: 0 !important;
    }
    .product__info-desc__mobile-info{
        padding: 42px 32px;
    }
    .product-tab{
        padding: 20px;
    }
    .product-tab.product-tab--active{
        position: relative;
    }
    .product-tab.product-tab--active:before{
        content: '';
        position: absolute;
        left: 22px;
        right: 22px;
        bottom: 14px;
        height: 2px;
        background-color: #277AF9;
    }
}


/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17436044511816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/yenisite/oneclick.buy/deteil/style.css?174360435046015*/
#rz_modal-oneclick .btn,
.rz_oneclick-buy .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#rz_modal-oneclick .btn:focus,
.rz_oneclick-buy .btn:focus,
#rz_modal-oneclick .btn:active:focus,
.rz_oneclick-buy .btn:active:focus,
#rz_modal-oneclick .btn.active:focus,
.rz_oneclick-buy .btn.active:focus,
#rz_modal-oneclick .btn.focus,
.rz_oneclick-buy .btn.focus,
#rz_modal-oneclick .btn:active.focus,
.rz_oneclick-buy .btn:active.focus,
#rz_modal-oneclick .btn.active.focus,
.rz_oneclick-buy .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#rz_modal-oneclick .btn:hover,
.rz_oneclick-buy .btn:hover,
#rz_modal-oneclick .btn:focus,
.rz_oneclick-buy .btn:focus,
#rz_modal-oneclick .btn.focus,
.rz_oneclick-buy .btn.focus {
  color: #333333;
  text-decoration: none;
  background-image: none;
}
#rz_modal-oneclick .btn:active,
.rz_oneclick-buy .btn:active,
#rz_modal-oneclick .btn.active,
.rz_oneclick-buy .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#rz_modal-oneclick .btn.disabled,
.rz_oneclick-buy .btn.disabled,
#rz_modal-oneclick .btn[disabled],
.rz_oneclick-buy .btn[disabled],
fieldset[disabled] #rz_modal-oneclick .btn,
fieldset[disabled] .rz_oneclick-buy .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rz_modal-oneclick .btn-default,
.rz_oneclick-buy .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#rz_modal-oneclick .btn-default:hover,
.rz_oneclick-buy .btn-default:hover,
#rz_modal-oneclick .btn-default:focus,
.rz_oneclick-buy .btn-default:focus,
#rz_modal-oneclick .btn-default.focus,
.rz_oneclick-buy .btn-default.focus,
#rz_modal-oneclick .btn-default:active,
.rz_oneclick-buy .btn-default:active,
#rz_modal-oneclick .btn-default.active,
.rz_oneclick-buy .btn-default.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-default,
.open > .dropdown-toggle.rz_oneclick-buy .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
#rz_modal-oneclick .btn-default:active,
.rz_oneclick-buy .btn-default:active,
#rz_modal-oneclick .btn-default.active,
.rz_oneclick-buy .btn-default.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-default,
.open > .dropdown-toggle.rz_oneclick-buy .btn-default {
  background-image: none;
}
#rz_modal-oneclick .btn-default.disabled,
.rz_oneclick-buy .btn-default.disabled,
#rz_modal-oneclick .btn-default[disabled],
.rz_oneclick-buy .btn-default[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-default,
fieldset[disabled] .rz_oneclick-buy .btn-default,
#rz_modal-oneclick .btn-default.disabled:hover,
.rz_oneclick-buy .btn-default.disabled:hover,
#rz_modal-oneclick .btn-default[disabled]:hover,
.rz_oneclick-buy .btn-default[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-default:hover,
fieldset[disabled] .rz_oneclick-buy .btn-default:hover,
#rz_modal-oneclick .btn-default.disabled:focus,
.rz_oneclick-buy .btn-default.disabled:focus,
#rz_modal-oneclick .btn-default[disabled]:focus,
.rz_oneclick-buy .btn-default[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-default:focus,
fieldset[disabled] .rz_oneclick-buy .btn-default:focus,
#rz_modal-oneclick .btn-default.disabled.focus,
.rz_oneclick-buy .btn-default.disabled.focus,
#rz_modal-oneclick .btn-default[disabled].focus,
.rz_oneclick-buy .btn-default[disabled].focus,
fieldset[disabled] #rz_modal-oneclick .btn-default.focus,
fieldset[disabled] .rz_oneclick-buy .btn-default.focus,
#rz_modal-oneclick .btn-default.disabled:active,
.rz_oneclick-buy .btn-default.disabled:active,
#rz_modal-oneclick .btn-default[disabled]:active,
.rz_oneclick-buy .btn-default[disabled]:active,
fieldset[disabled] #rz_modal-oneclick .btn-default:active,
fieldset[disabled] .rz_oneclick-buy .btn-default:active,
#rz_modal-oneclick .btn-default.disabled.active,
.rz_oneclick-buy .btn-default.disabled.active,
#rz_modal-oneclick .btn-default[disabled].active,
.rz_oneclick-buy .btn-default[disabled].active,
fieldset[disabled] #rz_modal-oneclick .btn-default.active,
fieldset[disabled] .rz_oneclick-buy .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
#rz_modal-oneclick .btn-default .badge,
.rz_oneclick-buy .btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
#rz_modal-oneclick .btn-primary,
.rz_oneclick-buy .btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
#rz_modal-oneclick .btn-primary:hover,
.rz_oneclick-buy .btn-primary:hover,
#rz_modal-oneclick .btn-primary:focus,
.rz_oneclick-buy .btn-primary:focus,
#rz_modal-oneclick .btn-primary.focus,
.rz_oneclick-buy .btn-primary.focus,
#rz_modal-oneclick .btn-primary:active,
.rz_oneclick-buy .btn-primary:active,
#rz_modal-oneclick .btn-primary.active,
.rz_oneclick-buy .btn-primary.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-primary,
.open > .dropdown-toggle.rz_oneclick-buy .btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
#rz_modal-oneclick .btn-primary:active,
.rz_oneclick-buy .btn-primary:active,
#rz_modal-oneclick .btn-primary.active,
.rz_oneclick-buy .btn-primary.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-primary,
.open > .dropdown-toggle.rz_oneclick-buy .btn-primary {
  background-image: none;
}
#rz_modal-oneclick .btn-primary.disabled,
.rz_oneclick-buy .btn-primary.disabled,
#rz_modal-oneclick .btn-primary[disabled],
.rz_oneclick-buy .btn-primary[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-primary,
fieldset[disabled] .rz_oneclick-buy .btn-primary,
#rz_modal-oneclick .btn-primary.disabled:hover,
.rz_oneclick-buy .btn-primary.disabled:hover,
#rz_modal-oneclick .btn-primary[disabled]:hover,
.rz_oneclick-buy .btn-primary[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-primary:hover,
fieldset[disabled] .rz_oneclick-buy .btn-primary:hover,
#rz_modal-oneclick .btn-primary.disabled:focus,
.rz_oneclick-buy .btn-primary.disabled:focus,
#rz_modal-oneclick .btn-primary[disabled]:focus,
.rz_oneclick-buy .btn-primary[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-primary:focus,
fieldset[disabled] .rz_oneclick-buy .btn-primary:focus,
#rz_modal-oneclick .btn-primary.disabled.focus,
.rz_oneclick-buy .btn-primary.disabled.focus,
#rz_modal-oneclick .btn-primary[disabled].focus,
.rz_oneclick-buy .btn-primary[disabled].focus,
fieldset[disabled] #rz_modal-oneclick .btn-primary.focus,
fieldset[disabled] .rz_oneclick-buy .btn-primary.focus,
#rz_modal-oneclick .btn-primary.disabled:active,
.rz_oneclick-buy .btn-primary.disabled:active,
#rz_modal-oneclick .btn-primary[disabled]:active,
.rz_oneclick-buy .btn-primary[disabled]:active,
fieldset[disabled] #rz_modal-oneclick .btn-primary:active,
fieldset[disabled] .rz_oneclick-buy .btn-primary:active,
#rz_modal-oneclick .btn-primary.disabled.active,
.rz_oneclick-buy .btn-primary.disabled.active,
#rz_modal-oneclick .btn-primary[disabled].active,
.rz_oneclick-buy .btn-primary[disabled].active,
fieldset[disabled] #rz_modal-oneclick .btn-primary.active,
fieldset[disabled] .rz_oneclick-buy .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#rz_modal-oneclick .btn-primary .badge,
.rz_oneclick-buy .btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
#rz_modal-oneclick .btn-success,
.rz_oneclick-buy .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#rz_modal-oneclick .btn-success:hover,
.rz_oneclick-buy .btn-success:hover,
#rz_modal-oneclick .btn-success:focus,
.rz_oneclick-buy .btn-success:focus,
#rz_modal-oneclick .btn-success.focus,
.rz_oneclick-buy .btn-success.focus,
#rz_modal-oneclick .btn-success:active,
.rz_oneclick-buy .btn-success:active,
#rz_modal-oneclick .btn-success.active,
.rz_oneclick-buy .btn-success.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-success,
.open > .dropdown-toggle.rz_oneclick-buy .btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
#rz_modal-oneclick .btn-success:active,
.rz_oneclick-buy .btn-success:active,
#rz_modal-oneclick .btn-success.active,
.rz_oneclick-buy .btn-success.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-success,
.open > .dropdown-toggle.rz_oneclick-buy .btn-success {
  background-image: none;
}
#rz_modal-oneclick .btn-success.disabled,
.rz_oneclick-buy .btn-success.disabled,
#rz_modal-oneclick .btn-success[disabled],
.rz_oneclick-buy .btn-success[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-success,
fieldset[disabled] .rz_oneclick-buy .btn-success,
#rz_modal-oneclick .btn-success.disabled:hover,
.rz_oneclick-buy .btn-success.disabled:hover,
#rz_modal-oneclick .btn-success[disabled]:hover,
.rz_oneclick-buy .btn-success[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-success:hover,
fieldset[disabled] .rz_oneclick-buy .btn-success:hover,
#rz_modal-oneclick .btn-success.disabled:focus,
.rz_oneclick-buy .btn-success.disabled:focus,
#rz_modal-oneclick .btn-success[disabled]:focus,
.rz_oneclick-buy .btn-success[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-success:focus,
fieldset[disabled] .rz_oneclick-buy .btn-success:focus,
#rz_modal-oneclick .btn-success.disabled.focus,
.rz_oneclick-buy .btn-success.disabled.focus,
#rz_modal-oneclick .btn-success[disabled].focus,
.rz_oneclick-buy .btn-success[disabled].focus,
fieldset[disabled] #rz_modal-oneclick .btn-success.focus,
fieldset[disabled] .rz_oneclick-buy .btn-success.focus,
#rz_modal-oneclick .btn-success.disabled:active,
.rz_oneclick-buy .btn-success.disabled:active,
#rz_modal-oneclick .btn-success[disabled]:active,
.rz_oneclick-buy .btn-success[disabled]:active,
fieldset[disabled] #rz_modal-oneclick .btn-success:active,
fieldset[disabled] .rz_oneclick-buy .btn-success:active,
#rz_modal-oneclick .btn-success.disabled.active,
.rz_oneclick-buy .btn-success.disabled.active,
#rz_modal-oneclick .btn-success[disabled].active,
.rz_oneclick-buy .btn-success[disabled].active,
fieldset[disabled] #rz_modal-oneclick .btn-success.active,
fieldset[disabled] .rz_oneclick-buy .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#rz_modal-oneclick .btn-success .badge,
.rz_oneclick-buy .btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
#rz_modal-oneclick .btn-info,
.rz_oneclick-buy .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#rz_modal-oneclick .btn-info:hover,
.rz_oneclick-buy .btn-info:hover,
#rz_modal-oneclick .btn-info:focus,
.rz_oneclick-buy .btn-info:focus,
#rz_modal-oneclick .btn-info.focus,
.rz_oneclick-buy .btn-info.focus,
#rz_modal-oneclick .btn-info:active,
.rz_oneclick-buy .btn-info:active,
#rz_modal-oneclick .btn-info.active,
.rz_oneclick-buy .btn-info.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-info,
.open > .dropdown-toggle.rz_oneclick-buy .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#rz_modal-oneclick .btn-info:active,
.rz_oneclick-buy .btn-info:active,
#rz_modal-oneclick .btn-info.active,
.rz_oneclick-buy .btn-info.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-info,
.open > .dropdown-toggle.rz_oneclick-buy .btn-info {
  background-image: none;
}
#rz_modal-oneclick .btn-info.disabled,
.rz_oneclick-buy .btn-info.disabled,
#rz_modal-oneclick .btn-info[disabled],
.rz_oneclick-buy .btn-info[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-info,
fieldset[disabled] .rz_oneclick-buy .btn-info,
#rz_modal-oneclick .btn-info.disabled:hover,
.rz_oneclick-buy .btn-info.disabled:hover,
#rz_modal-oneclick .btn-info[disabled]:hover,
.rz_oneclick-buy .btn-info[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-info:hover,
fieldset[disabled] .rz_oneclick-buy .btn-info:hover,
#rz_modal-oneclick .btn-info.disabled:focus,
.rz_oneclick-buy .btn-info.disabled:focus,
#rz_modal-oneclick .btn-info[disabled]:focus,
.rz_oneclick-buy .btn-info[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-info:focus,
fieldset[disabled] .rz_oneclick-buy .btn-info:focus,
#rz_modal-oneclick .btn-info.disabled.focus,
.rz_oneclick-buy .btn-info.disabled.focus,
#rz_modal-oneclick .btn-info[disabled].focus,
.rz_oneclick-buy .btn-info[disabled].focus,
fieldset[disabled] #rz_modal-oneclick .btn-info.focus,
fieldset[disabled] .rz_oneclick-buy .btn-info.focus,
#rz_modal-oneclick .btn-info.disabled:active,
.rz_oneclick-buy .btn-info.disabled:active,
#rz_modal-oneclick .btn-info[disabled]:active,
.rz_oneclick-buy .btn-info[disabled]:active,
fieldset[disabled] #rz_modal-oneclick .btn-info:active,
fieldset[disabled] .rz_oneclick-buy .btn-info:active,
#rz_modal-oneclick .btn-info.disabled.active,
.rz_oneclick-buy .btn-info.disabled.active,
#rz_modal-oneclick .btn-info[disabled].active,
.rz_oneclick-buy .btn-info[disabled].active,
fieldset[disabled] #rz_modal-oneclick .btn-info.active,
fieldset[disabled] .rz_oneclick-buy .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#rz_modal-oneclick .btn-info .badge,
.rz_oneclick-buy .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
#rz_modal-oneclick .btn-warning,
.rz_oneclick-buy .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#rz_modal-oneclick .btn-warning:hover,
.rz_oneclick-buy .btn-warning:hover,
#rz_modal-oneclick .btn-warning:focus,
.rz_oneclick-buy .btn-warning:focus,
#rz_modal-oneclick .btn-warning.focus,
.rz_oneclick-buy .btn-warning.focus,
#rz_modal-oneclick .btn-warning:active,
.rz_oneclick-buy .btn-warning:active,
#rz_modal-oneclick .btn-warning.active,
.rz_oneclick-buy .btn-warning.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-warning,
.open > .dropdown-toggle.rz_oneclick-buy .btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
#rz_modal-oneclick .btn-warning:active,
.rz_oneclick-buy .btn-warning:active,
#rz_modal-oneclick .btn-warning.active,
.rz_oneclick-buy .btn-warning.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-warning,
.open > .dropdown-toggle.rz_oneclick-buy .btn-warning {
  background-image: none;
}
#rz_modal-oneclick .btn-warning.disabled,
.rz_oneclick-buy .btn-warning.disabled,
#rz_modal-oneclick .btn-warning[disabled],
.rz_oneclick-buy .btn-warning[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-warning,
fieldset[disabled] .rz_oneclick-buy .btn-warning,
#rz_modal-oneclick .btn-warning.disabled:hover,
.rz_oneclick-buy .btn-warning.disabled:hover,
#rz_modal-oneclick .btn-warning[disabled]:hover,
.rz_oneclick-buy .btn-warning[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-warning:hover,
fieldset[disabled] .rz_oneclick-buy .btn-warning:hover,
#rz_modal-oneclick .btn-warning.disabled:focus,
.rz_oneclick-buy .btn-warning.disabled:focus,
#rz_modal-oneclick .btn-warning[disabled]:focus,
.rz_oneclick-buy .btn-warning[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-warning:focus,
fieldset[disabled] .rz_oneclick-buy .btn-warning:focus,
#rz_modal-oneclick .btn-warning.disabled.focus,
.rz_oneclick-buy .btn-warning.disabled.focus,
#rz_modal-oneclick .btn-warning[disabled].focus,
.rz_oneclick-buy .btn-warning[disabled].focus,
fieldset[disabled] #rz_modal-oneclick .btn-warning.focus,
fieldset[disabled] .rz_oneclick-buy .btn-warning.focus,
#rz_modal-oneclick .btn-warning.disabled:active,
.rz_oneclick-buy .btn-warning.disabled:active,
#rz_modal-oneclick .btn-warning[disabled]:active,
.rz_oneclick-buy .btn-warning[disabled]:active,
fieldset[disabled] #rz_modal-oneclick .btn-warning:active,
fieldset[disabled] .rz_oneclick-buy .btn-warning:active,
#rz_modal-oneclick .btn-warning.disabled.active,
.rz_oneclick-buy .btn-warning.disabled.active,
#rz_modal-oneclick .btn-warning[disabled].active,
.rz_oneclick-buy .btn-warning[disabled].active,
fieldset[disabled] #rz_modal-oneclick .btn-warning.active,
fieldset[disabled] .rz_oneclick-buy .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#rz_modal-oneclick .btn-warning .badge,
.rz_oneclick-buy .btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
#rz_modal-oneclick .btn-danger,
.rz_oneclick-buy .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#rz_modal-oneclick .btn-danger:hover,
.rz_oneclick-buy .btn-danger:hover,
#rz_modal-oneclick .btn-danger:focus,
.rz_oneclick-buy .btn-danger:focus,
#rz_modal-oneclick .btn-danger.focus,
.rz_oneclick-buy .btn-danger.focus,
#rz_modal-oneclick .btn-danger:active,
.rz_oneclick-buy .btn-danger:active,
#rz_modal-oneclick .btn-danger.active,
.rz_oneclick-buy .btn-danger.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-danger,
.open > .dropdown-toggle.rz_oneclick-buy .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#rz_modal-oneclick .btn-danger:active,
.rz_oneclick-buy .btn-danger:active,
#rz_modal-oneclick .btn-danger.active,
.rz_oneclick-buy .btn-danger.active,
.open > .dropdown-toggle#rz_modal-oneclick .btn-danger,
.open > .dropdown-toggle.rz_oneclick-buy .btn-danger {
  background-image: none;
}
#rz_modal-oneclick .btn-danger.disabled,
.rz_oneclick-buy .btn-danger.disabled,
#rz_modal-oneclick .btn-danger[disabled],
.rz_oneclick-buy .btn-danger[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-danger,
fieldset[disabled] .rz_oneclick-buy .btn-danger,
#rz_modal-oneclick .btn-danger.disabled:hover,
.rz_oneclick-buy .btn-danger.disabled:hover,
#rz_modal-oneclick .btn-danger[disabled]:hover,
.rz_oneclick-buy .btn-danger[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-danger:hover,
fieldset[disabled] .rz_oneclick-buy .btn-danger:hover,
#rz_modal-oneclick .btn-danger.disabled:focus,
.rz_oneclick-buy .btn-danger.disabled:focus,
#rz_modal-oneclick .btn-danger[disabled]:focus,
.rz_oneclick-buy .btn-danger[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-danger:focus,
fieldset[disabled] .rz_oneclick-buy .btn-danger:focus,
#rz_modal-oneclick .btn-danger.disabled.focus,
.rz_oneclick-buy .btn-danger.disabled.focus,
#rz_modal-oneclick .btn-danger[disabled].focus,
.rz_oneclick-buy .btn-danger[disabled].focus,
fieldset[disabled] #rz_modal-oneclick .btn-danger.focus,
fieldset[disabled] .rz_oneclick-buy .btn-danger.focus,
#rz_modal-oneclick .btn-danger.disabled:active,
.rz_oneclick-buy .btn-danger.disabled:active,
#rz_modal-oneclick .btn-danger[disabled]:active,
.rz_oneclick-buy .btn-danger[disabled]:active,
fieldset[disabled] #rz_modal-oneclick .btn-danger:active,
fieldset[disabled] .rz_oneclick-buy .btn-danger:active,
#rz_modal-oneclick .btn-danger.disabled.active,
.rz_oneclick-buy .btn-danger.disabled.active,
#rz_modal-oneclick .btn-danger[disabled].active,
.rz_oneclick-buy .btn-danger[disabled].active,
fieldset[disabled] #rz_modal-oneclick .btn-danger.active,
fieldset[disabled] .rz_oneclick-buy .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#rz_modal-oneclick .btn-danger .badge,
.rz_oneclick-buy .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
#rz_modal-oneclick .btn-link,
.rz_oneclick-buy .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
#rz_modal-oneclick .btn-link,
.rz_oneclick-buy .btn-link,
#rz_modal-oneclick .btn-link:active,
.rz_oneclick-buy .btn-link:active,
#rz_modal-oneclick .btn-link.active,
.rz_oneclick-buy .btn-link.active,
#rz_modal-oneclick .btn-link[disabled],
.rz_oneclick-buy .btn-link[disabled],
fieldset[disabled] #rz_modal-oneclick .btn-link,
fieldset[disabled] .rz_oneclick-buy .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rz_modal-oneclick .btn-link,
.rz_oneclick-buy .btn-link,
#rz_modal-oneclick .btn-link:hover,
.rz_oneclick-buy .btn-link:hover,
#rz_modal-oneclick .btn-link:focus,
.rz_oneclick-buy .btn-link:focus,
#rz_modal-oneclick .btn-link:active,
.rz_oneclick-buy .btn-link:active {
  border-color: transparent;
}
#rz_modal-oneclick .btn-link:hover,
.rz_oneclick-buy .btn-link:hover,
#rz_modal-oneclick .btn-link:focus,
.rz_oneclick-buy .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
#rz_modal-oneclick .btn-link[disabled]:hover,
.rz_oneclick-buy .btn-link[disabled]:hover,
fieldset[disabled] #rz_modal-oneclick .btn-link:hover,
fieldset[disabled] .rz_oneclick-buy .btn-link:hover,
#rz_modal-oneclick .btn-link[disabled]:focus,
.rz_oneclick-buy .btn-link[disabled]:focus,
fieldset[disabled] #rz_modal-oneclick .btn-link:focus,
fieldset[disabled] .rz_oneclick-buy .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
#rz_modal-oneclick .btn-lg,
.rz_oneclick-buy .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
#rz_modal-oneclick .btn-sm,
.rz_oneclick-buy .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#rz_modal-oneclick .btn-xs,
.rz_oneclick-buy .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#rz_modal-oneclick .btn-block,
.rz_oneclick-buy .btn-block {
  display: block;
  width: 100%;
}
#rz_modal-oneclick .btn-block + .btn-block,
.rz_oneclick-buy .btn-block + .btn-block {
  margin-top: 5px;
}
#rz_modal-oneclick input[type="submit"].btn-block,
.rz_oneclick-buy input[type="submit"].btn-block,
#rz_modal-oneclick input[type="reset"].btn-block,
.rz_oneclick-buy input[type="reset"].btn-block,
#rz_modal-oneclick input[type="button"].btn-block,
.rz_oneclick-buy input[type="button"].btn-block {
  width: 100%;
}
#rz_modal-oneclick fieldset,
.rz_oneclick-buy fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#rz_modal-oneclick legend,
.rz_oneclick-buy legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#rz_modal-oneclick label,
.rz_oneclick-buy label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#rz_modal-oneclick input[type="search"],
.rz_oneclick-buy input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#rz_modal-oneclick input[type="radio"],
.rz_oneclick-buy input[type="radio"],
#rz_modal-oneclick input[type="checkbox"],
.rz_oneclick-buy input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
#rz_modal-oneclick input[type="file"],
.rz_oneclick-buy input[type="file"] {
  display: block;
}
#rz_modal-oneclick input[type="range"],
.rz_oneclick-buy input[type="range"] {
  display: block;
  width: 100%;
}
#rz_modal-oneclick select[multiple],
.rz_oneclick-buy select[multiple],
#rz_modal-oneclick select[size],
.rz_oneclick-buy select[size] {
  height: auto;
}
#rz_modal-oneclick input[type="file"]:focus,
.rz_oneclick-buy input[type="file"]:focus,
#rz_modal-oneclick input[type="radio"]:focus,
.rz_oneclick-buy input[type="radio"]:focus,
#rz_modal-oneclick input[type="checkbox"]:focus,
.rz_oneclick-buy input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#rz_modal-oneclick output,
.rz_oneclick-buy output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
#rz_modal-oneclick .form-control,
.rz_oneclick-buy .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#rz_modal-oneclick .form-control:focus,
.rz_oneclick-buy .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#rz_modal-oneclick .form-control::-moz-placeholder,
.rz_oneclick-buy .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#rz_modal-oneclick .form-control:-ms-input-placeholder,
.rz_oneclick-buy .form-control:-ms-input-placeholder {
  color: #999999;
}
#rz_modal-oneclick .form-control::-webkit-input-placeholder,
.rz_oneclick-buy .form-control::-webkit-input-placeholder {
  color: #999999;
}
#rz_modal-oneclick .form-control[disabled],
.rz_oneclick-buy .form-control[disabled],
#rz_modal-oneclick .form-control[readonly],
.rz_oneclick-buy .form-control[readonly],
fieldset[disabled] #rz_modal-oneclick .form-control,
fieldset[disabled] .rz_oneclick-buy .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
#rz_modal-oneclick .form-control[disabled],
.rz_oneclick-buy .form-control[disabled],
fieldset[disabled] #rz_modal-oneclick .form-control,
fieldset[disabled] .rz_oneclick-buy .form-control {
  cursor: not-allowed;
}
textarea#rz_modal-oneclick .form-control,
textarea.rz_oneclick-buy .form-control {
  height: auto;
}
#rz_modal-oneclick input[type="search"],
.rz_oneclick-buy input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #rz_modal-oneclick input[type="date"],
  .rz_oneclick-buy input[type="date"],
  #rz_modal-oneclick input[type="time"],
  .rz_oneclick-buy input[type="time"],
  #rz_modal-oneclick input[type="datetime-local"],
  .rz_oneclick-buy input[type="datetime-local"],
  #rz_modal-oneclick input[type="month"],
  .rz_oneclick-buy input[type="month"] {
    line-height: 34px;
  }
  #rz_modal-oneclick input[type="date"].input-sm,
  .rz_oneclick-buy input[type="date"].input-sm,
  #rz_modal-oneclick input[type="time"].input-sm,
  .rz_oneclick-buy input[type="time"].input-sm,
  #rz_modal-oneclick input[type="datetime-local"].input-sm,
  .rz_oneclick-buy input[type="datetime-local"].input-sm,
  #rz_modal-oneclick input[type="month"].input-sm,
  .rz_oneclick-buy input[type="month"].input-sm,
  .input-group-sm #rz_modal-oneclick input[type="date"],
  .input-group-sm .rz_oneclick-buy input[type="date"],
  .input-group-sm #rz_modal-oneclick input[type="time"],
  .input-group-sm .rz_oneclick-buy input[type="time"],
  .input-group-sm #rz_modal-oneclick input[type="datetime-local"],
  .input-group-sm .rz_oneclick-buy input[type="datetime-local"],
  .input-group-sm #rz_modal-oneclick input[type="month"],
  .input-group-sm .rz_oneclick-buy input[type="month"] {
    line-height: 30px;
  }
  #rz_modal-oneclick input[type="date"].input-lg,
  .rz_oneclick-buy input[type="date"].input-lg,
  #rz_modal-oneclick input[type="time"].input-lg,
  .rz_oneclick-buy input[type="time"].input-lg,
  #rz_modal-oneclick input[type="datetime-local"].input-lg,
  .rz_oneclick-buy input[type="datetime-local"].input-lg,
  #rz_modal-oneclick input[type="month"].input-lg,
  .rz_oneclick-buy input[type="month"].input-lg,
  .input-group-lg #rz_modal-oneclick input[type="date"],
  .input-group-lg .rz_oneclick-buy input[type="date"],
  .input-group-lg #rz_modal-oneclick input[type="time"],
  .input-group-lg .rz_oneclick-buy input[type="time"],
  .input-group-lg #rz_modal-oneclick input[type="datetime-local"],
  .input-group-lg .rz_oneclick-buy input[type="datetime-local"],
  .input-group-lg #rz_modal-oneclick input[type="month"],
  .input-group-lg .rz_oneclick-buy input[type="month"] {
    line-height: 46px;
  }
}
#rz_modal-oneclick .form-group,
.rz_oneclick-buy .form-group {
  margin-bottom: 15px;
}
#rz_modal-oneclick .radio,
.rz_oneclick-buy .radio,
#rz_modal-oneclick .checkbox,
.rz_oneclick-buy .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#rz_modal-oneclick .radio label,
.rz_oneclick-buy .radio label,
#rz_modal-oneclick .checkbox label,
.rz_oneclick-buy .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#rz_modal-oneclick .radio input[type="radio"],
.rz_oneclick-buy .radio input[type="radio"],
#rz_modal-oneclick .radio-inline input[type="radio"],
.rz_oneclick-buy .radio-inline input[type="radio"],
#rz_modal-oneclick .checkbox input[type="checkbox"],
.rz_oneclick-buy .checkbox input[type="checkbox"],
#rz_modal-oneclick .checkbox-inline input[type="checkbox"],
.rz_oneclick-buy .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
#rz_modal-oneclick .radio + .radio,
.rz_oneclick-buy .radio + .radio,
#rz_modal-oneclick .checkbox + .checkbox,
.rz_oneclick-buy .checkbox + .checkbox {
  margin-top: -5px;
}
#rz_modal-oneclick .radio-inline,
.rz_oneclick-buy .radio-inline,
#rz_modal-oneclick .checkbox-inline,
.rz_oneclick-buy .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#rz_modal-oneclick .radio-inline + .radio-inline,
.rz_oneclick-buy .radio-inline + .radio-inline,
#rz_modal-oneclick .checkbox-inline + .checkbox-inline,
.rz_oneclick-buy .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#rz_modal-oneclick input[type="radio"][disabled],
.rz_oneclick-buy input[type="radio"][disabled],
#rz_modal-oneclick input[type="checkbox"][disabled],
.rz_oneclick-buy input[type="checkbox"][disabled],
#rz_modal-oneclick input[type="radio"].disabled,
.rz_oneclick-buy input[type="radio"].disabled,
#rz_modal-oneclick input[type="checkbox"].disabled,
.rz_oneclick-buy input[type="checkbox"].disabled,
fieldset[disabled] #rz_modal-oneclick input[type="radio"],
fieldset[disabled] .rz_oneclick-buy input[type="radio"],
fieldset[disabled] #rz_modal-oneclick input[type="checkbox"],
fieldset[disabled] .rz_oneclick-buy input[type="checkbox"] {
  cursor: not-allowed;
}
#rz_modal-oneclick .radio-inline.disabled,
.rz_oneclick-buy .radio-inline.disabled,
#rz_modal-oneclick .checkbox-inline.disabled,
.rz_oneclick-buy .checkbox-inline.disabled,
fieldset[disabled] #rz_modal-oneclick .radio-inline,
fieldset[disabled] .rz_oneclick-buy .radio-inline,
fieldset[disabled] #rz_modal-oneclick .checkbox-inline,
fieldset[disabled] .rz_oneclick-buy .checkbox-inline {
  cursor: not-allowed;
}
#rz_modal-oneclick .radio.disabled label,
.rz_oneclick-buy .radio.disabled label,
#rz_modal-oneclick .checkbox.disabled label,
.rz_oneclick-buy .checkbox.disabled label,
fieldset[disabled] #rz_modal-oneclick .radio label,
fieldset[disabled] .rz_oneclick-buy .radio label,
fieldset[disabled] #rz_modal-oneclick .checkbox label,
fieldset[disabled] .rz_oneclick-buy .checkbox label {
  cursor: not-allowed;
}
#rz_modal-oneclick .form-control-static,
.rz_oneclick-buy .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
#rz_modal-oneclick .form-control-static.input-lg,
.rz_oneclick-buy .form-control-static.input-lg,
#rz_modal-oneclick .form-control-static.input-sm,
.rz_oneclick-buy .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
#rz_modal-oneclick .input-sm,
.rz_oneclick-buy .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select#rz_modal-oneclick .input-sm,
select.rz_oneclick-buy .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea#rz_modal-oneclick .input-sm,
textarea.rz_oneclick-buy .input-sm,
select[multiple] #rz_modal-oneclick .input-sm,
select[multiple] .rz_oneclick-buy .input-sm {
  height: auto;
}
#rz_modal-oneclick .form-group-sm .form-control,
.rz_oneclick-buy .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select#rz_modal-oneclick .form-group-sm .form-control,
select.rz_oneclick-buy .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea#rz_modal-oneclick .form-group-sm .form-control,
textarea.rz_oneclick-buy .form-group-sm .form-control,
select[multiple] #rz_modal-oneclick .form-group-sm .form-control,
select[multiple] .rz_oneclick-buy .form-group-sm .form-control {
  height: auto;
}
#rz_modal-oneclick .form-group-sm .form-control-static,
.rz_oneclick-buy .form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
#rz_modal-oneclick .input-lg,
.rz_oneclick-buy .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select#rz_modal-oneclick .input-lg,
select.rz_oneclick-buy .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea#rz_modal-oneclick .input-lg,
textarea.rz_oneclick-buy .input-lg,
select[multiple] #rz_modal-oneclick .input-lg,
select[multiple] .rz_oneclick-buy .input-lg {
  height: auto;
}
#rz_modal-oneclick .form-group-lg .form-control,
.rz_oneclick-buy .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select#rz_modal-oneclick .form-group-lg .form-control,
select.rz_oneclick-buy .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea#rz_modal-oneclick .form-group-lg .form-control,
textarea.rz_oneclick-buy .form-group-lg .form-control,
select[multiple] #rz_modal-oneclick .form-group-lg .form-control,
select[multiple] .rz_oneclick-buy .form-group-lg .form-control {
  height: auto;
}
#rz_modal-oneclick .form-group-lg .form-control-static,
.rz_oneclick-buy .form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
#rz_modal-oneclick .has-feedback,
.rz_oneclick-buy .has-feedback {
  position: relative;
}
#rz_modal-oneclick .has-feedback .form-control,
.rz_oneclick-buy .has-feedback .form-control {
  padding-right: 42.5px;
}
#rz_modal-oneclick .form-control-feedback,
.rz_oneclick-buy .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
#rz_modal-oneclick .input-lg + .form-control-feedback,
.rz_oneclick-buy .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#rz_modal-oneclick .input-sm + .form-control-feedback,
.rz_oneclick-buy .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#rz_modal-oneclick .has-success .help-block,
.rz_oneclick-buy .has-success .help-block,
#rz_modal-oneclick .has-success .control-label,
.rz_oneclick-buy .has-success .control-label,
#rz_modal-oneclick .has-success .radio,
.rz_oneclick-buy .has-success .radio,
#rz_modal-oneclick .has-success .checkbox,
.rz_oneclick-buy .has-success .checkbox,
#rz_modal-oneclick .has-success .radio-inline,
.rz_oneclick-buy .has-success .radio-inline,
#rz_modal-oneclick .has-success .checkbox-inline,
.rz_oneclick-buy .has-success .checkbox-inline,
#rz_modal-oneclick .has-success.radio label,
.rz_oneclick-buy .has-success.radio label,
#rz_modal-oneclick .has-success.checkbox label,
.rz_oneclick-buy .has-success.checkbox label,
#rz_modal-oneclick .has-success.radio-inline label,
.rz_oneclick-buy .has-success.radio-inline label,
#rz_modal-oneclick .has-success.checkbox-inline label,
.rz_oneclick-buy .has-success.checkbox-inline label {
  color: #3c763d;
}
#rz_modal-oneclick .has-success .form-control,
.rz_oneclick-buy .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#rz_modal-oneclick .has-success .form-control:focus,
.rz_oneclick-buy .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
#rz_modal-oneclick .has-success .input-group-addon,
.rz_oneclick-buy .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
#rz_modal-oneclick .has-success .form-control-feedback,
.rz_oneclick-buy .has-success .form-control-feedback {
  color: #3c763d;
}
#rz_modal-oneclick .has-warning .help-block,
.rz_oneclick-buy .has-warning .help-block,
#rz_modal-oneclick .has-warning .control-label,
.rz_oneclick-buy .has-warning .control-label,
#rz_modal-oneclick .has-warning .radio,
.rz_oneclick-buy .has-warning .radio,
#rz_modal-oneclick .has-warning .checkbox,
.rz_oneclick-buy .has-warning .checkbox,
#rz_modal-oneclick .has-warning .radio-inline,
.rz_oneclick-buy .has-warning .radio-inline,
#rz_modal-oneclick .has-warning .checkbox-inline,
.rz_oneclick-buy .has-warning .checkbox-inline,
#rz_modal-oneclick .has-warning.radio label,
.rz_oneclick-buy .has-warning.radio label,
#rz_modal-oneclick .has-warning.checkbox label,
.rz_oneclick-buy .has-warning.checkbox label,
#rz_modal-oneclick .has-warning.radio-inline label,
.rz_oneclick-buy .has-warning.radio-inline label,
#rz_modal-oneclick .has-warning.checkbox-inline label,
.rz_oneclick-buy .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
#rz_modal-oneclick .has-warning .form-control,
.rz_oneclick-buy .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#rz_modal-oneclick .has-warning .form-control:focus,
.rz_oneclick-buy .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
#rz_modal-oneclick .has-warning .input-group-addon,
.rz_oneclick-buy .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
#rz_modal-oneclick .has-warning .form-control-feedback,
.rz_oneclick-buy .has-warning .form-control-feedback {
  color: #8a6d3b;
}
#rz_modal-oneclick .has-error .help-block,
.rz_oneclick-buy .has-error .help-block,
#rz_modal-oneclick .has-error .control-label,
.rz_oneclick-buy .has-error .control-label,
#rz_modal-oneclick .has-error .radio,
.rz_oneclick-buy .has-error .radio,
#rz_modal-oneclick .has-error .checkbox,
.rz_oneclick-buy .has-error .checkbox,
#rz_modal-oneclick .has-error .radio-inline,
.rz_oneclick-buy .has-error .radio-inline,
#rz_modal-oneclick .has-error .checkbox-inline,
.rz_oneclick-buy .has-error .checkbox-inline,
#rz_modal-oneclick .has-error.radio label,
.rz_oneclick-buy .has-error.radio label,
#rz_modal-oneclick .has-error.checkbox label,
.rz_oneclick-buy .has-error.checkbox label,
#rz_modal-oneclick .has-error.radio-inline label,
.rz_oneclick-buy .has-error.radio-inline label,
#rz_modal-oneclick .has-error.checkbox-inline label,
.rz_oneclick-buy .has-error.checkbox-inline label {
  color: #a94442;
}
#rz_modal-oneclick .has-error .form-control,
.rz_oneclick-buy .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#rz_modal-oneclick .has-error .form-control:focus,
.rz_oneclick-buy .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#rz_modal-oneclick .has-error .input-group-addon,
.rz_oneclick-buy .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
#rz_modal-oneclick .has-error .form-control-feedback,
.rz_oneclick-buy .has-error .form-control-feedback {
  color: #a94442;
}
#rz_modal-oneclick .has-feedback label ~ .form-control-feedback,
.rz_oneclick-buy .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
#rz_modal-oneclick .has-feedback label.sr-only ~ .form-control-feedback,
.rz_oneclick-buy .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
#rz_modal-oneclick .help-block,
.rz_oneclick-buy .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  #rz_modal-oneclick .form-inline .form-group,
  .rz_oneclick-buy .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #rz_modal-oneclick .form-inline .form-control,
  .rz_oneclick-buy .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #rz_modal-oneclick .form-inline .form-control-static,
  .rz_oneclick-buy .form-inline .form-control-static {
    display: inline-block;
  }
  #rz_modal-oneclick .form-inline .input-group,
  .rz_oneclick-buy .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #rz_modal-oneclick .form-inline .input-group .input-group-addon,
  .rz_oneclick-buy .form-inline .input-group .input-group-addon,
  #rz_modal-oneclick .form-inline .input-group .input-group-btn,
  .rz_oneclick-buy .form-inline .input-group .input-group-btn,
  #rz_modal-oneclick .form-inline .input-group .form-control,
  .rz_oneclick-buy .form-inline .input-group .form-control {
    width: auto;
  }
  #rz_modal-oneclick .form-inline .input-group > .form-control,
  .rz_oneclick-buy .form-inline .input-group > .form-control {
    width: 100%;
  }
  #rz_modal-oneclick .form-inline .control-label,
  .rz_oneclick-buy .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #rz_modal-oneclick .form-inline .radio,
  .rz_oneclick-buy .form-inline .radio,
  #rz_modal-oneclick .form-inline .checkbox,
  .rz_oneclick-buy .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #rz_modal-oneclick .form-inline .radio label,
  .rz_oneclick-buy .form-inline .radio label,
  #rz_modal-oneclick .form-inline .checkbox label,
  .rz_oneclick-buy .form-inline .checkbox label {
    padding-left: 0;
  }
  #rz_modal-oneclick .form-inline .radio input[type="radio"],
  .rz_oneclick-buy .form-inline .radio input[type="radio"],
  #rz_modal-oneclick .form-inline .checkbox input[type="checkbox"],
  .rz_oneclick-buy .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #rz_modal-oneclick .form-inline .has-feedback .form-control-feedback,
  .rz_oneclick-buy .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#rz_modal-oneclick .form-horizontal .radio,
.rz_oneclick-buy .form-horizontal .radio,
#rz_modal-oneclick .form-horizontal .checkbox,
.rz_oneclick-buy .form-horizontal .checkbox,
#rz_modal-oneclick .form-horizontal .radio-inline,
.rz_oneclick-buy .form-horizontal .radio-inline,
#rz_modal-oneclick .form-horizontal .checkbox-inline,
.rz_oneclick-buy .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
#rz_modal-oneclick .form-horizontal .radio,
.rz_oneclick-buy .form-horizontal .radio,
#rz_modal-oneclick .form-horizontal .checkbox,
.rz_oneclick-buy .form-horizontal .checkbox {
  min-height: 27px;
}
#rz_modal-oneclick .form-horizontal .form-group,
.rz_oneclick-buy .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #rz_modal-oneclick .form-horizontal .control-label,
  .rz_oneclick-buy .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
#rz_modal-oneclick .form-horizontal .has-feedback .form-control-feedback,
.rz_oneclick-buy .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  #rz_modal-oneclick .form-horizontal .form-group-lg .control-label,
  .rz_oneclick-buy .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  #rz_modal-oneclick .form-horizontal .form-group-sm .control-label,
  .rz_oneclick-buy .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
#rz_modal-oneclick * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rz_oneclick-buy {
  display: inline-block;
}
.rz_oneclick-buy > .btn {
  text-decoration: none;
}
#rz_modal-oneclick .btn,
.rz_oneclick-buy .btn {
  height: auto;
  font-family: sans-serif;
  text-transform: none;
}
#rz_modal-oneclick .btn.btn-primary,
.rz_oneclick-buy .btn.btn-primary {
  height: auto;
}
#rz_modal-oneclick .message,
.rz_oneclick-buy .message {
  font-size: inherit;
  font-family: sans-serif;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#rz_modal-oneclick .message.message-error,
.rz_oneclick-buy .message.message-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#rz_modal-oneclick .message.message-warning,
.rz_oneclick-buy .message.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
#rz_modal-oneclick .message.message-success,
.rz_oneclick-buy .message.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#rz_modal-oneclick .req:after,
.rz_oneclick-buy .req:after {
  content: '*';
  color: red;
}

/* End */


/* Start:/local/templates/Tonnag-copy/components/yenisite/oneclick.buy/deteil/modal.css?17436043503318*/
.close {
  float: right !important;
  font-size: 21px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff !important;
  opacity: 0.2 !important;
  filter: alpha(opacity=20) !important;
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
button.close {
  padding: 0 !important;
  cursor: pointer !important;
  background: transparent !important;
  border: 0 !important;
  -webkit-appearance: none !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1050 !important;
  -webkit-overflow-scrolling: touch !important;
  outline: 0 !important;
}

.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-dialog {
  position: relative !important;
  width: auto !important;
  margin: 10px !important;
}
.modal-content {
  position: relative !important;
  background-color: #ffffff !important;
  border: 1px solid #999999 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 6px !important;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5) !important;
  background-clip: padding-box !important;
  outline: 0 !important;
}
.modal-backdrop {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1040 !important;
  background-color: #000000 !important;
}
.modal-backdrop.fade {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.modal-backdrop.in {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.modal-header {
  padding: 15px !important;
  border-bottom: 1px solid #e5e5e5 !important;
  min-height: 16.428571429px !important;
}
.modal-header .close {
  margin-top: -2px !important;
}
.modal-title {
  margin: 0 !important;
  line-height: 1.428571429 !important;
}
.modal-body {
  position: relative !important;
  padding: 15px !important;
}
.modal-footer {
  padding: 15px !important;
  text-align: right !important;
  border-top: 1px solid #e5e5e5 !important;
}
.modal-footer .btn + .btn {
  margin-left: 5px !important;
  margin-bottom: 0 !important;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px !important;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0 !important;
}
.modal-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px !important;
    margin: 30px auto !important;
    z-index: 1050 !important;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
  }
  .modal-sm {
    width: 300px !important;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px !important;
  }
}

/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog.section/catalog_1/style.css?17436043513808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog.item/item_recom/style.css?174360435127032*/

.product-item-container{position: relative;}
.product-item-container.hover{z-index: 200;}

.product-item{
	display: block;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	padding:15px 0 5px;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
	box-sizing: border-box;
}
.product-item-line-card .product-item{
	width:auto !important;
	border-bottom:1px solid #dadada;
}
@media (max-width: 991px){
	.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear: both;}
}
.bx-retina .product-item{border-width:.5px;}
.product-item *{
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
@media (max-width: 767px){
	.product-item{padding:15px 5px 5px}
	.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear: both;}
}
.bx-no-touch .product-item-container.hover .product-item{
	box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	border: 1px solid transparent;
	background: #fff;
	position: absolute;
	left: -15px;
	right:-15px;
	padding: 15px 15px 0;
	width:auto;
}

.bx-touch .product-item{
	background: #fff;
	/*	left: -15px;
		right:-15px;*/
	padding: 15px 0 0;
	width:auto;
}
.bx-no-touch .product-item-container.hover .product-item {-webkit-animation: product-item-hover 300ms 1 ease;}
@-webkit-keyframes product-item-hover {
	0%	{
		position: absolute;
		left: -15px;
		right:-15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0,0,0,0);
	}
	100%{
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0,0,0,.19);
	}
}

/*Image*/
.product-item-image-wrapper{
	display: block;
	padding-top: 116%;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
}
.product-item-image-wrapper:hover{}
.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%;}

.product-item-image-original,
.product-item-image-alternative{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: opacity 300ms linear;
	   -moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		 -o-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.product-item-image-original{z-index: 110;}
.product-item-image-alternative{
	z-index: 120;
	opacity: 0;
}
.bx-no-touch .product-item-container.hover .product-item-image-original{opacity: 0;}
.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity: 1;}
.product-item-big-card .product-item-image-wrapper{margin-bottom: 25px;}

/*Image Slider*/
.product-item-image-slider-slide-container{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	overflow: hidden;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.product-item-image-slide{
	display: none;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	   -moz-transition: .6s ease-in-out left;
		-ms-transition: .6s ease-in-out left;
		 -o-transition: .6s ease-in-out left;
			transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		   -moz-transition:    -moz-transform .6s ease-in-out;
			-ms-transition: 	-ms-transform .6s ease-in-out;
			 -o-transition: 	 -o-transform .6s ease-in-out;
				transition:         transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
		-webkit-perspective: 1000px;
				perspective: 1000px;
	}
	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {display: block;}
.product-item-image-slider-slide-container > .active {left: 0;}
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.product-item-image-slider-slide-container > .next {left:  100%;}
.product-item-image-slider-slide-container > .prev {left: -100%;}
.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {left: 0;}

.product-item-image-slider-progress-bar-container{
	position: absolute;
	bottom:0;
	left:  0;
	right: 0;
	width:100%;
	height: 1px;
}
.product-item-image-slider-progress-bar{
	position: absolute;
	left:  0;
	bottom:0;
	top:   0;
	height:1px;
	opacity:.8;
	background-color: #F42C2C;
}

.product-item-image-slider-control-container{
	padding: 0;
	text-align: center;
	position: absolute;
	z-index:190;
	left:  0;
	right: 0;
	bottom:10px;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container{ opacity: 1;}
.product-item-image-slider-control,
.product-item-image-slider-control.active{
	display: inline-block;
	width: 12px;
	height:12px;
	border-radius:50%;
	background-color: rgba(128, 128, 128, 0.8);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .6;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover{cursor: pointer;}

/*Label*/
.product-item-label-text,
.product-item-label-ring{
	position: absolute;
	z-index:190;
}
.product-item-label-text span,
.product-item-label-ring{
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
	clear: both;
	background: #F42C2C;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring{background-color: #fba90c;}
.product-item-label-text > div,
.product-item-label-ring > div{ line-height: 0;}

/* TEXT */
.product-item-label-text span{
	padding:2px 5px;
	font-weight: bold;
	vertical-align: middle;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
	line-height: 14px;
	font-size: 13px;
	padding: 2px 7px;
	margin-bottom:1px;
	font-weight: normal;
}
.product-item-big-card 			  .product-item-label-text.product-item-label-small span{
	line-height: 21px;
	font-size: 16px;
	padding: 5px 12px;
}
/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
	line-height: 17px;
	font-size: 13px;
	padding: 4px 10px;
}
.product-item-big-card 			  .product-item-label-text.product-item-label-big span{
	line-height: 33px;
	font-size: 22px;
	padding: 5px 17px;
}

@media (max-width: 767px){
	.product-item-label-text>div{ line-height: 0;}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
		line-height: 14px;
		font-size: 10px;
		padding: 2px 7px;
		margin-bottom:1px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
		margin-bottom:1px;
		line-height: 16px;
		font-size: 14px;
		padding: 3px 12px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-big span{
		line-height: 25px;
		font-size: 20px;
		padding: 3px 12px;
	}
}

/*RING*/
.product-item-label-ring{
	border-radius:50%;
	font-weight: bold;
	box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
	width: 40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}
.product-item-big-card .product-item-label-ring.product-item-label-small{
	width: 100px;
	height:100px;
	line-height: 100px;
	font-size:30px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
	width: 50px;
	height:50px;
	line-height: 50px;
	font-size: 18px;
}
.product-item-big-card .product-item-label-ring.product-item-label-big{
	width: 120px;
	height:120px;
	line-height: 120px;
	font-size:42px;
}

@media (max-width: 767px){
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-big{
		width: 70px;
		height:70px;
		line-height: 70px;
		font-size:24px;
	}
}

.product-item-label-top   { top:   -5px;}
.product-item-label-center{ left:  50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.product-item-label-center>div{ text-align: center;}
.product-item-label-left  { left:  -5px;}
.product-item-label-left>div{ text-align: left;}
.product-item-label-bottom{ bottom:-5px;}
.product-item-label-middle{ top:   50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.product-item-label-right { right: -5px;}
.product-item-label-right>div{ text-align: right;}
.product-item-label-center.product-item-label-middle{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:15px;
}
.bx-touch .product-item-title,
.product-item-container.hover .product-item-title{
	overflow: auto;
	white-space: normal;
}
.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.product-item-big-card  .product-item-title a{font-size:21px;}
.product-item-line-card .product-item-title a{ font-size:20px;}

/*Price*/
.product-item-price-container{margin: 5px 0 10px;}
.product-item-price-current{
	color: #3f3f3f;
	font-size:13px;
	font-weight: bold;
	white-space: nowrap;
}
.product-item-price-old{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: line-through;
}
.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old{
	line-height:20px;
	vertical-align: middle;
}
.product-item-big-card .product-item-price-container{margin: 0 0 10px;}
.product-item-big-card .product-item-price-current{font-size:18px;}
.product-item-big-card .product-item-price-old{font-size:15px;}

/*Info*/
.product-item-line-card .product-item-info-container{ text-align: center;}

.product-item-info-container{ margin-bottom: 8px; }
.product-item-info-container-title{
	font-weight: bold;
	color: #000;
	font-size:13px;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{
	display: none;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	   -moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		 -o-transition: opacity 300ms ease;
			transition: opacity 300ms ease;
}
.bx-touch .product-item-info-container.product-item-touch-hidden{ display: none !important}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount{
	text-align: center;
	padding:0 0 2px;
}
.product-item-amount-field-container{}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus{
	height:22px;
	min-width:22px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f2f2f2;
	color: #fff;
	text-align: center;
	border-radius:2px;
	cursor: pointer;
	position: relative;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus{ border-width:.5px;}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover{background: #d3d3d3;}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after{
	position: absolute;
	top:   0;
	right: 0;
	bottom:0;
	left:  0;
	content:"";
	opacity:.8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{
	opacity:.3 !important;
	cursor: default;
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-minus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after{opacity: 1;}

.product-item-amount-field{
	max-width:50px;
	width:auto;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height:22px;
	vertical-align: middle;
	height:22px;
	padding: 0;
	text-align: center;
	background: transparent !important;
	border: 1px solid transparent;
	border-radius:2px;
	transition: border 300ms ease;
}
.bx-retina .product-item-amount-field{ border-width:.5px;}
.product-item-amount-field:focus{outline: none !important;}
.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{
	-webkit-appearance: none;
			appearance: none;
	margin: 0
}
.product-item-amount-description-container{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
}
.product-item-big-card .product-item-amount-field-container{ text-align: left;}
.product-item-amount-description-container strong{
	color: #333;
	white-space: nowrap;
}
.product-item-amount-label-container{
	font-weight: bold;
	color: #a5a5a5;
	font-size: 12px;
	margin: 5px 0;
}

/**/
.product-item-quantity{
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties{
	color: #a5a5a5;
	font-size: 12px;
	margin: 0;
	display: block;
	overflow: hidden;
}
.product-item-properties dl{clear: both;}
.product-item-properties dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.product-item-properties dd{
	margin-bottom:3px;
	float: right;
	margin-left:5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container{
	display: none;
	font-size: 12px;
	padding: 4px 15px;
	border-top: 1px solid #e6e6e6;
	position: relative;
	margin: 0 -15px;
	background: #F3F3F3;
	line-height: 20px;
	vertical-align: middle;
	min-height: 30px;
	box-shadow: inset 0 1px 1px 0 #eee;
}

.product-item-line-card .product-item-compare-container{
	margin:0;
	background-color: transparent;
	box-shadow: none;
	border: none;
	text-align: center;
}
.bx-touch .product-item-compare-container{ display: none;}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container{display: block;}
.product-item-compare .checkbox{
	margin: 0;
	padding:0;
}

/* SCU */
.product-item-scu-container{ padding: 0 0 2px;}
.product-item-scu-container-title{
	font-size:12px;
	color: #333;
}
.product-item-scu-block{}
.product-item-scu-list{margin: 0;}
.product-item-scu-item-list{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 -2px;
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container{
	/* float: left; */
	padding: 5px 3px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
}
.product-item-scu-item-text-container{min-width:32px;}
.product-item-scu-item-color-container{
	max-width:38px;
	width:25%;
}
.product-item-scu-item-color-block{
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	outline: 1px solid #c0cfda;
}
.bx-no-touch .product-item-scu-item-color-block{
	transition: outline 200ms ease;
}
.bx-retina 	.product-item-scu-item-color-block{outline-width: .5px;}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width: 1px;}

.product-item-scu-item-color{
	position: absolute;
	top:   2px;
	right: 2px;
	left:  2px;
	bottom:2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product-item-scu-item-text-block{
	position: relative;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	padding: 0 5px;
}
.bx-no-touch .product-item-scu-item-text-block{
	transition: outline 300ms ease;
}
.bx-retina 	.product-item-scu-item-text-block {outline-width: .5px;}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width: 1px;}
.product-item-scu-item-text{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block{
	position: relative;
	outline-color: #A9ADB4 !important;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block:after{
	position: absolute;
	top:   -2px;
	right: -2px;
	bottom:-2px;
	left:  -2px;
	content:"";
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size:80% 80%;
}


@media (max-width: 991px){
	.product-item-line-card .product-item-scu-container-title{ text-align: center;}
	.product-item-line-card .product-item-scu-item-list{ text-align: center;}
	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container{
		float: none;
		display: inline-block;
	}
}

/*Description*/
.product-item-description-container{}
.product-item-description-container p{
	font-size:13px;
	color: #575757;
}

/*Buttons*/
.product-item-button-container{text-align: center;}
.product-item-button-container .btn{margin-bottom:2px;}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round{display: none;}

/*More*/
.product-item-more-container{
	display: block;
	position: relative;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
	padding:15px 15px 5px;
	transition: all 300ms ease;
	box-sizing: border-box;
}

.product-item-more-wrapper{
	display: block;
	padding-top: 116%;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.product-item-more{
	display: block;
	position: absolute;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	width: 100%;
	height:100%;
	opacity:.7;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)  no-repeat center;
	background-size: 50%;
	transition: opacity 300ms ease;
}
.bx-touch .product-item-more,
.product-item-container.hover .product-item-more{opacity: 1;}
.product-item-more-title{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog.section/catalog_1/themes/blue/style.css?1743604351825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1743604467381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/form.result.new/popup_new/style.css?1743604351878*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/Tonnag-copy/components/bitrix/form.result.new/popup_new/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/Tonnag-copy/components/bitrix/form.result.new/popup_new/images/icon_warn.gif);
}

.g-recaptcha {
	margin-top: 40px;
}

form[name="SIMPLE_FORM_2"] .g-recaptcha > div{
	margin: 0 auto;
}

form[name="SIMPLE_FORM_2"] .ask-question__submit {
	margin-right: auto;
	margin-left: auto;
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/form.result.new/detail_new/style.css?1743604351666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/Tonnag-copy/components/bitrix/form.result.new/detail_new/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/Tonnag-copy/components/bitrix/form.result.new/detail_new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/Tonnag-copy/components/bitrix/catalog.element/catalog_detail_new/themes/blue/style.css?17436043511064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/Tonnag-copy/components/bitrix/catalog/catalog/style.css?17436043513104 */
/* /local/templates/Tonnag-copy/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17436043511265 */
/* /local/templates/Tonnag-copy/components/bitrix/catalog.element/catalog_detail_new/style.css?174360435147381 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17436044511816 */
/* /local/templates/Tonnag-copy/components/yenisite/oneclick.buy/deteil/style.css?174360435046015 */
/* /local/templates/Tonnag-copy/components/yenisite/oneclick.buy/deteil/modal.css?17436043503318 */
/* /local/templates/Tonnag-copy/components/bitrix/catalog.section/catalog_1/style.css?17436043513808 */
/* /local/templates/Tonnag-copy/components/bitrix/catalog.item/item_recom/style.css?174360435127032 */
/* /local/templates/Tonnag-copy/components/bitrix/catalog.section/catalog_1/themes/blue/style.css?1743604351825 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1743604467381 */
/* /local/templates/Tonnag-copy/components/bitrix/form.result.new/popup_new/style.css?1743604351878 */
/* /local/templates/Tonnag-copy/components/bitrix/form.result.new/detail_new/style.css?1743604351666 */
/* /local/templates/Tonnag-copy/components/bitrix/catalog.element/catalog_detail_new/themes/blue/style.css?17436043511064 */
