

/* Start:/include/basket_btn_one/style.css?16285424286928*/
.text_right {
    text-align: right;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.text_right i {
    margin-right: 5px;
}

.cart_table {
    width: 100%;
    margin-bottom: 20px;
}

.cart_table tbody td, .cart_table tfoot td {
    vertical-align: middle;
}

#popup_one_click_form .cart_table tbody td, #popup_one_click_form .cart_table tfoot td {
    height: 5em;
}

.cart_left_label {
    margin-right: 10px;
}

.fw_normal {
    font-weight: normal;
}

input[type=checkbox] + label > span.checkbox_square {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    transition: .2s all;
    margin-right: 10px;
}

input[type=checkbox] + label > span.checkbox_square:before {
    content: "";
    width: 15px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 1px;
    right: -5px;
    transform: rotate(-50deg);
    transition: .2s all;
}

input[type=checkbox] + label > span.checkbox_square:after {
    content: "";
    width: 8px;
    height: 2px;
    background: transparent;
    position: absolute;
    top: 4px;
    left: -1px;
    transform: rotate(45deg);
    transition: .2s all;
}

input[type=checkbox]:checked + label > span.checkbox_square {
    background: rgba(254, 195, 43, 1);
    border-color: rgba(254, 195, 43, 1);
}

input[type=checkbox]:checked + label > span.checkbox_square:before,
input[type=checkbox]:checked + label > span.checkbox_square:after {
    background: #2f2f2f;
}

.input_req_container .checkbox_square {
    margin-bottom: 20px;
    float: left;
    margin-top: 25px;
    margin-right: 15px !important
}

.order_props .checkbox_square {
    margin-bottom: 20px;
    float: left;
    margin-top: 12px;
    margin-right: 15px !important
}

.cart_inp_container .checkbox_square {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    transform: translateY(100%);
}

@media screen and(max-width: 1220px) {
    .cart_inp_container .checkbox_square {
        float: left;
        margin-right: 10px;
        margin-bottom: 35px;
        margin-top: 0;
        transform: translateY(180%);
    }
}

.orders_history .thead_td {
    color: #8c8c8c;
    padding-left: 28px !important;
}

.big_empty_txt {
    font-weight: 400;
}

.order_big_number {
    font-size: 29px;
    font-weight: normal;
    color: #2f2f2f;
}

.order_cancel {
    text-decoration: none;
    border-bottom: 1px dashed #8c8c8c;
    display: inline;
    line-height: 12px;
    position: relative;
    width: fit-content;
}

.order_cancel_x {
    position: absolute;
    right: -16px;
    width: 12px;
    height: 12px;
    transition: .3s all ease-out;
}

.order_cancel_x:after,
.order_cancel_x:before {
    content: '';
    width: 12px;
    height: 1px;
    background-color: #8c8c8c;
    display: inline-block;
    position: absolute;
    top: 5px;
}

.order_cancel_x:after {
    transform: rotate(135deg);
}

.order_cancel_x:before {
    transform: rotate(45deg);
}

.cart_inp_container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cart-item-name a {
    font-size: 19px;
}

.cart_table .cart_table_img_a img {
    opacity: 0;
}

.cart_table .cart_table_img_a {
    background-color: #f2f2f2;
    background-blend-mode: multiply;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.cart_table tbody td, .cart_table tfoot td {
    vertical-align: middle;
}


#popup_one_click_form .cart_table tbody td, #popup_one_click_form .cart_table tfoot td {
    height: 5em;
}

.input_exp {
    width: 37px;
    height: 23px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease-out
}

.input_exp:hover {
    background-color: #fede8b;
    cursor: pointer;
}

.dec_exp {
    left: 17px;
    border-right: 2px solid #f8d988;
}

.inc_exp {
    right: 17px;
    border-left: 2px solid #f8d988;
}

.dec_exp:after,
.inc_exp:after {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #000;
}

.inc_exp:before {
    content: '';
    width: 6px;
    height: 1px;
    background-color: #000;
    transform: rotate(90deg);
    position: absolute;
}

.exp_inp_main {
    width: 102px !important;
    border: 2px solid #f8d988;
    border-radius: 5px;
    height: 26px;
    padding: 5px;
}

