

/* Start:/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/style.css?1716227726697*/
.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%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/style.css?172778926364894*/
/*18012016*/

.logo_user_text_сart {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #29333f;
    font-size: 18px;
    font-weight: 600;
    color: #29333f;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
}

/* item_detail_v2 */

.bx_item_detail .bx_item_title {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px;
    min-height: 24px
}

.bx_item_detail .bx_item_title h1 {
    font-size: 24px;
    border-bottom: 0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bx_item_detail h1 span {
    color: #000
}

.bx_item_detail .bx_item_container {}

.bx_item_detail .bx_item_container .bx_lt {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    width: 38%;
}

.bx_item_detail .bx_item_container .bx_rt {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2%;
    width: 58%;
}

.bx_item_detail .bx_item_container .bx_md {
    clear: both
}

.bx_item_detail .bx_item_container .bx_lb {
    float: left;
    margin-right: 2%;
    width: 48%;
}

.bx_item_detail .bx_item_container .bx_rb {
    float: right;
    margin-left: 2%;
    width: 48%;
}

.bx_item_detail .bx_optionblock {
    float: right;
    margin-left: 10px;
    width: 120px;
}










/* Item info */

.bx_item_detail .item_price {
    margin-bottom: 20px
}

.bx_item_detail .item_name {
    margin: 0;
    padding: 0;
}

.bx_item_detail .item_name a {
    color: #000;
    text-decoration: none;
    font-size: 23px;
}

.bx_item_detail .item_old_price {
    padding: 0 10px;
    color: #b8b8b8;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 15px;
}

.bx_item_detail .item_current_price {
    display: inline-block;
    margin-top: 2px;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
    background: #f8f5ab;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjVhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY5Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f5ab), color-stop(100%, #fbf9cb));
    background: -webkit-linear-gradient(top, #f8f5ab 0%, #fbf9cb 100%);
    background: -moz-linear-gradient(top, #f8f5ab 0%, #fbf9cb 100%);
    background: -ms-linear-gradient(top, #f8f5ab 0%, #fbf9cb 100%);
    background: -o-linear-gradient(top, #f8f5ab 0%, #fbf9cb 100%);
    background: linear-gradient(to bottom, #f8f5ab 0%, #fbf9cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f5ab', endColorstr='#fbf9cb', GradientType=0);
    color: #cf1515;
    font-weight: bold;
    font-size: 21px;
    line-height: 33px;
}

.bx_item_detail .item_economy_price {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #b8b8b8;
    font-weight: bold;
    font-size: 14px;
    line-height: 33px;
}

.bx_item_detail .item_info_section {
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 19px;
}

.bx_item_detail .item_section_name_gray {
    color: #9e9e9e;
    font-size: 13px;
}

.bx_item_detail .item_info_section dl {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}

.bx_item_detail .item_info_section dl dt {
    clear: both;
    float: left;
    font-weight: bold;
}

.bx_item_detail .item_info_section dl dd {
    float: left;
    margin: 0 5px;
}

.bx_item_detail .item_buttons_counter_block {
    display: inline-block;
    margin-right: 10px;
    vertical-align: baseline;
    color: #3f3f3f;
    font-size: 13px;
    text-align: left;
}

.bx_item_detail .item_buttons_counter_block a {
    vertical-align: baseline;
}

.bx_item_detail .bx_cnt_desc {
    vertical-align: baseline;
}










/* Item SET */

.bx_item_detail .transparent_input {
    border: none;
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 60px;
    text-align: center;
}















/*tab-section-container*/

.bx_item_detail .tab-section-container {
    position: relative;
}

.bx_item_detail .tab-list {
    padding: 0;
    border-bottom: 1px solid #d9e1e3;
    vertical-align: bottom;
    text-align: left;
}

.bx_item_detail .tab-list li {
    display: inline-block;
    border: 1px solid #d9e1e3;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #f7f7f7;
    box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, .12);
    vertical-align: bottom;
}

.bx_item_detail .tab-list li a {
    display: block;
    padding: 0 10px;
    height: 30px;
    box-shadow: none;
    color: #999;
    text-decoration: none;
    font-size: 13px;
    line-height: 30px;
}

.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active {
    background: #fff;
}










/*.tab-list li:hover a,*/

.bx_item_detail .tab-list li.active a {
    position: relative;
    bottom: -2px;
    height: 35px;
    background: #fff;
    color: #3f3f3f;
    line-height: 35px;
}

.bx_item_detail .tab-boby-container .container>div.tab-off {
    display: none;
}

.bx_item_detail .tab-boby-container .container>div {}

.bx_item_detail .item_comments {
    display: block;
    padding-left: 10px;
}

.bx_item_detail .item_comments li {
    display: block;
    padding-bottom: 10px;
}

.bx_item_detail .item_comments_username {
    display: inline-block;
    color: #5d90bd;
    font-size: 14px;
}

.bx_item_detail .item_comments_date {
    display: inline-block;
    margin-left: 10px;
    color: #b8b8b8;
    font-size: 14px;
}

.bx_item_detail .item_comments_container p {
    margin-top: 5px;
    color: #3f3f3f;
    font-size: 14px;
}

.bx_item_detail .bx_notavailable {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
    white-space: normal;
    line-height: normal;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.bx_item_detail .bx_bt_button,
.bx_item_detail .bx_bt_button_type_2 {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.bx_item_detail .bx_shadow.bx_bt_button,
.bx_item_detail .bx_shadow.bx_bt_button_type_2 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2)
}

.bx_item_detail .bx_shadow.bx_bt_button:active,
.bx_item_detail .bx_shadow.bx_bt_button_type_2:active {
    box-shadow: none
}

.bx_item_detail .bx_bt_button {
    background: #00a2df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a2df), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #00a2df 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #00a2df 0%, #006fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb', GradientType=0);
    color: #fff;
    text-shadow: 0 1px 0 #006cae;
}

.bx_item_detail .bx_bt_button:hover {
    background: #21afe4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #21afe4), color-stop(100%, #006fcb));
    background: -webkit-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -moz-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -ms-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: -o-linear-gradient(top, #21afe4 0%, #006fcb 100%);
    background: linear-gradient(to bottom, #21afe4 0%, #006fcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb', GradientType=0);
}

.bx_item_detail .bx_bt_button:active {
    background: #006fcb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmZjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGEyZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006fcb), color-stop(100%, #00a2df));
    background: -webkit-linear-gradient(top, #006fcb 0%, #00a2df 100%);
    background: -moz-linear-gradient(top, #006fcb 0%, #00a2df 100%);
    background: -ms-linear-gradient(top, #006fcb 0%, #00a2df 100%);
    background: -o-linear-gradient(top, #006fcb 0%, #00a2df 100%);
    background: linear-gradient(to bottom, #006fcb 0%, #00a2df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fcb', endColorstr='#00a2df', GradientType=0);
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .21);
}

.bx_item_detail .bx_bt_button_type_2 {
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1', GradientType=0);
    color: #656565;
    text-shadow: 0 1px 0 #fff;
}

.bx_item_detail .bx_bt_button_type_2:hover {
    background: #fff;
}

.bx_item_detail .bx_bt_button_type_2:active {
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc', GradientType=0);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}


.bx_item_detail .bx_small.bx_bt_button,
.bx_item_detail .bx_small.bx_bt_button_type_2 {
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
}

.bx_item_detail .bx_small.bx_bt_button {}

.bx_item_detail .bx_small.bx_bt_button:hover {}

.bx_item_detail .bx_small.bx_bt_button:active {}

.bx_item_detail .bx_small.bx_bt_button_type_2 {}

.bx_item_detail .bx_small.bx_bt_button_type_2:hover {}

.bx_item_detail .bx_small.bx_bt_button_type_2:active {}

.bx_item_detail .bx_medium.bx_bt_button,
.bx_item_detail .bx_medium.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
}

.bx_item_detail .bx_medium.bx_bt_button {
    height: 27px;
    line-height: 27px;
}

.bx_item_detail .bx_medium.bx_bt_button:hover {}

.bx_item_detail .bx_medium.bx_bt_button:active {}

.bx_item_detail .bx_medium.bx_bt_button_type_2 {
    font-weight: bold
}

.bx_item_detail .bx_medium.bx_bt_button_type_2:hover {}

.bx_item_detail .bx_medium.bx_bt_button_type_2:active {}

.bx_item_detail .bx_big.bx_bt_button,
.bx_item_detail .bx_big.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
}

.bx_item_detail .bx_big.bx_bt_button {
    height: 36px;
    line-height: 36px;
}

.bx_item_detail .bx_big.bx_bt_button:hover {}

.bx_item_detail .bx_big.bx_bt_button:active {}

.bx_item_detail .bx_big.bx_bt_button_type_2 {}

.bx_item_detail .bx_big.bx_bt_button_type_2:hover {}

.bx_item_detail .bx_big.bx_bt_button_type_2:active {}

.bx_item_detail .bx_big.bx_bt_button.bx_cart span {
    position: relative;
    bottom: -7px;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 26px;
    height: 23px;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/bt_cart.png) no-repeat center;
}

.bx_item_detail .bx_fwb {
    font-weight: bold
}


@media (min-width:981px) {}

@media (max-width:740px) {
    .bx_item_detail .bx_optionblock {
        display: none
    }
    .bx_item_detail .item_buttons_counter_block {
        margin-bottom: 10px
    }
    .bx_item_detail .bx_item_container .bx_lb,
    .bx_item_detail .bx_item_container .bx_rb {
        width: 48%
    }
}

@media (min-width:640px) and (max-width:980px) {}

@media (min-width:480px) and (max-width:639px) {}

@media (max-width:480px) {
    .bx-touch .bx_item_detail .bx_item_container .bx_lt,
    .bx-touch .bx_item_detail .bx_item_container .bx_rt,
    .bx-touch .bx_item_detail .bx_item_container .bx_md,
    .bx-touch .bx_item_detail .bx_item_container .bx_lb,
    .bx-touch .bx_item_detail .bx_item_container .bx_rb {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .bx-touch .bx_item_detail .item_info_section {
        padding-left: 0
    }
}

@media (max-width:319px) {}










/* item_detail_slider */

.bx_item_detail .bx_item_slider {
    position: relative;
    margin-bottom: 10px;
}

.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    max-width: 440px;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    height: 0;
    width: 100%;
    padding-top: 130%;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
    display: inline-block;
    max-width: 100% !important;
    max-height: 100% !important;
    vertical-align: middle;
    text-align: center;
}










/*----*/

.bx_item_detail .bx_item_slider .bx_slider_conteiner {
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
    position: relative;
    margin-left: -5%;
    padding: 20px 5% 0
}










/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container {
    position: relative
}

.bx_item_detail .bx_item_slider .bx_slide {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide {
    overflow-x: auto
}

.bx_item_detail .bx_item_slider .bx_slide ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul {
    margin-left: 0 !important
}

.bx_item_detail .bx_item_slider .bx_slide ul li {
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
}

.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt {
    border: 1px solid #006cc0
}

.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt {
    padding: 3px;
    border: 2px solid #006cc0;
}

.bx-retina .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img {
    width: auto;
    height: 25px;
}










/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    left: -5%;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right {
    right: -5%;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    left: 0;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right {
    right: 0;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}

.bx_item_detail .bx_item_slider_lupe_small {
    position: absolute;
    background: rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
    cursor: pointer;
}

.bx_item_detail .bx_item_slider_lupe {
    position: absolute;
    border: 1px solid #b2b2b2;
    left: 105%;
    top: 0;
    bottom: 4px;
    margin: 0;
    background: #fff url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/wait.gif) no-repeat scroll center center;
    z-index: 120;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.bx_item_detail .bx_item_slider_lupe img {
    max-width: 99999px !important;
    max-height: 99999px !important;
}










/* Stickers */

.bx_item_detail .bx_bigimages .bx_stick {
    position: absolute;
    width: 123px;
    height: 35px;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/stick.png) left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bx_item_detail .bx_bigimages .bx_stick.short {
    font-weight: bold;
    font-size: 18px
}

.bx_item_detail .bx_bigimages .bx_stick.average {
    font-weight: bold;
    font-size: 13px
}

.bx_item_detail .bx_bigimages .bx_stick.long {
    font-weight: normal;
    font-size: 11px
}

.bx_item_detail .bx_bigimages .bx_stick_disc {
    position: absolute;
    width: 72px;
    height: 74px;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/stick_disc.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 23px;
    line-height: 74px;
}

.bx_item_detail .bx_bigimages .bx_stick.left,
.bx_item_detail .bx_bigimages .bx_stick_disc.left {
    left: -2px;
}

.bx_item_detail .bx_bigimages .bx_stick.right,
.bx_item_detail .bx_bigimages .bx_stick_disc.right {
    right: 0;
}

.bx_item_detail .bx_bigimages .bx_stick.top,
.bx_item_detail .bx_bigimages .bx_stick_disc.top {
    top: 15px;
}

.bx_item_detail .bx_bigimages .bx_stick.bottom,
.bx_item_detail .bx_bigimages .bx_stick_disc.bottom {
    bottom: 5px;
}

.bx_item_detail .bx_bigimages .bx_stick.middle,
.bx_item_detail .bx_bigimages .bx_stick_disc.middle {
    top: 49%;
}

@media (min-width:641px) and (max-width:960px) {
    .bx_item_detail .bx_bigimages .bx_stick {
        width: 90px;
        height: 30px;
        background-size: 100%;
        line-height: 30px;
    }
    .bx_item_detail .bx_bigimages .bx_stick.short {
        font-weight: normal;
        font-size: 14px
    }
    .bx_item_detail .bx_bigimages .bx_stick.average {
        font-weight: normal;
        font-size: 11px
    }
    .bx_item_detail .bx_bigimages .bx_stick.long {
        font-weight: normal;
        font-size: 11px
    }
    .bx_item_detail .bx_bigimages .bx_stick_disc {
        width: 64px;
        height: 65px;
        background-size: 100%;
        font-size: 20px;
        line-height: 65px;
    }
}

@media (max-width:640px) {
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc {
        width: 48px;
        height: 49px;
        background-size: 100%;
        font-size: 16px;
        line-height: 49px;
    }
}

@media (max-width:479px) {
    .bx-touch .bx_item_detail .bx_bigimages .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }

    .bx-touch .bx_item_detail .bx_bigimages .bx_stick_disc {
        width: 37px;
        height: 38px;
        background-size: 100%;
        font-size: 13px;
        line-height: 38px;
    }
}










/* scu_detail_size */

.bx_item_detail .bx_item_detail_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}










/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}










/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container {
    position: relative
}

.bx_item_detail .bx_item_detail_size .bx_size {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx_item_detail .bx_item_detail_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_size {
    overflow-x: auto;
}

.bx_item_detail .bx_item_detail_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_size ul {
    margin-left: 0 !important;
}

.bx_item_detail .bx_item_detail_size ul li {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}

.bx_item_detail .bx_item_detail_size ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;

    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}

.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size ul li:hover .cnt {
    border: 1px solid #006cc0
}

.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt {
    border: 2px solid #006cc0;
}

.bx-retina .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
    border: 1px solid #c0cfda !important
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, .79) url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/missing.png) no-repeat center;
}










/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    left: -5%;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
    right: -5%;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    left: 0;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_right {
    right: 0;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}










/* scu_detail_scu */

.bx_item_detail .bx_item_detail_scu {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}










/*----*/

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}










/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container {
    position: relative
}

.bx_item_detail .bx_item_detail_scu .bx_scu {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu {
    overflow-x: auto
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu ul {
    margin-left: 0 !important
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li {
    position: relative;
    display: block;
    float: left;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    z-index: 10;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt {
    border: 1px solid #006cc0
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    padding: 3px;
    border: 2px solid #006cc0;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt {
    border: 1px solid #c0cfda !important
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, .79) url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/missing.png) no-repeat center;
}

.bx-retina .bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/x2border_active.png) 2 fill stretch;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    background-size: contain;
    background-repeat: no-repeat;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
    width: auto;
    height: 25px;
}










/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
    opacity: 0.8
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover {
    opacity: 1.0
}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
    left: -5%;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
    right: -5%;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
    left: 0;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}

.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right {
    right: 0;
    background: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}










/* item_detail_description */

.bx_item_detail .bx_item_description p {
    font-size: 13px;
}

.bx_item_detail .bx_item_description .bx_item_section_name_gray {
    color: #9e9e9e;
    font-size: 13px;
}

.bx_item_detail .bx_item_description .bx_specifications_table {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd) {
    background: #f2f2f2;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even) {}

.bx_item_detail .bx_item_description .bx_specifications_table tr td {
    padding: 3px 10px;
    font-size: 12px;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child {
    font-weight: bold;
}

.select_box {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
    max-width: 215px;
    position: relative;
    top: -2px;
    margin-top: 13px;
}

.offersTitle {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0 7px 0 0;
}

.select_box li {
    display: inline-block;
    padding: 0 0;
    color: #000;
    /*border: 2px solid #999;*/
    line-height: 22px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 24px;
    width: 24px;
    border-radius: 29px;
    box-sizing: border-box;
    vertical-align: top;
    opacity: 1;
    position: relative;
}

.select_box li.wthborder {
    /*border: 2px solid #333;*/
    border: 1px solid #dfdfdf;
    padding: 1px;
}

.select_box li.wthborder.active:after {
    left: -6px;
    top: -6px;
}

.select_box li:hover {
    /*border: 2px solid #333;*/
    /*border: 2px solid #999999;*/
    opacity: 0.7;
}

.select_box li.active:hover {
    /*border: 2px solid #333;*/
    /*border: 2px solid #999999;*/
    /*opacity: 1;*/
}

.select_box li.active {
    /*border: 2px solid #ff0000;*/
    /*border: 1px solid #a1a1a1;*/
    /*opacity: 0.7;*/
}

.select_box li.active:after {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 34px;
    box-sizing: border-box;
    /*border: 2px solid #ff0000;*/
    border: 1px solid #a1a1a1;
    /*opacity: 0.7;*/
}


.block_title.block_open_title {
    border-radius: 3px;
    border: none;
    background: #fff;
    margin-bottom: 23px;
    box-shadow: 0px 2px 0px #dddddd;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
    line-height: 58px;
    height: 60px;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
}

.block_title.block_open_title span {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
    padding-right: 30px;
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_arrow_to_right.png') 100% center no-repeat;
}

.dop_all_wrapper.open .block_title.block_open_title span {
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_arrow_to_bottom.png') 100% center no-repeat;
}

.block_title.block_open_title.open {
    border-radius: 3px 3px 0 0;
    border: none;
    border-bottom: 1px solid #eae9e8;
    background: #fff;
    box-shadow: none;
    margin-bottom: 0px;
}

.dop_options_block {
    margin-bottom: 50px;
    position: relative;
    /*display: none;*/
}

.dop_options_block.need_hide {
    display: block;
    position: fixed;
    left: -10000px;
}

.dop_options_block ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(221, 221, 221, 0.75);
    border-radius: 3px;
}

.dop_options_block ul li {
    padding: 25px 20px 25px 45px;
    margin: 0;
    border-bottom: 1px solid #eae9e8;
}

.dop_options_block ul li.dop_active {
    display: block;
    position: relative;
    height: 0;
    top: -10000px;
    width: 830px;
    background: #fafafa;
    margin: 0;
    border-bottom: 1px solid #eae9e8;
    border-top: 1px solid #eae9e8;
    padding: 0 73px;
}

.dop_options_block ul li.dop_active.ready {
    position: relative;
    top: 0;
    height: auto;
}

.dop_options_block ul li.dop_active:after {
    content: '';
    position: absolute;
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_arrow_to_top.png') 0 0 no-repeat;
    width: 30px;
    height: 16px;
    top: -16px;
    left: 140px;
}

.dop_options_block .checkbox,
.dop_options_block .img,
.dop_options_block .dop_info,
.dop_options_block .dop_count,
.dop_options_block .dop_price,
.dop_options_block .dop_btn {
    vertical-align: top;
    display: inline-block;
}

.dop_options_block li.without_price .dop_price,
.dop_options_block li.without_price .dop_btn {
    display: none;
}

.dop_options_block .checkbox {
    width: 25px;
}

.dop_options_block .dop_count {
    width: 90px;
    text-align: center;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dop_options_block .dop_count .dop_plus,
.dop_options_block .dop_count .dop_minus {
    width: 27px;
    display: inline-block;
    font-size: 20px;
    color: #ccc;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
}

.dop_options_block .dop_count .dop_input {
    display: inline-block;
    width: 36px;
}

.dop_options_block .dop_count .dop_input input {
    height: 24px;
    font-size: 18px;
    border: none;
    line-height: 24px;
    font-weight: bold;
    width: 100%;
    background: none;
    text-align: center;
    color: #1d1f22;
}

.fake_checkbox {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: #f4f4f4;
    box-shadow: 0px 3px 0px rgba(206, 206, 206, 0.75) inset;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.fake_checkbox.active {
    background: #de4442;
    box-shadow: none;
}

.fake_checkbox.active:after {
    content: "";
    position: absolute;
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/checkbox_active.png') 0 0 no-repeat;
    width: 23px;
    height: 13px;
    top: 8px;
    left: 6px;
}

.dop_options_block .img {
    width: 100px;
    box-sizing: border-box;
}
.dop_options_block .img img {
    max-width: 79px;
    width: 100%;
}
.dop_options_block .dop_info {
    width: calc(100% - 130px - 175px - 100px);
    /*padding-left: 50px;*/
    box-sizing: border-box;
}

.dop_options_block .with_count .dop_info {
    width: calc(100% - 90px - 130px - 175px - 100px);
}

.dop_options_block .dop_info .dop_name {
    font-size: 19px;
    line-height: 24px;
    color: #0a0c0c;
    font-weight: 600;
}

.dop_options_block .dop_info .dop_name.with_choice {
    padding-left: 28px;
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_arrow_to_right.png') 0 4px no-repeat;
    cursor: pointer;
    margin-top: 8px;
}

.dop_options_block .dop_info .dop_name.with_choice.active {
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_arrow_to_bottom.png') 0 9px no-repeat;
}

.dop_options_block .dop_info .dop_subtext {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.dop_options_block .dop_info .dop_subtext a {
    display: inline-block;
    color: #de4442;
    font-size: 10px;
    border-bottom: 1px dashed rgba(222, 68, 66, 0.3);
    line-height: 14px;
    text-decoration: none;
}

.dop_options_block .dop_price {
    font-size: 21.5px;
    color: #000000;
    text-align: right;
    width: 130px;
    font-weight: 600;
    margin-top: 13px;
}

.dop_options_block .dop_btn {
    width: 175px;
    text-align: right;
    height: 34px;
}

.dop_options_block .dop_btn .dop_btn_del,
.dop_options_block .dop_btn .dop_btn_add {
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    width: 98px;
    height: 34px;
    margin-top: 5px;
}

.dop_options_block .dop_btn .dop_btn_add {
    font-size: 11px;
    line-height: 32px;
    border: 1px solid #de4442;
    color: #de4442;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.dop_options_block .dop_btn .dop_btn_del {
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/ico_del.png') center 9px no-repeat, #e5e5e5;
}

.dop_item_slider {
    /*width: 946px;*/
    /*width: 600px;*/
    /*margin-left: 73px;*/
    overflow: hidden;
    white-space: nowrap;
}

.dop_column {
    width: 194px;
    /*height: 698px;*/
    display: inline-block;
    padding-top: 20px;
    /*margin-right: 50px;*/
    white-space: normal;
}

.dop_item_slider .owl-item {
    text-align: center;
}

.dop_column .dop_item {
    width: 194px;
    height: 206px;
    box-sizing: border-box;
    border: 2px solid #fafafa;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: left;
}

.dop_column .dop_item .dop_item_img {
    width: 150px;
    height: 85px;
    text-align: center;
    line-height: 83px;
    margin-bottom: 10px;
}

.dop_column .dop_item .dop_item_img img {
    max-width: 100%;
    max-height: 100%;
}

.dop_column .dop_item .dop_item_title {
    font-size: 14px;
    line-height: 16px;
    color: #0a0c0c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dop_column .dop_item .dop_item_link {
    font-size: 10px;
    line-height: 16px;
    color: #de4442;
    border-bottom: 1px dashed rgba(222, 68, 66, 0.3);
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
    text-decoration: none;
}

.dop_options_block .dop_item_price {
    font-size: 17.5px;
    line-height: 24px;
    color: #000000;
    width: 90px;
    font-weight: 600;
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dop_options_block .dop_item_checkbox {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    width: 60px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}

.dop_options_block .dop_item_slider .fake_checkbox {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: #fafafa;
    box-shadow: 0px 3px 0px rgba(226, 226, 226, 0.75) inset;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    top: 4px;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
    margin-right: 1px;
}

.dop_options_block .dop_item_slider .fake_checkbox.active {
    background: #de4442;
    box-shadow: none;
    border-bottom: 1px solid #de4442;
}

.dop_options_block .dop_item_slider .fake_checkbox.active:after {
    content: "";
    position: absolute;
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/checkbox_active_small.png') 0 0 no-repeat;
    width: 13px;
    height: 8px;
    top: 4px;
    left: 3px;
}

.dop_active .dop_slider_left,
.dop_active .dop_slider_right {
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    cursor: pointer;
    opacity: 1;
}

.dop_active .dop_slider_left {
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_slider_left.png') 0 0 no-repeat;
    left: -28px;
}

.dop_active .dop_slider_right {
    right: -28px;
    background: url('/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/../../../../../../../images/img/dop_slider_right.png') 0 0 no-repeat;
}

.ya-share2__container_size_m .ya-share2__icon {
    width: 27px!important;
    height: 27px!important;
}

.ya-share2__container_size_m .ya-share2__item {
    margin-right: 8px!important;
}

.ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 0px!important;
}

.dop_wrap {
    width: calc(100% - 290px);
    float: left;
}

.dop_right {
    width: 280px;
    float: right;
    background: #ffffff;
    padding: 20px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0px;
    box-shadow: 0px 2px 2px rgba(221, 221, 221, 0.75);
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.dop_right .img {
    margin-bottom: 22px;
    text-align: center;
}

.dop_right .img img {
    max-width: 100%;
    max-height: 250px;
}

.dop_right .name {
    font-size: 14px;
    line-height: 16px;
    color: #2d2e2f;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 21px;
}

.dop_right .price {
    font-size: 24px;
    line-height: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 26px;
}

.dop_right .title {
    font-size: 14px;
    color: #a3a3a3;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    border-top: 1px solid #dfdfdf;
    margin-left: -20px;
    padding: 0 20px;
    width: 280px;
    border-bottom: 1px solid #dfdfdf;
}

.dop_right .dop_items {
    background: #f8f2dd;
    width: 280px;
    margin-left: -20px;
    margin-top: -1px;
}

.dop_right .dop_items .dop_item {
    font-size: 12px;
    color: #000000;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1d9bb;
    clear: both;
    padding: 10px 20px;
    box-sizing: initial;
}

.dop_right .dop_items .dop_item:last-child {
    border-bottom: none;
}

.dop_right .dop_items .dop_item .dop_name {
    vertical-align: middle;
    float: left;
    width: 140px;
}

.dop_right .dop_items .dop_item .dop_name span {
    vertical-align: middle;
    display: inline-block;
    line-height: 14px;
}

.dop_right .dop_items .dop_item .dop_price {
    vertical-align: middle;
    font-size: 16px;
    color: #dd332f;
    float: left;
    width: 80px;
    text-align: right;
}

.dop_right .dop_items .dop_item .dop_delete {
    vertical-align: middle;
    float: left;
    width: 40px;
    margin-right: -20px;
    /*background: #000000;*/
    background: url('/images/ico_delete.png') center center no-repeat;
    min-height: 50px;
    cursor: pointer;
}

.dop_right .dop_items .dop_item .dop_delete:hover {}

.dop_right .dop_total {
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 20px;
}

.dop_right .dop_total .dop_total_text {
    font-size: 14px;
    vertical-align: bottom;
    color: #000000;
    width: 50px;
    float: left;
    position: relative;
    top: 4px;
}

.dop_right .dop_total .dop_total_price {
    font-weight: bold;
    color: #dd332f;
    font-size: 24px;
    float: right;
    width: 190px;
    text-align: right;
}

.dop_right .dop_to_cart {
    width: 100%;
    display: block;
    color: #ffffff!important;
}

.dop_right .dop_to_cart:active,
.dop_right .dop_to_cart:hover {
    color: #ffffff!important;
}

.dop_right .dop_to_cart .icon.icon-add_btn {}

.block_title.dop_wrap {
    background: #f0c030;
    padding: 0 20px 0 45px;
    margin-bottom: 0px;
    position: relative;
    white-space: nowrap;
}

.block_title.block_open_title.dop_wrap.open {
    background: #f0c030;
}

.dop_all_wrapper {
    overflow: hidden;
    height: 200px;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.dop_all_wrapper.open {
    height: auto;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    height: auto!important;
}

.dop_all_wrapper .dop_right .after,
.dop_all_wrapper .dop_options_block .after {
    position: absolute;
    z-index: 10;
    top: 120px;
    left: 0;
    width: 100%;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.dop_all_wrapper .dop_options_block .after {
    top: 60px;
}

.dop_all_wrapper.open .dop_right .after,
.dop_all_wrapper.open .dop_options_block .after {
    display: none;
}

.dop_more {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -102px;
    width: 203px;
    border-radius: 4px;
    background: #efc030;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    z-index: 11;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.dop_more:hover {
    background: #f1c646;
}

.dop_all_wrapper.open .dop_more {
    display: none;
}

.save_complect,
.edit_complect {
    height: 35px;
    line-height: 35px;
    background: #337ab7;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
    width: 178px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 35px;
}

.edit_complect {
    margin-top: -57px;
}

.save_complect {
    margin-top: 11px;
    display: none;
}

.plus_complect {
    display: none;
    width: 100%;
    height: 41px;
    position: relative;
    clear: both;
    cursor: pointer;
    margin-top: -22px;
}

.plus_complect:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 20px;
    background: #337ab7;
}

.plus_complect:before {
    content: '+';
    width: 41px;
    height: 41px;
    line-height: 39px;
    padding-left: 2px;
    font-size: 28px;
    color: #337ab7;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 0px;
    border: 1px solid #3f81ba;
    border-radius: 100%;
    background: #ebeae8;
    z-index: 1;
}

.clear {
    clear: both;
    width: 100%;
}

.complect_block.hidden_block {
    display: none;
}

.complect_col .add_new_el {
    display: none;
}

.complect_col.new_el {
    position: relative;
}

.complect_col.new_el .add_new_el {
    display: block;
    border: 1px solid #c2d8ea;
    border-radius: 4px;
    height: 240px;
    line-height: 238px;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #c2d8ea;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}

.complect_col.new_el .add_new_el:hover {
    border: 1px solid #337ab7;
    color: #337ab7;
}

.complect_col.new_el .del {
    display: none;
}

.complect_col .dis_for_item {
    display: none;
}

.complect_col .with_new_el {
    display: none;
}

.complect_col.new_el .with_new_el {
    display: block;
    border: 1px solid #c2d8ea;
    border-radius: 4px;
    height: 240px;
    line-height: 238px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #c2d8ea;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    width: 237px;
    left: 50%;
    margin-left: -118px;
}

.complect_col.new_el .with_new_el:hover {
    border: 1px solid #337ab7;
    color: #337ab7;
}

.complect_col.new_el .with_new_el+.del {
    display: block;
}

.complect_col.new_el .with_new_el+.del+.dis_for_item {
    display: block;
}

.complect_col.new_el .del {
    width: 30px;
    height: 35px;
    background: url('/images/ico_del.png') center center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 0;
    opacity: 0.4;
}

.complect_col.new_el .del:hover {
    opacity: 1;
}

.complect_col.new_el .dis_for_item {
    width: 200px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #000000;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
}

.add_service {
    font-size: 13px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 29px;
    line-height: 19px;
    margin-top: 20px;
    position: absolute;
    bottom: 14px;
    left: 15px;
    max-width: 50%;
}

.add_service:after {
    content: '';
    height: 19px;
    width: 19px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: none;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.add_service:hover:after {
    border: 1px solid #666666;
}

.add_service.active:after,
.add_service.active:hover:after {
    background: #f1b21c;
    border: 1px solid #f1b21c;
}

.add_service.active:before {
    content: '';
    height: 11px;
    width: 7px;
    position: absolute;
    top: 2px;
    left: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.add_service span {
    font-size: 15px;
    font-weight: bold;
}

.product__order_block.with_service .product__notification_row {
    margin-bottom: 45px;
}

.send_btn,
.btn_send_error {
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid rgba(140, 190, 54, 0.6);
    color: #8cbe36;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 3px;
}

.btn_send_error {
    margin-top: 20px;
}

.send_btn {
    margin: 0 auto;
    line-height: 34px;
    height: 34px;
}

.send_btn:hover,
.btn_send_error:hover {
    border: 1px solid rgba(140, 190, 54, 1);
}

.block_send_error {
    display: none;
    /*border: 1px solid rgba(140,190,54,0.6);*/
    /*padding: 20px 10px;*/
    border-radius: 3px;
    /*max-width: 600px;*/
    margin-top: 20px;
}

.block_send_error .se_title {
    font-size: 14px;
    color: #8cbe36;
    text-transform: uppercase;
    /*text-align: center;*/
    margin-bottom: 10px;
    font-weight: bold;
}

.block_send_error textarea {
    font-size: 14px;
    margin-bottom: 7px;
    border: 1px solid rgba(140, 190, 54, 0.6);
}

.block_send_error textarea:focus,
.block_send_error textarea:hover {
    border: 1px solid rgba(140, 190, 54, 1);
}

#product__add_field {
    width:245px;
}

#order_credit_window1 {
    padding: 69px;

    max-width: 694px;
}

.product__rating_block,
.product__description,
.product__title {
    padding-left: 0px;
}

.product__order_block {
    padding-right: 10px;
}

.product__price_field {
    min-width: 45%;

}

.product__add_field .btn {
    width: auto;
}

.product__call_btn {
    margin-top: 0px;
    margin-left: 10px;
    float: none;
}

.product__add_field_wrapper-top {
    padding-left: 6px;
    margin-bottom: 10px;
}

.open_popup_link {
    /* margin-left: 5px; */
}

#product__description_more_link {
    margin-left: 20px;
}

.product__add_field .btn {
    width: 179px;
}

#btn-1-click1 {
    background: url(/local/include/btn-1-click1.png)no-repeat;
    display: inline-block;
    float: left;

    color: #de4442;
    font-size: 15px;
    height: 50px;
    width: 119px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin-right: 10px;
}

#btn-credit1 {
    background: url(/local/include/btn-credit1.png)no-repeat;
    display: inline-block;
    /* float: right; */
    color: #3b5998;
    font-size: 15px;
    height: 50px;
    width: 116px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

#product__notification_row {
    width: 45%;
    margin-top: 20px;
}

.product__control a.product__control_link {
    margin-bottom: 5px;
}

#product__available {
    width: 100%;
    height: 20px;
}

#product__available_label {
    float: left;
}

#roduct__notification_row {
    margin-top: 0px;
}

.bx-catalog-subscribe-button>span {
    border-bottom: 1px dashed #666;
}

#d-dop {
    font-size: 12px;
    color: #666666;
    position: relative;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    cursor: pointer;
}

#icon_delivery {
    margin-top: 5px;
    background: url(/images/icon_delivery.png)no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

.icon-del-info {
    width: 25px;
    height: 25px;
    background: url(/images/icon_delivery-info.png)no-repeat;
}

#deliver_info {
    height: 20px;
}

.icon-delivery_12 {
    margin-left: 5px;
    width: 25px;
    height: 25px;
    background: url(/images/icon_delivery-info.png)no-repeat;
}

#cheaper_block_wrapper {
    padding-left: 15px!important;
    margin-top: 30px;
}

#cheaper_block__btn {
    float: left;
    margin-right: 40px;
}

#cheaper_block__title1 {
    font-weight: bold;
    margin-bottom: 6px;
}

