

/* Start:/local/templates/torensnew/components/bitrix/catalog/torens/style.css?17305375131251*/
.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;
}
.heading_branch h6{
	text-transform: uppercase;
}
/*.custom_block_branch{*/
/*	display: flex;*/
/*	justify-content: end;*/
/*}*/
@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%;
	}

}

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

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

/* End */


/* Start:/local/templates/torensnew/components/bitrix/catalog/torens/bitrix/catalog.element/.default/style.css?16693659184940*/
.product_details .header_top-callback_item {
    display: block !important;
    width: 100%;
    top: 100%;
    padding: 10px 15px 5px  !important;
    font-size: 20px !important;
    color: #E50000!important;
    text-decoration: none;
    font-family: OpenSans, sans-serif;
    text-align: left;
    text-align: center;
}
.product_details .header_top-callback_item:hover span {
    border-bottom: 1px dashed #fff;
}
.product_details .header_top-callback_item span {
    text-decoration: none !important;
    border-bottom: 1px dashed #E50000;
    font-family: OpenSans, sans-serif;
}
button.btn_custom.btn-primary.buy_button.in-cart {
     background-color: #e50000;
     border-color: #e50000;
}

button.btn_custom.btn-primary.buy_button.in-cart:active{
     background: #e50000;
     border-color: #e50000;
}
.footer_menu-top.footer_menu-top-in .col-md-auto{
     padding: 0;
     height: 50px;
     display: block!important;
}
.footer_menu-top.footer_menu-top-in .col-md-auto.-left- {
    display: none;
}
.footer_menu-top.footer_menu-top-in{
    margin-bottom: 15px;
    margin-top: 15px;
}
.footer_menu-top.footer_menu-top-in .col-md-auto .btn-primary{
     width: 100% !important;
    margin: 0 !important;
    height: 100%;
}
.product_details-params_item a{
    color: #000;
    text-decoration: none;
}
.product_details-params_item a:hover{
    text-decoration: underline;
}
 .only-mob{
     display:none !important;
     width: 100%;
 }
 
 .video .video-in{
     width: 500px;
     height: 225px;
     margin:5px 0 10px;
     max-width: 100%;
 }
 .video span{
     color: #1B1B1B;
     font-size: 16px;
     font-weight: 700;
 }
 .product_details .product_text.style-medium span{
     color:#E50000;
 }
 @media (max-width: 767px) {
     .video .video-in{
          width: 100%;
          height: 215px;
         margin-bottom: 20px;
     }
     .only-mob{
          display:block !important;
     }
     .footer_wrapper .btn-primary{
          display:none !important;
     }
 }
 button.btn_custom.btn-primary{
     background: #e50000;
     border: 2px solid #e50000;
 }
 button.btn_custom.btn-primary:hover{
     background: #cc0000;
     border: 2px solid #cc0000;
 }
 .product_details-tabs_item.hide{
     opacity: 0;
     height: 0;
 }
 .product_details-tabs_target a{
     color:#ff6600;
 }
 .carousel_product_link-video_wrapper {
     position: relative;
     display: block; }
.carousel_product_link-video_wrapper:before {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     margin: auto;
     background-image: url(/local/images/youtube_button_gray.svg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 70px;
     -webkit-transition: ease-out 0.2s;
     -moz-transition: ease-out 0.2s;
     -o-transition: ease-out 0.2s;
     transition: ease-out 0.2s;
     z-index: 1; }
.carousel_product_link-video_wrapper:after {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     margin: auto;
     background-image: url(/local/images/youtube_button.svg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 70px;
     opacity: 0;
     -webkit-transition: ease-out 0.1s;
     -moz-transition: ease-out 0.1s;
     -o-transition: ease-out 0.1s;
     transition: ease-out 0.1s;
     z-index: 2; }
.carousel_product_link-video_wrapper:hover:after {
     opacity: 1;
     cursor: pointer; }

.product_text [class*="icon_custom"] {
     font-size: 14px;
     margin-left: 5px;
     width: 24px;
     height: 24px;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #e0e0e8;
     border-radius: 100%;
     color: #484876;}
.product_text [class*="icon_custom"]:hover {
     color: #e0e0e8;
     background-color: #484876;}

.otpButton-element {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(27, 27, 27, 0);
    border: none;
    font-weight: 300;
    display: block !important;
    width: 100%;
    top: 100%;
    padding: 10px 15px 5px  !important;
    font-size: 20px !important;
    color: #E50000!important;
    text-decoration: none;
    font-family: OpenSans, sans-serif;
    text-align: center;
}

.otpButton-element span {
    margin-left: 0;
    text-decoration: none !important;
    border-bottom: 1px dashed #E50000;
    font-family: OpenSans, sans-serif;
}

.otpButton-element:hover span {
    border-bottom: 1px dashed #fff;
}

.guarantee-link {
    border-bottom: 1px dashed #000;
}

.product_details-params_item a.guarantee-link:hover {
    text-decoration: none;
    border-bottom: 0px;
}

/* End */
/* /local/templates/torensnew/components/bitrix/catalog/torens/style.css?17305375131251 */
/* /local/templates/torensnew/components/bitrix/catalog/torens/bitrix/catalog.element/.default/style.css?16693659184940 */