.orders_history tbody tr td {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.orders_history tbody tr td:first-child {
    border-left: 1px solid #cdcdcd;
}

.orders_history tbody tr td:last-child {
    border-right: 1px solid #cdcdcd;
    padding-right: 30px;
}

.orders_history tbody tr td div {
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.orders_history tbody .row_breaker td {
    padding: 5px 0 !important;
    border: 0 !important;
}

@media screen and(max-width: 1220px) {
    .cart-item-name > div {
        max-width: 220px;
    }
}


.order_sum, .order_sum span {
    font-weight: bold;
}

.order_props select {
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 16px;
    padding: 11px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: transparent;
    transition: .2s all;
}

.order_props input[disabled], .order_props textarea[disabled] {
    cursor: not-allowed;
    background: #e4e4e4;
}

.btn_offer {
    width: unset !important;
    padding: 12px 22px !important;
    margin-top: 15px;
    background-color: #10c96c !important;
}

.popup_small.popup_basket_btn_one .popup_window > div {
    width: auto;
    max-width: min-content;
}

@media screen and (max-width: 1007px){
    .popup_small.popup_basket_btn_one .popup_window > div {
        padding: 50px 10px;
        max-width: none;
    }
    .popup_small.popup_basket_btn_one .cart_left_negative_label {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        text-align: left !important;
        display: block !important;
        width: 100%;
    }
    .popup_small.popup_basket_btn_one .cart_inp_container {
        flex-direction: column;
        margin-bottom: 5px;
    }
    .popup_small.popup_basket_btn_one .cart_inp_container input,
    .popup_small.popup_basket_btn_one .cart_inp_container textarea {
        box-sizing: border-box;
    }
}
/* End */


/* Start:/local/templates/rb/components/bitrix/catalog.element/product/style.css?175380098739057*/
.oldprice {
	position: relative;
}
span.old_price span {
	color: #b90000!important;
	font-weight: bold!important;
}
span.old_price {
	color: #b90000!important;
	font-weight: bold!important;
}
.elem_tags {
	margin-bottom: 40px;
}
.elem_tags h3 {
	margin-bottom: 10px;
}
.elem_tags a {
	line-height: 30px;
}
.element_comp.elem_colors h3 {
	margin-bottom: 5px;
}
.border_box_gray_header {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 29px;
	line-height: 33px;
	letter-spacing: 0;
	font-weight: 300;
	color: #3c3c3c ;
	position: relative;
	margin: 0;
	padding: 0;
 }

.zero_none {
	display: none;
}

.wrapper_logo-mobile {
	display: none;
}



.item_status_01 {
    background-image: url(/local/templates/rb/img/art_leb.png) !important;
}

.item_status_02 {
	background-image: url(/local/templates/rb/img/art_leb.png) !important;
	height: 34px  !important;
	z-index: 1111 !important;
}

.logo_mobile {
	display: none;
}

.catalog_item {
	margin:2em 0;
}

.price {
	font-size: 2em;
	color: #f6c44f;
	display: block;
	white-space: nowrap;
}

.element_comp.elem_specs img,
.element_comp.elem_article img {
    max-width: 100%;
    height: auto;
}

.element_comp:last-of-type {
	margin-bottom: 0;
}

#ar_model_container img {
	max-width: 100%;
	height: auto;
}

.marbottom30 {
	margin-bottom: 30px !important;
	display: block;
}

.status_pos {
	position: absolute;
	top: 0em;
	left: -103px;
	z-index: 1;
}

.status_pos_01 {
	position: absolute;
	top: 0.7em;
	left: -103px;
}

.toFS_main {
    text-decoration: none;
    display: inline-block;
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    transition: 0.2s all;
    padding: 10px 45px !important;
    text-align: center;
    border: none !important;
    background-color: #f05a3f;
    border-radius: 5px !important;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.goToFS:hover,
.toFS_main:hover {
	color: #fff !important;
}

.goToFS {
	text-decoration: none;
    display: inline-block;
    font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    transition: 0.2s all;
    padding: 5px 22px !important;
    text-align: center;
    border: none !important;
    background-color: rgba(16,201,108,1);
    border-radius: 5px !important;
}

.goToFS:hover {
	background-color: rgba(16,201,108,.8);
	color: #3c3c3c !important;
}

.file-system-container {
    text-align: center !important;
}

.fs_models_append p {
    font-size: 18px;
    line-height: 23px;
}

.fs_models_format {
    border: 5px solid #f2f2f2;
    margin-top: -22px;
}

.fs_models_append {
	margin: 40px 0 20px;
}

.fs_models_append .col-xs-16 {
	padding: 0 15px;
	margin-bottom: 20px;
	width: auto !important;
}

.fs_models_append a {
	width: 200px;
    display: inline-block;
    position: relative;
    border: 2px solid #e1e1e1;
    padding: 10px 20px;
    margin: 0 5px 10px;
    border-radius: 5px;
    transition: .3s all;
}

.fs_models_append a:hover {
	border-color: #f05a3f;
}

.fs_model_logo {
	display: flex;
	max-height: 30px;
    max-width: 120px;
}

.fs_model_arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    height: 27px;
}

.fs_model_arrow img {
	height: 27px !important;
}

.fs-title-container {
	display: none;
}

.file-system-container {
	text-align: center;
}

.ar_popup_btn {
	float: left;
	cursor: pointer;
}
.ar_popup_btn img {
	max-height: 35px;
}

.item_status_01 {
	display: block;
    background-image: url("/local/templates/rb/img/lebedev02.jpg");
    width: 42px;
	height: 32px;
	text-indent: -9999px;
}

.catalog_item_video {
	margin: 2em 0;
	width: 100%;
	display: inline-flex;
    justify-content: center;
}
.catalog_item_video iframe, .border_box_gray iframe {
	display: block;
	margin: 10px auto;
}

.catalog_item_color_detail {
	display: none;
	position: absolute;
	height: 248px;
	top: 50%;
	margin-top: -124px;
	right: 100%;
	margin-right: 14px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	background-color: #fff;
}
.catalog_item_color_detail img {
	display: block;
	position: relative;
	border: 14px solid #fff;
	z-index: 2;
	max-width: none;
	height: 220px;
}
.catalog_item_color_detail:before {
	content: '';
	position: absolute;
	height: 14px;
	width: 14px;
	top: 50%;
	left: 100%;
	margin: -7px 0 0 -7px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}
.catalog_item_color:hover .catalog_item_color_detail {
	display: block;
}

.catalog_item_color_wrap {
	position: relative;
	z-index: 20;
}

.catalog_item_color {
	border: 1px solid #d3d3d3;
	margin-bottom: .5em;
	position: relative;
}
.catalog_item_color img {
	display: block;
}

.elem_breadcrumps {
	margin-bottom: 18px;
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #8c8c8c;
	display: none;
}

.elem_breadcrumps a {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #8c8c8c;
	text-decoration: none;
	margin: 0 5px;
	border-bottom: 1px solid transparent;
	transition: 0.2s all;
}
.elem_breadcrumps a:first-of-type {
	margin-left: 0;
}
.elem_breadcrumps a:hover {
	border-bottom: 1px solid #8c8c8c;
}
.elem_breadcrumps span {
	margin-left: 5px;
}

.elem_sliders_addit {
	margin-bottom: 40px;
	overflow: hidden;
}
.elem_sliders_addit input {
	display: none;
}
.elem_sliders_addit label {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0;
	font-weight: 400;
	color: #cdcdcd;
	transition: 0.2s;
	border-bottom: 1px solid #cdcdcd;
	margin-right: 5px;
	margin-bottom: 5px;
}
.elem_sliders_addit label:hover {
	cursor: pointer;
	color: #3c3c3c;
	border-color: #3c3c3c;
}
@media screen and (max-width: 1220px) {
	.elem_sliders_addit_long label:last-of-type {
		margin-left: 0px;
	}
}

.elem_sliders_addit .dragscroll {
	margin-top: 25px;
	margin-left: -15px;
	margin-right: 0px;
	padding: 0 45px;
	display: none;
	height: auto;
	overflow: hidden;
	cursor: grab;
	cursor: -o-grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.elem_sliders_addit .dragscroll .slides {
	padding: 0 60px 0 0;
	margin: 0;
	list-style-type: none;
}
.elem_sliders_addit .dragscroll .slides li {
	float: left;
}
.elem_sliders_addit .dragscroll .slides li .analog_slider_elem {
	padding: 0 15px;
	box-sizing: border-box;
}
.elem_sliders_addit .dragscroll .slides li .analog_slider_elem img {
	height: auto;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
}

.elem_sliders_addit .dragscroll .slides li .slider_elem_name,
.elem_sliders_addit .dragscroll .slides li .slider_elem_price {
	padding: 0 10px;
}
.elem_sliders_addit .dragscroll .slides li .slider_elem_name {
	margin-top: 10px;
	margin-bottom: 10px;
}
.elem_sliders_addit .dragscroll .slides li .slider_elem_name a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.2s;
}
.elem_sliders_addit .dragscroll .slides li .slider_elem_name a:hover {
	border-color: #3c3c3c;
	color: #3c3c3c;
}
.elem_sliders_addit .dragscroll .slides li .slider_elem_price {
	font-size: 19px;
	line-height: 23px;
}
.elem_sliders_addit #more_items_radio:checked ~ .more_items_radio,
.elem_sliders_addit #more_service_radio:checked ~ .more_service_radio,
.elem_sliders_addit #recommend_radio:checked ~ .recommend_radio,
.elem_sliders_addit #analogs_radio:checked ~ .analogs_radio {
	display: block !important;
}
.elem_sliders_addit #more_items_radio:checked + label,
.elem_sliders_addit #more_service_radio:checked + label,
.elem_sliders_addit #recommend_radio:checked + label,
.elem_sliders_addit #analogs_radio:checked + label {
	color: #3c3c3c;
	pointer-events: none;
	border-color: transparent;
}