#cheaper_block__note {
    padding-left: 0px;
}

#icon-info1-a {
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

#icon-info1 {
    width: 25px;
    height: 25px;
    background: url(/images/icon-info11.png)no-repeat;
    top: 5px;
    left: 5px
}

#ab_block__content {
    display: block;
}

#deliver_info {
    overflow-y: scroll;
    max-width: 694px;
    padding: 0;
    height: 700px;
}
#deliver_info #cl {
    margin-top: 10px;
    float: right;
}

#dost2 {
    background: url(/upload/medialibrary/88d/dost2.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
}
#gift_window1{border: 1px dashed #de4442;color:#de4442;font-weight: bold;}
#delivery-text i{width:25px;height:25px; background: url(/images/icon_delivery-info.png)no-repeat;}
#delivery-inf{height: 20px;}
#icon-delivery_11{margin-left: 5px;width:25px;height:25px;background: url(/images/icon_delivery-info.png)no-repeat;}
#bx-catalog-subscribe-form{}
.popup-window.popup-window-with-titlebar{padding: 0 20px 25px;}
.popup-window-with-titlebar .popup-window-content{padding: 0;}
.popup-window-buttons>.btn-primary{margin-right: 5px; }
/* #product__add_field_wrapper-top{padding-left: 5px;margin-bottom: 10px;} */
.delivery_subtext {
    margin-top: 5px;
}