.elem_sliders_addit .slider_elem_img {
    height: 150px;
    display: flex;
}

.discount_price {
    display: block !important;
}
.elem_price_rozn {
    margin-bottom: 40px;
}
.elem_view  .popup_img_link img {
	max-height: 720px;
	height: auto;
	width: auto;
	max-width: 100%;
}

.elem_help {
	margin-bottom: 40px;
}
.elem_help h3 {
	margin: 0;
}
.elem_help h4 {
	margin: 20px 0 15px;
}
.elem_help h4:first-of-type {
	margin: 25px 0 15px;
}
.elem_help ul {
	list-style-type: none;
	padding: 0;
	margin: 25px 0 0;
}
.elem_help ul li {
	margin-bottom: 10px;
}
.elem_help ul li:last-of-type {
	margin-bottom: 0;
}
.elem_help ul li a {
	color: #3c3c3c;
	text-decoration: none;
	border-bottom: 1px solid #cdcdcd;
	transition: 0.2s all;
}
.elem_help ul li a:hover {
	color: #8c8c8c;
	border-color: transparent;
}

.elem_name {
	margin-bottom: 20px;
}
.elem_name h1,
.elem_name .h1 {
	margin: 0 0 10px;
    font-weight: 300;
    letter-spacing: 0;
    color: #3c3c3c;
}
@media (min-width: 1008px) {
	.elem_name h1,
	.elem_name .h1 {
		font-size: 28px;
		line-height: 33px;
	}
}
@media (max-width: 1007.98px) {
	.elem_price .basket-btn-one {
		font-size: 15px;
		line-height: 19px;
		padding: 9px 0!important;
		width: 176px;
		/*height: 38px;*/
		margin-top: 20px;
	}
	.basket-element-add {
		font-size: 15px;
		line-height: 19px;
		padding: 9px 0!important;
		width: 176px;
		/*height: 38px;*/
		margin-top: 20px;
	}
	.have-logo-desktop-item {
		display: none;
	}
}

.elem_name span {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #3c3c3c;
}