#idforsliders1 {
    width: 1250px;
}

.slider-internal1 {
    display: flex;
}
.slick-slider-container1 {
    display: inline-block;
    width: 840px;
}

.slider-internal__text1 {
    display: inline-block;
    width: 410px;
    height: 620px;
    background: #F5F5F5;
    color: #000000;
    padding: 46px 20px 46px 25px
}

.slider-internal1:after {
    content: unset;
}

.slider-for {
    height: 462px;
    background-color: transparent;
    overflow: hidden;
}

.slider-internal1 {
    width: 100%;
}

.slider-nav {
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.slider-nav img {
    max-width: 120px;
    height: auto;
}

.slider-nav .slick-track .slick-slide {
    margin: 0;
    border-radius: 0;
}

.slider-for .slick-track .slick-slide {
    max-height: 620px;
    height: unset;
}

.slider-nav .slick-track {
    display: flex;
    align-items: center;
}

#idforsliders1 .popup__title {
    font-size: 22px;
    margin-bottom: 11px;
    padding-left: 0;
    margin-top: 0;
}

#idforsliders1 .popup__article {
    margin-bottom: 47px;
    padding-left: 0;
}

#idforsliders1 .popup__old-price {
    color: #DC4546;
    text-decoration-line: line-through;
    font-size: 18px;
    font-weight: bold;
}