.elem_specs {
	margin-bottom: 40px;
	text-align: left;
}
.elem_specs h3 {
	margin-bottom: 15px;
	text-align: left;
}
.elem_specs h4 {
	margin: 20px 0 15px;
}
.elem_specs h4:first-of-type {
	margin: 25px 0 15px;
}
.elem_specs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.elem_specs ul li {
	margin-bottom: 10px;
}
.elem_specs ul li:last-of-type {
	margin-bottom: 0;
}
.elem_specs table tr,
.elem_specs table td {
	border: none;
	border-bottom: 1px solid silver;
	padding: 2px 7px;
}
.elem_files {
	margin: 0 0 40px -15px;
	padding: 20px 15px;
	background-color: #f2f2f2;
}
.elem_files h3 {
	margin: 0 0 10px;
}
.elem_files ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.elem_files ul li {
	display: flex;
}
.elem_files ul li .elem_icons {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
}
.elem_files ul li .elem_file_text {
	display: flex;
}
.elem_files ul li .elem_file_text a {
	color: #3c3c3c;
	line-height: 16px;
	text-decoration: none;
	/*border-bottom: 1px solid #3c3c3c;*/
	transition: 0.2s all;
	margin: auto 5px auto 0;
	text-decoration: underline;
}
.elem_files ul li .elem_file_text a:hover {
	color: #8c8c8c;
	border-color: transparent;
}
.elem_files ul li .elem_file_text span {
	text-transform: uppercase;
	margin: auto;
}