#idforsliders1 .popup-product__price {
    z-index: 1;
}

#idforsliders1 .popup-product__price-line {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

#idforsliders1 .popup__plus {
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #46CA5B;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 5px;
}

#idforsliders1 .popup-product__gift {
    display: flex;
    align-items: center;
    margin-left: 21px;
    color: #DC4546;
    font-weight: bold;
}

#idforsliders1 .gift-text {
    font-weight: bold;
    font-size: 14px;
    text-decoration-line: underline;
    color: #0E72E8;
    margin-right: 5px;
}

#idforsliders1 .popup-product__add_field {
    margin-right: 35px;
}

#idforsliders1.fancybox-content {
    padding: 0;
}

#idforsliders1 .popup-product__order-line {
    margin-bottom: 37px;
}

#idforsliders1 .product__colors_available {
    width: 100%;
    max-width: unset;
    margin-bottom: 33px;
}

#idforsliders1 .product__available {
    float: unset;
}

#idforsliders1 .product__available_label__title {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 14px;
}

#idforsliders1 .product__d_options {
    max-width: unset;
    margin-bottom: 33px;
    background-color: #ffffff;
    padding: 10px;
    display: inline-block;
}

#idforsliders1 .inform {
    padding-left: 0;
}

.product__add_field_wrapper-top .product__add_btn.btn:hover {
    background-color: #E26869;
}