.elem_advanteges {
	margin-bottom: 40px;
}
.elem_advanteges ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.elem_advanteges ul li {
	display: flex;
}
.elem_advanteges ul li .elem_icons {
	float: left;
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.elem_advanteges ul li .elem_advanteg_text {
	display: flex;
}

.elem_colors {
	margin-bottom: 40px;
}
.elem_colors ul {
	padding: 0;
	list-style-type: none;
}
.elem_colors ul li {
	display: inline;
	float: left;
}
.elem_colors ul li label {
	width: 90px;
	height: 122px;
	border: 2px solid #F2F2F2;
	border-radius: 6px;
	text-decoration: none;
	transition: .2s all;
	display: block;
	text-align: center;
	font-family: "ALSSchlange",Helvetica,Tahoma,Arial,sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: 400;
	color: #3c3c3c;
	margin-top: 10px;
	margin-right: 12px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.elem_colors ul li label span {
	display: block;
}
.elem_colors ul li label span.fl_span {
	height: 48px;
	position: absolute;
	bottom: 0;
	transition: all .3s ease-out;
	background-color: #fff;
	width: 100%;
	padding: 8px;
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	box-sizing: border-box;
}
.elem_colors ul li label:hover span.fl_span {
	bottom: -80px;
}
.elem_colors ul li label span.fl_span:first-letter {
	 text-transform: uppercase;
}
.elem_colors ul li input:checked+label {
	border-color: #f6c44f;
}
.elem_colors ul li input:checked+label:after {
	content: "";
	position: absolute;
	top: 6px;
	right: 6px;
	width: 20px;
	height: 20px;
	background: url(https://hobbyka.ru/local/templates/rb/img/coloricon.svg) no-repeat;
	background-size: contain;
}
.elem_colors ul li label .clr_img {
	width: 100%;
	height: 100%;
	transition: .2s all;
	margin: 0 auto 5px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
}
.elem_colors ul li label .clr_img img.clr_prev_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.elem_colors ul li label:hover {
	cursor: pointer;
	text-decoration: none;
}
.elem_colors ul li label:hover span.fl_span {
	bottom: -80px;
}
.elem_colors ul li input {
	display: none;
}
 .elem_colors ul li input:checked + label {
	text-decoration: none;
}

.elem_size {
	margin-bottom: 20px;
}
.element_disassembled{
	margin-bottom: 20px;
}
.element_disassembled_title{
	font-size: 20px
}
.elem_size ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.elem_size ul li {
	display: inline;
	float: left;
	padding: 10px 0;
}
.elem_size ul li label {
	padding: 5px 9px;
	border: 2px solid transparent;
	text-decoration: underline;
	transition: 0.2s all;
	border-radius: 20px;
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: 400;
	color: #3c3c3c;
}
.elem_size ul li label:hover {
	cursor: pointer;
	text-decoration: none;
}
.elem_size ul li input {
	display: none;
}
.elem_size ul li input:checked + label {
	border: 2px solid rgba(254,195,43,1);
	border-radius: 20px;
	pointer-events: none;
	text-decoration: none;
}

.elem_article {
	margin-bottom: 40px;
}
.elem_article h3 {
	margin: 0 0 25px;
}
.elem_article p {
	margin: 0;
}

.elem_price {
	margin-bottom: 20px;
}

.price_value {
	margin-right: 29px;
}

.elem_price .text_price {
	display: inline-block;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
}
.elem_price .text_price span {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 29px;
	line-height: 33px;
	letter-spacing: 0;
	font-weight: 400;
	color: #3c3c3c;
}
.elem_price .text_price a {
	display: inline-block;
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: 400;
	color: #8c8c8c;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.2s all;
	pointer-events: none;
}
.elem_price .text_price a:first-of-type {
	margin-left: 0;
}
.elem_price .btn_price {
	display: inline-block;
	margin-bottom: 20px;
}
.elem_price .btn_price .add_elem_price {
	text-decoration: none;
	display: block;
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 0;
	font-weight: 400;
	color: #3c3c3c;
	transition: 0.2s all;
	padding: 14px 0;
	width: 207px;
	text-align: center;
	border-radius: 25px;
	border: none;
}

.elem_buttons {
	margin-bottom: 40px;
}
.elem_buttons ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	border: 2px solid rgba(254,195,43,1);
	border-radius: 5px;
    float: left;
    margin-right: 10px;
	margin-bottom: 15px;
}
.elem_buttons ul li {
	display: inline;
	float: left;
	border-right: 2px solid rgba(254,195,43,1);
}
.elem_buttons ul li:last-of-type {
	border-right: none;
}
.elem_buttons ul li span{
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0;
	font-weight: 400;
	color: #3c3c3c;
	text-decoration: none;
	padding: 5px 13px;
	display: block;
	transition: 0.2s all;
	cursor: pointer;
}
.elem_buttons ul li span:hover{
	background-color: rgba(254,195,43,.5);
}
.elem_buttons ul li .toggle_button_active {
	background-color: rgba(254,195,43,1);
}
.element_description {
	background-color: #ffffff;
}
@media (min-width: 1008px) {
	.element_description {
		padding: 45px 60px 45px 45px;
	}
}
.elem_view {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*@font-face {
	.elem_view {
	font-family: 'flexslider-icon';
	src: url("/local/templates/rb/components/bitrix/catalog.element/product/fonts/flexslider-icon.eot");
	src: url("/local/templates/rb/components/bitrix/catalog.element/product/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
		 url("/local/templates/rb/components/bitrix/catalog.element/product/fonts/flexslider-icon.woff") format("woff"),
		 url("/local/templates/rb/components/bitrix/catalog.element/product/fonts/flexslider-icon.ttf") format("truetype"),
		 url("/local/templates/rb/components/bitrix/catalog.element/product/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
	font-weight: normal;
	font-style: normal;
	}
}*/
.elem_view .flex-container a:hover,
.elem_view .flex-slider a:hover {
	outline: none;
}
.elem_view .slides,
.elem_view .slides > li,
.elem_view .flex-control-nav,
.elem_view .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.elem_view .flex-pauseplay span {
	text-transform: capitalize;
}
.elem_view .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.elem_view .flexslider .slides > li span {
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.elem_view .flexslider .slides img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 500px;
}
.elem_view .flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.elem_view html[xmlns] .flexslider .slides {
	display: block;
}
.elem_view * html .flexslider .slides {
	height: 1%;
}
.elem_view .no-js .flexslider .slides > li:first-child {
	display: block;
}
.elem_view .flexslider .slides {
	zoom: 1;
	margin: 0 60px 20px;
	display: flex;
	height: 100%;
}
.elem_view .flexslider .slides img {
	height: auto;
	max-height: 500px;
	-moz-user-select: none;
}
.elem_view .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.elem_view .loading .flex-viewport {
	max-height: 300px;
}
.elem_view .carousel li {
	margin-right: 5px;
}
.elem_view .flex-direction-nav {
	height: 0;
}
.elem_view .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.elem_view .flex-direction-nav a:hover {
	background-color: #f8d883;
	background-blend-mode: multiply;
	display: block;
}
.elem_view .flex-direction-nav a:before {
	display: inline-block;
}
.elem_view .flex-direction-nav a.flex-next:before,
.elem_view .flex-direction-nav a:before {
	content: '';
}
.elem_view .flex-direction-nav .flex-prev {
	background-image: url("https://hobbyka.ru/local/templates/rb/img/icons/flexslider_arrows.png");
	background-position: 0 0;
	left: 0;
	text-align: left;
}
.elem_view .flex-direction-nav .flex-next {
	background-image: url("https://hobbyka.ru/local/templates/rb/img/icons/flexslider_arrows.png");
	background-position: 40px 0;
	right: 0;
}
.elem_view .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: .7;
}
.elem_view .flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: .7;
}
.elem_view .flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.elem_view .flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.elem_view .flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.elem_view .flex-pauseplay a:hover {
	opacity: 1;
}
.elem_view .flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.elem_view .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.elem_view .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: transparent;
	border: 1px solid #3c3c3c;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
}
.elem_view .flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.elem_view .flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.elem_view .flex-control-paging li a:after {
	content: "";
	display: block;
	border: 0px solid #f2f2f2;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.elem_view .flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.elem_view .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.elem_view .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.elem_view .flex-control-thumbs img:hover {
	opacity: 1;
}
.elem_view .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

.statusblock_01 {
	height: 30px;
	display: none;
}

.item_status_text {
	display: block;
	position: absolute;
	top: -0.5em;
	left: 1em;
	font-size: 12px;
	line-height: 18px;
	display: block;
}

.ITEM_STATUS_ARTLEBEDEV {
	width: 102px !important;
	background-size: contain;
}

.art>div {
    /*display: inline-flex;*/
}

.element_article {
    transform: translateY(-50%);
    margin-right: 30px;
}

.delivery_underline {
    font-size: 16px;
    text-decoration: underline;
}
.delivery_green {
    color: #29c86c;
    font-weight: bold;
}
.delivery_green_a {
    font-size: 16px;
    color: #29c86c;
    text-decoration: underline;
}
.delivery_green_aL:hover {
    color: #8ec7a6!important;
}
.delivery_bottom_space {
    display: block;
    margin-bottom: 10px;
}


@media screen and (max-width: 600px) {
    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 13px 0 0 !important;
        padding-right: 2px !important;
        position: absolute !important;
        right: 8px !important;
        text-align: right !important;
        width: 280px !important;
    }

    .rc-anchor-logo-portrait {
        margin: 10px 0 0 -50px !important;
        width: 58px !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
    }

    .g-recaptcha div {
        width: 232px !important;
        height: 78px !important;
    }
}
@media (max-width: 1539px) {
	.elem_discount_table .discount_table tbody tr > td:first-child {
		font-size: 12px;
	}
	.elem_discount_table {
		overflow-x: scroll;
		padding-bottom: 5px;
	}
	.elem_discount_table::-webkit-scrollbar-track
	{
		border-radius: 5px;
		background-color: #fff;
		margin: 0 15px 0 0;
	}

	.elem_discount_table::-webkit-scrollbar
	{
		height: 9px;
		background-color: transparent;
	}

	.elem_discount_table::-webkit-scrollbar-thumb
	{
		border-radius: 5px;
		background-color: #656565;
		transition: .3s all ease-out;
	}
	.elem_discount_table::-webkit-scrollbar-thumb:hover
	{
		background-color: #8f8f8f;
	}
}
.elem_discount_table .discount_table td {
    padding: 8px 10px;
    text-align: center;
    width: 83px;
    max-width: 83px;
    max-height: 37px;
    font-size: 14px;
    font-weight: 400!important;
    box-sizing: border-box;
    border: 1px solid #000;
}
.elem_discount_table .discount_table thead td {
	background-color: #ffbb3a
}
.elem_discount_table {
    margin-bottom: 40px;
}
.elem_discount_table h3 {
	margin-bottom: 20px;
}
td,
tr {
    border: 1px solid silver;
}
.catalog_item_video iframe, .border_box_gray iframe {
    width: 100%;
}

.item_status {
	display: block;
    position: absolute;
	top: -1.2em;
    right: 0;
    background-image: url("/local/templates/rb/img/lebedev02.jpg");
    width: 42px;
    height: 66px;
    text-indent: -9999px;
    z-index: 1000;
}

.catalog_item_info {
	margin-top: 2em;
}

.catalog_item_price {
	font-size: 3em;
	color: #f6c44f;
	display: block;
	line-height: 0.85714286em;
	white-space: nowrap;
}
.catalog_item_price i {
	line-height: 0.85714286em;
}
.catalog_item_price.bigx25 {
	font-size: 2.5em;
}
.catalog_item_price.__second {
	font-size: 1.5em;
	color: #726c67;
	line-height: 1;
}

.discount_table {
	font-size:0.92857143em;
	width: 100%;
}
.discount_table thead td {
	font-weight: bold;
}
.discount_table tbody td {
	border-top:1px solid #d3d3d3;
}
.comm_point_before {
	opacity: 0!important;
}
.comm_point_levedev {
	top: 40px!important;
}
.comm_point_banner {
	background-image: url(/local/templates/rb/i/cpns.png);
	width: 74px;
	height: 44px;
	box-sizing: content-box;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 0;
	z-index: 20;
	font-size: 17px;
    display: flex;
    align-items: center;
    padding-left: 15px;
	font-style: italic;
	transition: .3s all ease-out;
	opacity: 1;
}

.element_in-stock_title {
	font-size: 20px;
	color: #0c9000;
}

.comm_point_banner-in-stock {
	background-image: url(/local/img/icons/in_stock.png) !important;
	width: 74px;
	height: 44px;
	box-sizing: content-box;
	background-repeat: no-repeat;
	position: absolute;
	left: 15px;
	z-index: 20;
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	font-style: italic;
	transition: .3s all ease-out;
	opacity: 1;
	color: #00c163;

}

.comm_point_banner.product_of_the_day {
	background-position-y: -132px;
	color: #ffc200;
}
.comm_point_banner.discount {
	background-position-y: 0;
	color: #f9040b;
}
.comm_point_banner.hit {
	background-position-y: -88px;
	color: #fff;
	font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.comm_point_banner.new {
	background-position-y: -44px;
	color: #00c163;
}
.comm_point_banner.gift {
	background-position-y: -176px;
	color: #333333;
}

.comm_point_banner.sale5 {
	background-image: url("/local/templates/rb/i/sale5.png");
	background-size: contain;
}
.comm_point_banner.sale5 span {
	visibility: hidden;
}
.comm_point_banner.sale10 {
	background-image: url("/local/templates/rb/i/sale10.png");
	background-size: contain;
}
.comm_point_banner.sale10 span {
	visibility: hidden;
}
.comm_point_banner.sale15 {
	background-image: url("/local/templates/rb/i/sale15.png");
	background-size: contain;
}
.comm_point_banner.sale15 span {
	visibility: hidden;
}
.comm_point_banner.sale20 {
	background-image: url("/local/templates/rb/i/sale20.png");
	background-size: contain;
}
.comm_point_banner.sale20 span {
	visibility: hidden;
}
.comm_point_banner.sale25 {
	background-image: url("/local/templates/rb/i/sale25.png");
	background-size: contain;
}
.comm_point_banner.sale25 span {
	visibility: hidden;
}
.comm_point_banner.sale30 {
	background-image: url("/local/templates/rb/i/sale30.png");
	background-size: contain;
}
.comm_point_banner.sale30 span {
	visibility: hidden;
}
.comm_point_banner.sale35 {
	background-image: url("/local/templates/rb/i/sale35.png");
	background-size: contain;
}
.comm_point_banner.sale35 span {
	visibility: hidden;
}
.comm_point_banner.sale40 {
	background-image: url("/local/templates/rb/i/sale40.png");
	background-size: contain;
}
.comm_point_banner.sale40 span {
	visibility: hidden;
}
.comm_point_banner.sale45 {
	background-image: url("/local/templates/rb/i/sale45.png");
	background-size: contain;
}
.comm_point_banner.sale45 span {
	visibility: hidden;
}
.comm_point_banner.sale50 {
	background-image: url("/local/templates/rb/i/sale50.png");
	background-size: contain;
}
.comm_point_banner.sale50 span {
	visibility: hidden;
}
.elem_desc ul {
	list-style: aqua;
	margin-left: 18px;
}
.elem_desc ol {
	list-style: decimal;
	margin-left: 15px;
}

/*rebuild css*/
.d-none {
	display: none;
}

.elem_sliders_addit .dragscroll .slides {
	width: max-content!important;
}
.elem_sliders_addit .dragscroll .slides,
.elem_sliders_addit .dragscroll .analog_slider_elem,
.elem_sliders_addit .dragscroll .analog_slider_elem .slider_elem_price {
	display: flex;
}
.elem_sliders_addit .dragscroll .analog_slider_elem,
.elem_sliders_addit .dragscroll .analog_slider_elem .slider_elem_price {
	flex-direction: column;
}
.elem_sliders_addit .dragscroll .analog_slider_elem {
	height: 100%;
}
.elem_sliders_addit .dragscroll .analog_slider_elem .slider_elem_price,
.elem_sliders_addit .dragscroll .analog_slider_elem .slider_elem_price span {
	flex: 1;
}
.elem_sliders_addit .dragscroll .analog_slider_elem .slider_elem_price span {
	margin-bottom: 10px;
}
.elem_sliders_addit .dragscroll .analog_slider_elem .slider_elem_price .btn {
	margin-top: auto;
}

.toggle_container {
	z-index: 1;
}

.rdli-name-and-city {
	margin-bottom: 10px;
	font-size: 18px;
}


@media (min-width: 1920px) {
	.header_where_search .toggle_sticky:not(.statusblock) {
		width: calc(1920px * 0.5625);
	}
}
@media (min-width: 1200px) {
	.element_description {
		padding: 45px;
	}
}
@media (min-width: 1008px) and (max-width: 1919.98px) {
	.header_where_search .toggle_sticky:not(.statusblock) {
		width: 56.25%;
	}
}
@media (min-width: 1008px) and (max-width: 1199.98px) {
	.element_description {
		padding: 30px;
	}
	.element_description .toFS_main {
		margin-top: 0;
	}
}
@media (min-width: 1008px) {
	.header_where_search .toggle_sticky {
		position: fixed!important;
	}
	/*.header_where_search .toggle_sticky.statusblock {
		width: 84px;
	}*/
	.header_where_search.top_cookie_banner_section .toggle_sticky {
		top: 175px;
	}
	.header_where_search.top_cookie_banner--hide .toggle_sticky,
	.header_where_search.top_cookie_banner_section--closed .toggle_sticky {
		top: 135px;
	}

	.elem_view .flexslider .slides {
		min-height: 550px;
		height: 550px;
	}

	.element_description .elem_price .price_value {
		display: inline-block;
		white-space: nowrap;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.element_description .elem_files,
	.elem_sliders_addit .dragscroll {
		margin-left: 0;
	}
	.element_description .elem_files .file_type span:last-of-type {
		white-space: nowrap;
	}

	.elem_sliders_addit .dragscroll {
		padding: 0;
	}
	.elem_sliders_addit .dragscroll .slides {
		margin: 0 -15px;
	}
	.elem_sliders_addit .dragscroll .analog_slider_elem {
		min-width: 200px;
		width: 200px!important;
	}
	body .elem_view .flexslider, .elem_view .flexslider .slides {
		min-height: auto;
		height: auto;
		align-items: center;
	}
	body .element_detail .toggle_container {
		margin-bottom: 10px;
	}
	.elem_view .flex-direction-nav .flex-prev,
	.elem_view .flex-direction-nav .flex-next {
		top: 40%;
	}
}
@media (max-width: 1007.98px) {
	.append_mobile_bread{
		display: none;
	}
	.old_price {
		font-size: 26px!important;
		margin-bottom: 30px;
		display: block;
	}
	.oldprice {
		font-size: 15px;
	}
	body {
		background-color: #fff!important;
	}
	.elem_discount_table {
		overflow-x: scroll;
	}

	.close_popup_window {
		width: 35px !important;
		height: 35px !important;
		box-sizing: border-box;
		padding: 7px 10px !important;
		top: 10% !important;
		right: -105% !important;
	}
	.comm_point_banner {
		left: 0;
	}

	.elem_colors ul {
		margin-left: 0!important;
		margin-right: 0!important
	}
	.elem_colors ul li:first-child {
		margin-left:0!important;
	}

	.element_detail .elem_breadcrumps {
		margin-bottom: 9px!important;
	}
	.elem_breadcrumps a {
		text-decoration: underline;
	}
	.elem_breadcrumps a:hover {
		border: none;
	}
	.elem_breadcrumps {
		font-size: 14px;
		line-height: 18px;
	}
	.elem_view {
		height: auto;
	}
	/*.element_detail .flexslider {
		min-height: 315px;
	}
	.elem_view .flexslider .slides,
	.elem_view .popup_img_link img {
		height: 300px;
	}*/
	.elem_view .flex-control-nav {
		bottom: 0;
		z-index: 10;
	}
	.elem_view#toggle_model {
		overflow: hidden;
	}
	.elem_view.toggle_active .popup_img_link {
		display: flex;
		max-height: 100%;
	}
	.elem_view.toggle_active .popup_img_link img {
		object-fit: contain;
		max-width: 100%;
		width: auto;
	}
	.elem_name h2 {
		font-size: 16px!important;
		color: #3D3C3C!important;
		font-weight: 400!important;
		margin-bottom: 5px!important;
		line-height: 19px!important;
	}
	.elem_name {
		margin-bottom: 33px;
	}
	.elem_buttons {
		margin-bottom: 37px!important;
	}

	.element_description .element_count .exp_inp_main {
		max-width: none;
	}
	.element_description .element_count .input_exp {
		display: flex;
	}
	.elem_view .flexslider,
	.elem_view .flexslider .slides {
		min-height: 300px;
		height: 300px;
	}
	.elem_sliders_addit {
		margin-right: -10%;
		margin-left: -10%;
	}
	.elem_sliders_addit .dragscroll {
		padding-left: 8.3%;
	}
	.elem_sliders_addit label:first-of-type {
		margin-left: 8.3%;
	}
}
@media screen and (max-width: 860px) {
	.elem_view .flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.elem_view .flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
@media (min-width: 576px) and (max-width: 1007.98px) {
	.elem_view .flexslider,
	.elem_view .flexslider .slides,
	.elem_view.toggle_active .popup_img_link img {
		min-height: 350px;
		height: 350px;
	}
	.elem_sliders_addit .dragscroll .analog_slider_elem {
		min-width: 300px;
		width: 300px!important;
	}
}
@media (max-width: 575.98px) {
	.elem_view .flexslider,
	.elem_view .flexslider .slides,
	.elem_view.toggle_active .popup_img_link img {
		min-height: 160px;
		height: 160px;
	}
	.elem_sliders_addit .dragscroll .analog_slider_elem {
		min-width: 200px;
		width: 200px!important;
	}
	body .elem_view .flexslider, .elem_view .flexslider .slides {
		min-height: auto;
		height: auto;
		align-items: center;
	}
	body .element_detail .toggle_container {
		margin-bottom: 10px;
	}
	.elem_view .flex-direction-nav .flex-prev,
	.elem_view .flex-direction-nav .flex-next {
		top: 40%;
	}
}
/*.elem_additional {
	margin-bottom: 40px;
}

.elem_additional-item {

}

.elem_additional .elem_price .text_price {
	margin-bottom: 0px;
}

.elem_additional .elem_price .btn_price {

}

@media (min-width: 1820px) {
	.elem_additional-item {
		display: flex;
		align-items: center;
	}
	.elem_additional .elem_price .btn_price {
		margin-bottom: 0px;
	}
}

@media (max-width: 575.98px) {
	.elem_additional-item .element_count {
		margin-right: 0px !important;
	}
	.elem_additional .elem_additional-item .text_price a {
		width: 120px !important;
	}
}*/

.elem_additional {
	margin-bottom: 40px;
}

.elem_additional-item {
	margin-bottom: 20px;
}

.elem_additional-item .text_price {
	float: none;
	margin-bottom: 20px;
}

.elem_additional-item .text_price a {
	pointer-events: auto !important;
}

.elem_additional-item .btn_price {
	margin-bottom: 0px;
}

.elem_additional-item .element_count {
	margin-bottom: 5px;
}

.elem_additional-item .price_value {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 29px;
	line-height: 33px;
	letter-spacing: 0;
	font-weight: 400;
	color: #3c3c3c;
	margin-right: 15px;
}

@media screen and (max-width: 1007px) {
	.elem_additional-item .btn_price .add_elem_price {
		font-size: 15px;
		line-height: 19px;
		padding: 9px 0 !important;
		width: 176px;
		height: 38px;
	}
}

.element_contact {
	margin-bottom: 40px;
}

.element_contact a {
	text-decoration: none;
}

.element_contact a:hover {
	text-decoration: underline;
}

.element_contact a .fa {
	color: rgba(254,195,43,1);
	width: 20px;
	text-align: center;
}

.main_image {
	max-width: 100%;
}

.element_setlist {
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.element_setlist_item {
	flex: 0 0 33.333333%;
	padding: 0 5px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 62px;
}

@media screen and (max-width: 1440px) {
	.element_setlist_item {
		flex: 0 0 50%;
	}
}

.element_setlist_item_img {
	height: 150px;
	display: flex;
}

.element_setlist_item_img img {
	height: auto;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
}

.element_setlist_item_price {
	position: absolute;
	bottom: 0;
}

.popup_basket_btn_one .cart_table .cart-item-name {
	min-width: 200px;
}
/* End */


/* Start:/local/templates/rb/components/bitrix/breadcrumb/product/style.css?15834045641228*/
.element_comp.elem_specs img,
.element_comp.elem_article img {
    max-width: 100%;
    height: auto;
}

.element_comp:last-of-type {
	margin-bottom: 0;
}

.elem_breadcrumps {
	margin-bottom: 18px;
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #8c8c8c;
	display: none;
}

.elem_breadcrumps a {
	font-family: "ALSSchlange", Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.01em;
	font-weight: 400;
	color: #8c8c8c;
	text-decoration: none;
	margin: 0 5px;
	border-bottom: 1px solid transparent;
	transition: 0.2s all;
}
.elem_breadcrumps a:first-of-type {
	margin-left: 0;
}
.elem_breadcrumps a:hover {
	border-bottom: 1px solid #8c8c8c;
}
.elem_breadcrumps span {
	margin-left: 5px;
}
.elem_breadcrumps span:first-child {
	margin-left: 0;
}
.elem_breadcrumps div {
	display: inline;
}

@media screen and (max-width: 1007px) {
	.element_detail .elem_breadcrumps {
		margin-bottom: 9px!important;
	}

	.elem_breadcrumps a {
		text-decoration: underline;
	}

	.elem_breadcrumps a:hover {
		
		border: none;
	}
	.elem_breadcrumps {
		font-size: 14px;
		line-height: 18px;
	}
}
/* End */
/* /include/basket_btn_one/style.css?16285424286928 */
/* /local/templates/rb/components/bitrix/catalog.element/product/style.css?175380098739057 */
/* /local/templates/rb/components/bitrix/breadcrumb/product/style.css?15834045641228 */