@media only screen and (max-width : 1300px) {
    #idforsliders1 {
        width: 1150px;
    }

    .slider-internal1 {
        width: 100%;
    }

    .slick-slider-container1 {
        width: 740px;
    }
}

@media only screen and (max-width : 1200px) {
    #idforsliders1 {
        width: 80%;
    }

    .slider-internal1 {
        display: flex;
        flex-direction: column;
    }

    .slider-internal__text1 {
        width: 100%;
    }

    .slick-slider-container1 {
        width: 100%;
    }

    .slider-for {
        width: 100%;
        height: auto;
    }

    .slider-nav {
        width: 100%;
    }

    .slider-internal__text1 {
        height: auto;
    }
}

@media only screen and (max-width : 510px) {
    #idforsliders1 .popup-product__price-line {
        flex-direction: column;
        align-items: flex-start;
    }

    #idforsliders1 .popup-product__gift {
        margin-left: 0;
    }

    #idforsliders1 #delivery-inf {
        height: unset;
    }

    #idforsliders1 {
        width: 90%;
    }

    #icon-delivery_11 {
        margin-top: 10px;
    }
}

.fancybox-container.fancybox-is-open {
    z-index: 1000;
}

#sendcomment-osn input[type="text"],
#sendcomment-osn input[type="email"] {
    margin-bottom: 15px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.store.amount/template1/style.css?16334769822802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/templates/.default/components/bitrix/catalog.store.amount/template1/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/proTemplate/components/bitrix/main.feedback/erroritem/style.css?1708414416293*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}

/* End */


/* Start:/bitrix/components/prokatis/form.result.new/templates/for_skidka/style.css?1633474693666*/
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(/bitrix/components/prokatis/form.result.new/templates/for_skidka/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(/bitrix/components/prokatis/form.result.new/templates/for_skidka/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/prokatis/form.result.new/templates/one_click/style.css?1633474693666*/
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(/bitrix/components/prokatis/form.result.new/templates/one_click/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(/bitrix/components/prokatis/form.result.new/templates/one_click/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/prokatis/form.result.new/templates/price_in_request/style.css?1708384872666*/
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(/bitrix/components/prokatis/form.result.new/templates/price_in_request/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(/bitrix/components/prokatis/form.result.new/templates/price_in_request/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/style.css?17162277266386*/
/* item_detail_v2 */
.bx_item_detail.bx_red .bx_bt_button  				{
	background: #a9331c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MzMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NTFjMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a9331c 0%, #651c0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9331c), color-stop(100%,#651c0d));
	background: -webkit-linear-gradient(top, #a9331c 0%,#651c0d 100%);
	background: -o-linear-gradient(top, #a9331c 0%,#651c0d 100%);
	background: -ms-linear-gradient(top, #a9331c 0%,#651c0d 100%);
	background: linear-gradient(to bottom, #a9331c 0%,#651c0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9331c', endColorstr='#651c0d',GradientType=0 );

	color:#fff;
	text-shadow: 0 1px 0 #59180a;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_item_detail.bx_red .bx_bt_button:hover  		{
	background: #bd4b35;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkNGIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzJjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bd4b35 0%, #772c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd4b35), color-stop(100%,#772c1c));
	background: -webkit-linear-gradient(top, #bd4b35 0%,#772c1c 100%);
	background: -o-linear-gradient(top, #bd4b35 0%,#772c1c 100%);
	background: -ms-linear-gradient(top, #bd4b35 0%,#772c1c 100%);
	background: linear-gradient(to bottom, #bd4b35 0%,#772c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4b35', endColorstr='#772c1c',GradientType=0 );
}
.bx_item_detail.bx_red .bx_bt_button:active  		{
	box-shadow: none;
	background: #6a2112;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhMjExMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzJkMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6a2112 0%, #932d19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a2112), color-stop(100%,#932d19));
	background: -webkit-linear-gradient(top, #6a2112 0%,#932d19 100%);
	background: -o-linear-gradient(top, #6a2112 0%,#932d19 100%);
	background: -ms-linear-gradient(top, #6a2112 0%,#932d19 100%);
	background: linear-gradient(to bottom, #6a2112 0%,#932d19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a2112', endColorstr='#932d19',GradientType=0 );
}
.bx_item_detail.bx_red .bx_big.bx_bt_button.bx_cart span{
	background:url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/bt_cart.png) no-repeat center;
}

/* item_detail_slider */
.bx_item_detail.bx_red .bx_item_slider .bx_slide ul li .cnt  				{border: 1px solid #d35841}
.bx_item_detail.bx_red .bx_item_slider .bx_slide ul li:hover .cnt  			{border: 1px solid #a9331c}
.bx_item_detail.bx_red .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail.bx_red .bx_item_slider .bx_slide ul li.bx_active .cnt  		{border: 2px solid #a9331c}

.bx-retina .bx_item_detail.bx_red .bx_item_slider .bx_slide ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 fill stretch;
}

/* scu_detail_size */
.bx_item_detail.bx_red .bx_item_detail_size ul li .cnt  				{border: 1px solid #d35841}
.bx_item_detail.bx_red .bx_item_detail_size ul li:hover .cnt  			{border: 1px solid #a9331c}
.bx_item_detail.bx_red .bx_item_detail_size ul li:active .cnt,
.bx_item_detail.bx_red .bx_item_detail_size ul li.bx_active .cnt  		{border: 2px solid #a9331c}

.bx-retina .bx_item_detail.bx_red .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 fill stretch;
}

/* scu_detail_scu */
.bx_item_detail.bx_red .bx_item_detail_scu .bx_scu ul li .cnt  				 	{border: 1px solid #d35841}
.bx_item_detail.bx_red .bx_item_detail_scu .bx_scu ul li:hover .cnt				{border: 1px solid #a9331c}
.bx_item_detail.bx_red .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail.bx_red .bx_item_detail_scu .bx_scu ul li.bx_active .cnt			{border: 2px solid #a9331c}

.bx-retina .bx_item_detail.bx_red .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/proTemplate/components/bitrix/sale.viewed.product/.default/style.css?1708414588220*/
div.view-list {
	width: 200px;
	border: 1px solid #CCC;
}
div.view-header {
	height: 20px;
	text-align: center;
	background-color: #CCC;
	margin-bottom:10px;
}
div.view-item {
	text-align: center;
	margin-bottom: 10px;
}
/* End */
/* /local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/style.css?1716227726697 */
/* /local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/style.css?172778926364894 */
/* /bitrix/templates/.default/components/bitrix/catalog.store.amount/template1/style.css?16334769822802 */
/* /local/templates/proTemplate/components/bitrix/main.feedback/erroritem/style.css?1708414416293 */
/* /bitrix/components/prokatis/form.result.new/templates/for_skidka/style.css?1633474693666 */
/* /bitrix/components/prokatis/form.result.new/templates/one_click/style.css?1633474693666 */
/* /bitrix/components/prokatis/form.result.new/templates/price_in_request/style.css?1708384872666 */
/* /local/templates/proTemplate/components/bitrix/catalog/prokatis_new_dr/bitrix/catalog.element/newed/themes/red/style.css?17162277266386 */
/* /local/templates/proTemplate/components/bitrix/sale.viewed.product/.default/style.css?1708414588220 */
