.content.inner{
		width: 100%;
}
.bbreadcrumbs{
	padding: 30px 0 0;
	position: relative;
	z-index: 10;
}
.bbreadcrumbs ul{}
.bbreadcrumbs li{
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 35px;
	line-height: 18px;
	color: #fff;
	position: relative;
}
.bbreadcrumbs li:first-child{
	margin-left: 0;
}
.bbreadcrumbs li:before{
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	left: -21px;
	top: 5px;
	transform: rotate(-45deg);
}
.bbreadcrumbs li:first-child:before{
	display:none;
}
.bbreadcrumbs a{
	display: block;
	border-bottom: 1px solid #fff;
	transition: 0.2s;
	color: #fff;
}
.bbreadcrumbs a:hover{
	border-color: transparent !important;
}
.bbreadcrumbs.no_background_image{
	padding-top: 20px;
	padding-bottom: 30px;
}
.bbreadcrumbs.no_background_image li{
	color:#666;
}
.bbreadcrumbs.no_background_image a{
	border-bottom: 1px solid #666;
	color:#666;
}
.bbreadcrumbs.no_background_image li:before{
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.something_wide{
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	background-position: center;
	margin: -52px 0 70px;
	position:relative;
	z-index:0;
}
.something_wide:after{
	content:'';
	background:rgba(0,0,0,0.2);
	height: 100%;
	width:100%;
	left:0;
	top:0;
	position:absolute;
}
.something_wide .widfix{
	display: flex;
	align-items: end;
	height: 100%;
	padding-top: 105px;
	position:relative;
	z-index:10;
}
.something_wide_title{
	font-size: 5rem;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	width: 600px;
}
.catalog_list{
	display: flex;
	flex-wrap: wrap;
}
.catalog_list_title{
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 40px;
	width: 100%;
}
.catalog_list_section{
	width: 50%;
	margin-bottom: 70px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: start;
}
.catalog_list_section_title,.catalog_list_section_title:visited{
	font-size: 1.8rem;
	text-transform: uppercase;
	width: 100%;
	padding-left: 33.3%;
	margin-bottom: 20px;
	color:#333;
	transition:0.2s;
}
.catalog_list_section_title:hover{
	color:#4663b9;
}
.catalog_list_section_image{
	width: 33.3%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
}
.catalog_list_section_image img{
	max-width:85%;
	max-height:100%;
}
.catalog_list_section_items{
	padding-left: 40px;
	width: 66.7%;
}
.catalog_list_section_items li{
	font-size:1.5rem;
	position: relative;
	margin-bottom:12px;
}
.catalog_list_section_items li:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #666;
	top: 8px;
	left: -25px;
}
.catalog_list_section_items a{
	color:#24366e;
	transition:0.2s;
}
.catalog_list_section_items a:hover{
	color:#4663b9;
}
.catalog_list_section_description{
	position:relative;
	padding-bottom:70px;
	width: 65%;
	font-size: 1.5rem;
	line-height: 25px;
}
.catalog_list_section_more{
	position: absolute;
	bottom: 26px;
	left: 20px;
	color: #24366e !important;
	transition:0.2s;
}
.catalog_list_section_more:before{
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	position: absolute;
	left: -21px;
	top: 8px;
}



.infobox{
	background:#eee;
	padding: 70px 0;
}
.infobox .widfix{
	display:flex;
	justify-content:space-between;
}
.infobox_item{
	width: 313px;
	font-size: 1.5rem;
	color: #666;
	background: #fff;
	line-height: 24px;
}
.infobox_item_image{
	display:block;
	width: 100%;
	height: 214px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.infobox_item_text{
	position: relative;
	height: 230px;
	padding: 30px;
}
.infobox_item_title{
	font-size: 1.7rem;
	color: #333;
	margin-bottom: 15px;
}
.infobox_item_text p{
	margin-bottom: 10px;
}
.infobox_item_more{
	position: absolute;
	bottom: 26px;
	left: 47px;
	color: #24366e !important;
	transition:0.2s;
}
.infobox_item_more:before{
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	position: absolute;
	left: -21px;
	top: 8px;
}
.greate_catalog{
	background-size: cover;
	background-repeat: no-repeat;
	height: 530px;
	background-position: center;
}
.greate_catalog .widfix{
	display: flex;
	align-items: center;
	height: 100%;
}
.greate_catalog_panel{
	background: #00548f;
	color: #fff;
	padding: 50px 40px;
	width: 540px;
	font-size: 1.5rem;
}
.greate_catalog_panel h3{
	font-size: 3.2rem;
	margin-bottom: 25px;
	line-height:34px;
}
.greate_catalog_panel p{}
a.greate_catalog_link{
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 20px;
	margin-top: 38px;
	display: inline-block;
	transition: 0.2s;
}
a.greate_catalog_link:hover{
	background:#fff;
	color:#00548f;
}
h1{
	font-size: 3.6rem;
	line-height: 44px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.catalog_description{
	font-size: 1.5rem;
	line-height: 24px;
	padding-right:25%;
	margin-bottom:30px;
	position:relative;
}
.catalog_show_filter{
	position: absolute;
	width: 250px;
	height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	line-height: 38px;
	color: #666;
	background:#fff;
	transition:0.2s;
}
.catalog_show_filter:hover{
	border-color: #00548f;
	color: #fff;
	background:#00548f;
}
.catalog_show_filter.open{
	height: 60px;
	bottom: -30px;
	line-height: 58px;
	border-color: #eee;
	color: #333;
	background:#eee;
	padding-right: 30px;
}
.catalog_show_filter.open:before,
.catalog_show_filter.open:after{
	content: '';
	width: 17px;
	height: 1px;
	background: #666;
	position: absolute;
	top: 28px;
	right: 30px;
}
.catalog_show_filter.open:before{
	transform: rotate(45deg);
}
.catalog_show_filter.open:after{
	transform: rotate(-45deg);
}

.catalog_filter_panel{
	display:none;
	background:#eee;
	margin-bottom:1vw;
}


.catalog_items_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5vw;
}
.catalog_item{
	width: 19.563vw;
	border: 1px solid #ddd;
	margin: 0 0.5vw 1vw;
	padding: 30px 30px 100px;
	position: relative;
}
.catalog_item > a:first-child{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10;
}
.catalog_item .mark_new{
	position: absolute;
	top: 30px;
	left: 30px;
	display: flex;
	width: 68px;
	height: 68px;
	border: 2px solid #0d5c94;
	color: #0d5c94;
	font-size: 1.2rem;
	text-transform: uppercase;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.catalog_item_image{
	display: flex;
	margin: 0 -30px 30px;
	justify-content: center;
}
.catalog_item_image img{
	display:block;
	max-width:100%;
}
.catalog_item_title{
	font-size: 1.8rem;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
}
.catalog_item_detail_link{
	position: absolute;
	height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	bottom: 30px;
	right: 30px;
	left: 30px;
	box-sizing: border-box;
	line-height: 38px;
	color: #666;
	background: #fff;
	transition: 0.2s;
}
.catalog_item:hover .catalog_item_detail_link{
	border-color: #00548f;
	color: #fff;
	background:#00548f;
}
.widfix{
	max-width: 1590px;
	width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.detail_description.widfix{
	padding-left: 0px;
    padding-right: 0px;
}

.broad_detail{
	margin-bottom:60px;
}
.broad_detail a{
	font-size:12px;
	color:#fff;
}
.broad_detail span{
	font-size:12px;
	color:#fff;
}
.broad_detail a:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    height: 100%;
}

.detail_top{
	background: #00548f;
	display: flex;
	min-height: 420px; 
	position:relative;
}
.detail_top .mark_new {
	position: absolute;
	top: 42px;
	left: 87%;
	display: flex;
	width: 148px;
	height: 148px;
	border: 4px solid #0d5c94;
	color: #0d5c94;
	font-size: 2.6rem;
	text-transform: uppercase;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	z-index: 100;
}
.detail_top_title_box{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 845px 0 0;
	padding-bottom:20px;
	padding-left:0px;
	padding-top:30px;
	padding-right:55%;
}
.detail_top_wraper{
	position:relative;
}

.detail_top h1{
	font-size:32px;
	line-height: 32px;
	color:#fff;
	font-weight:bold;
	margin-bottom:45px;
}
.detail_top p{
	
}
.detail_top_link{
	display: block;
	background: #fff;
	color: #00548f;
	width: 250px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	transition: 0.2s;
	box-sizing: border-box;
	margin-top: 28px;
	text-align: center;
}
.detail_top_link:hover{
	color:#fff;
	background:#00548f;
}
.detail_slider{
	background: #fff;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:77;
}
.slider_right_fon{
	background: #fff;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:66;
}

.detail_slider #model3d_view {
	display: flex !important;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.detail_slider .threesixty {
	width: 100% !important;
	height: 80% !important;
}
.detail_slider_item{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.detail_slider_item img{
	width:auto !important;
	/*max-width:200px;*/
	margin-top:55px;
	height:300px;
}
#tab4 a:hover{
	color:#00a5db;
}
.detail_description{}
.content.inner .detail_description h2{
	font-size:2.2rem;
	color:#666;
	margin-bottom:24px;
	text-transform:uppercase;
}
.detail_description_short_features{
	font-size:16px;
	line-height:16px;
	color:#fff;
	padding-top: 30px;
}
.detail_description_short_features span{
	display:block;
	margin-bottom:13px;
}
.detail_description_short_features b{
	font-weight:700;
}
.detail_description_features{
	font-size: 1.5rem;
	line-height: 24px;
	display:flex;
	margin-bottom:100px;
}
.detail_description_features_col{
	width:50%;
	padding-right:50px;
	color: #585758;
    font-size: 16px;
    line-height: 24px;
}
.detail_description_features h3{
	color: #585758;
	font-size:19px;
	font-weight:bold;
	margin-bottom:25px;
	position: relative;
}
.detail_description_features h3:before{

}
.detail_description_features ul{
	list-style-type: disc !important;
	padding-left: 20px;
}
.detail_description_features ul li{
	margin-bottom:6px;
	position: relative;
	color:#585758;
	font-size:16px;
	line-height:24px;
	list-style-type: disc !important;
}

.detail_description_features h3 + ul li{
	margin:0;
	margin-bottom:5px;
}
.detail_description_features h3 + ul li:before{
	display:none;
}

.detail_tech_box{

}
.detail_tech_box .widfix{
	display: flex;
}
.detail_tech_col{
	width: 100%;
}
.content.inner .detail_tech_box h2{
	font-size:2.2rem;
	color:#666;
	margin-bottom:24px;
	text-transform:uppercase;
}
.detail_tech_selector{
	
	position:relative;
}
.detail_tech_selector label{
	
}
.detail_tech_selector label:first-child{
	font-size:1.7rem;
}
.detail_tech_compare{
	display: inline-block;
	background:transparent;
	color:#60c659;
	width: 230px;
	height: 36px;
	line-height: 34px;
	border: 2px solid #60c659;
	transition: 0.2s;
	box-sizing: border-box;
	text-align: center;
	margin-bottom:50px;
	margin-right:25px;
	border-radius:5px;
	cursor:pointer;
}
.detail_tech_compare.active{
	color:#fff;
	border: 2px solid #60c659;
	background: #60c659;
	border-radius:5px;
}
.detail_tech_compare .rem{
	display:none;
}
.detail_tech_compare .add{
	display:inline;
}

.detail_tech_compare.active .add{
	display:none;
}
.detail_tech_compare.active .rem{
	display:inline;
}
.detail_tech_compare input{
	display:none;
}
.jq-checkbox {
	left:0;
	top:0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
	background: #fff;
	border-radius: 0;
}
.jq-checkbox.checked{
	border-color: #00548f;
}
.jq-checkbox.checked .jq-checkbox__div {
	margin: 0 !important;
	border-radius: 0 0 !important;
	background: #00548f 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.jq-checkbox.checked .jq-checkbox__div:after{
	content: '';
	position: absolute;
	width: 5px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	top: 1px;
	left: 6px;
}
.jq-selectbox__select {
	height: 46px;
	padding: 5px 47px 5px 20px;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
	font-family: 'Arial';
	line-height: 35px;
	outline: none;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 16px;
	right: 8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid #fff;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 1;
	filter: alpha(opacity=30);
}
.detail_tech_table{
	font-size: 1.5rem;
	line-height: 24px;
	color: #666;
	width:60%;
}
.detail_tech_table table{
	width: 100%;
}
.detail_tech_table tr{}
.detail_tech_table td{
	
	border-bottom: 1px solid #585758;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:14px;
	
}
.detail_tech_table tr:first-child td{
	border-bottom: 3px solid #585758;
	font-weight:bold;
}
.detail_tech_table tr:last-child td{
	border-bottom: 3px solid #585758;
}
.detail_tech_table tr td:first-child{
	padding-left:15px;
}
.detail_tech_table tr td:last-child{
	padding-right:15px;
	text-align:Center;
}
.detail_tech_buttons{
	margin-top:30px;
		font-size: 1.5rem;

}
.detail_tech_more{
	display: inline-block;
	background:#00548f;
	color:#fff;
	width: 250px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #fff;
	transition: 0.2s;
	box-sizing: border-box;
	text-align: center;
	margin-right:30px;
}
.detail_tech_more:hover{
	color: #00548f;
	background: #fff;
}
.detail_compare{
	display: inline-block;
	background:transparent;
	color:#dddddd;
	width: 230px;
	height: 36px;
	line-height: 34px;
	border: 2px solid #dddddd;
	transition: 0.2s;
	box-sizing: border-box;
	text-align: center;
	margin-bottom:50px;
	border-radius:5px;
	background: url(../images/compare.png) 25px 50% no-repeat; 
	
}
.detail_compare.active{
	color: #60c659;
	border: 2px solid #60c659;
	background: url(../images/compare_act.png) 25px 50% no-repeat; 
}
.detail_compare:hover{
	color: #60c659;
	border: 2px solid #60c659;
	background: url(../images/compare_act.png) 25px 50% no-repeat; 
}
.detail_tech_image{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.detail_tech_image img{
	max-width: 100%;
	max-height: 100%;
}
.tech_data{
	display:none;
}

.detail_tabs{
	padding: 75px 0;
	background: #f3f3f3;
}
.detail_tabs .widfix{}
.detail_tabs_header{
	font-size: 18px;
	color:#585758;
	margin-bottom: 50px;
}
.detail_tabs_header ul{
	display: flex;
	flex-wrap:wrap;
}
.detail_tabs_header li{
	margin: 0 40px 5px 0;
}
.detail_tabs_header a{
	color: #333;
	transition: 0.2s;
	border-bottom: 5px solid transparent;
	padding-bottom: 20px;
	display: block;
	padding-left:17px;
	padding-right:17px;
	height:43px;
	line-height:43px;
	margin-right:20px;
}
.detail_tabs_header a:last-child{
	margin-right:0px;
}
.detail_tabs_header a:hover,
.detail_tabs_header .active a{
	color: #fff;
	background: #00a5db;
	border-radius:5px;
}
.detail_tabs_body{}
.detail_tabs_body > div{
	display:none;
}
.detail_tabs_body > div.active{
	display:block;
}
.content.inner .detail_tabs_body h2{
	font: 400 2.4rem/32px 'Arial';
	margin-bottom:20px;
}
.detail_box_accessories{
	display:flex;
	flex-wrap:wrap;
}
.detail_box_accessories .tab-acc{
	float:none;
	width:50%;
	margin-bottom:30px;
}
.detail_box_accessories .tab-acc:after{
	content: " ";
    clear: both;
    display: table;
}
.tab-acc__img{
	float:left;
	width:230px;
	height:230px;
	background:#fff;
	border-radius:15px;
	line-height:230px;
	text-align:Center;
}
.tab_acc_right{
	float:left;
	width: calc(100% - 300px);
	margin-left:30px;
}
.tab-acc__text{
	
}


.detail_box_accessories .tab-acc__text {
	color:#585758;
	font-size:14px;
	line-height:20px;
}
.detail_box_accessories .tab-acc__head{
	color:#585758;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	margin-bottom:20px;
}
.tab_acc__code{
	color:#585758;
	font-size:12px;
	line-height:12px;
	margin-bottom:30px;
}

a.read-more {
	font-family: 'Arial';
}
a.read-more:after{
	display:none;
}
.download_list{}
.download_list a{
	display:block;
	margin-bottom: 10px;
    padding-left: 36px;
    color: #585758;
    font-size: 15px;
    line-height: 21px;
    background: url(../images/load3.png) top left no-repeat;
}
.cf:after{content:"";display:table;clear:both}
.tab4 a{
	display:block;
	margin-bottom: 10px;
    color: #585758;
    font-size: 15px;
    line-height: 21px;
}


.owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    z-index: 10;
}
.detail_top .owl-prev{
	width: 25px;
    height: 12px;
    top: 50%;
	margin-top:-6px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    transition: 0.2s;
	background: url(../images/left.png) top left no-repeat!important;
	left:30px;
}
.detail_top .owl-next{
	width: 25px;
    height: 12px;
    top: 50%;
	margin-top:-6px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    transition: 0.2s;
	background: url(../images/right.png) top left no-repeat!important;
	right:30px;
}
.owl-dots{
	text-align:Center;
	position: absolute;
    width: 100%;
    height: 0;
    bottom: 40px;
    left: 0;
    z-index: 10;
}
.owl-dots .owl-dot{
	width:8px;
	height:8px;
	border-radius:8px;
	background:#adafaa!important;
	margin-left:8px;
	margin-right:8px;
}
.owl-dots .owl-dot.active{
	background:#00a5db!important;
}










@media screen and (max-width:640px){
.bbreadcrumbs {
	padding: 30px 20px 0;
	display:none;
}
.something_wide {
	background-position: 100% 0;
	margin: 0 0 45px;
	height: 250px;
}
.something_wide .widfix{
	padding:0 20px;
	align-items:center;
	position:relative;
}
.something_wide .widfix:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.4);
	z-index:0;
}
.something_wide_title {
	font-size: 3rem;
	line-height: 36px;
	width: 100%;
	position:relative;
	z-index:10;
}
h1 {
	font-size: 2.4rem;
	line-height: 30px;
	margin-top: 35px;
}
	
.catalog_list {
	padding: 0 20px;
}
.catalog_list_title {
	font-size: 2rem;
	line-height: 24px;
}
.catalog_list_section {
	width: 100%;
	padding-right: 0;
}
.catalog_list_section_title, .catalog_list_section_title:visited {
	padding: 0;
	margin-bottom: 0;
}
.catalog_list_section_image {
	margin-top: 0;
	width: 100%;
	height: 220px;
}
.catalog_list_section_image img {
	max-height: 80%;
	max-width: 80%;
}
.catalog_list_section_items {
	width: 100%;
	padding-left: 35px;
	margin-top: 10px;
}
.catalog_list_section_description {
	width: 100%;
}
.catalog_description {
	padding: 0;
}
.catalog_filter_panel{
	margin-bottom:20px;
}
.catalog_show_filter {
	width: 100%;
	position: inherit;
	display: block;
	margin-top: 30px;
}
.catalog_show_filter.open {
	bottom: 0;
	margin-bottom: -30px;
}
.catalog_item {
	width: 100%;
	margin: 0px 0 20px;
}

.infobox {
	padding: 20px 0 10px;
}
.infobox .widfix {
	flex-wrap: wrap;
}
.infobox_item {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.infobox_item_text {
	height: auto;
	padding-bottom: 55px;
}
.greate_catalog {
	padding-top: 310px;
	height: auto;
	background-size: auto 310px;
	background-position: 100% 0;
}
.greate_catalog .widfix{
	padding:0;
}
.greate_catalog_panel {
	font-size: 1.5rem;
	padding: 40px 20px 35px;
	width: 100%;
}
a.greate_catalog_link {
	width: 280px;
	text-align: center;
}
.detail_top{
	height: auto;
	flex-wrap: wrap;
	margin: 0;
}
.detail_top_title_box{
	padding: 30px 20px;
	font-size: 1.4rem;
	order: 1;
}
.detail_top h1{
	font-size: 3.6rem;
	line-height: 46px;
	margin-top:0;
}
.detail_top_link{
	width: 280px;
	margin: 28px auto 10px;
}
.detail_slider{
	
}
.detail_slider .owl-nav > div {
	width: 45px;
	height: 80px;
	background-color: rgba(0,0,0,0.2);
	top: 132px;
}
.detail_description{
	
}
.content.inner .detail_description h2{}

.detail_description_short_features span {
	display: block;
	margin: 0 0 5px;
}
.detail_description_features {
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.detail_description_features_col{
	width:100%;
	padding:0;
}
.detail_tech_box{

}
.detail_tech_box .widfix{
	display: block;
	position: relative;
}
.detail_tech_col{
	width: 100%;
}
.content.inner .detail_tech_box h2{
	margin-bottom: 370px;
}
.detail_tech_image {
	margin: 0;
	height: 350px;
	position: absolute;
	top: 40px;
	left: 0;
}
.detail_tech_selector{
	width: 100%;
}
.detail_tech_compare {
	position: inherit;
	left: inherit;
	padding: 0;
	margin: 15px 0 25px;
}
.detail_tech_table{
	font-size: 1.4rem;
}
.detail_tech_table table{}
.detail_tech_table td{
	padding: 10px 0;
}
.detail_tech_buttons{}
.detail_tech_more{
	width: 100%;
	margin: 0 0 15px 0;
}
.detail_compare{
	width: 100%;
	margin: 0;
}
.detail_tabs{
	padding: 50px 0;
}
.detail_tabs .widfix{}
.detail_tabs_header{
	border:0;
	margin:0;
}
.detail_tabs_header ul{
	
}
.detail_tabs_header > ul > li{
	
}
.detail_tabs_header a{
	
}

.detail_tabs_header > ul > li > a:before{
	
}
.detail_tabs_header > ul > li.active > a:after{
	
}
.detail_tabs_body{
	
}
.detail_tabs_body > div{
	
}
.detail_box_accessories{}
.content.inner .detail_tabs_body h2{
	font-size: 1.8rem;
	line-height: 24px;
}
.detail_box_accessories .tab-acc{
	width: 100%;
	margin-bottom: 50px;
}
.detail_box_accessories .tab-acc__head{
	width: 100%;
}

.detail_box_accessories .tab-acc__text{
	width: 100%;
	line-height: 18px;
	padding: 0;
	float:none;
}
.download_list{
	width: 100%;
}


}
















@media screen and (min-width:641px) and (max-width:1299px){
.bbreadcrumbs {
	padding: 30px 24px 0;
}
.something_wide {
	height: 250px;
	margin-bottom: 60px;
}
.something_wide .widfix{
	padding:0 24px;
	align-items:center;
	position:relative;
}
.something_wide_title {
	font-size: 4.4rem;
	line-height: 54px;
	width: 50%;
	position: relative;
	z-index: 10;
	margin-top: 40px;
}
h1 {
	font-size: 3rem;
	line-height: 40px;
	margin: 0 0 15px;
}
	
.catalog_list_title {
	font-size: 2.4rem;
	line-height: 34px;
}
.catalog_list_section {
	width: 100%;
	padding-right: 0;
	margin-bottom: 50px;
}
.catalog_list_section_title, .catalog_list_section_title:visited {
	font-size: 1.8rem;
	width: 80%;
	line-height: 24px;
	padding-left: 28%;
	margin-bottom: 0;
}
.catalog_list_section_image {
	height: 220px;
	width: 28%;
}
.catalog_list_section_image img {
	max-height: 80%;
	max-width: 80%;
}
.catalog_list_section_items {
	width: 72%;
	margin-top: 25px;
}
.catalog_list_section_description {
	margin-top:25px;
}
.catalog_description {
	padding: 0;
}
.catalog_filter_panel{
	margin-bottom:20px;
}
.catalog_show_filter {
	position: inherit;
	display: block;
	margin-top: 30px;
}
.catalog_show_filter.open {
	bottom: 0;
	margin-bottom: -30px;
}
.catalog_items_list {
	margin: 0 -1.2vw;
}
.catalog_item {
	width: 45.66vw;
	margin: 0px 1.2vw 20px;
}

.infobox {
	padding: 60px 0 50px;
}
.infobox .widfix {
	flex-wrap: wrap;
	width: 694px;
}
.infobox_item {
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.infobox_item_text {
	height: auto;
	padding-bottom: 55px;
}
.greate_catalog {
	height: 460px;
	background-size: auto 460px;
}
.greate_catalog_panel {
	font-size: 1.5rem;
	width: 50%;
	padding:40px 40px 35px;
}
.detail_top{
	height: auto;
	flex-wrap: wrap;
	
}
.broad_detail {
    margin-bottom: 20px;
}
.detail_top_title_box{
	padding-right:55%;
}
.detail_top h1{
	 margin-bottom: 20px;
}
.detail_top_link{
	margin: 43px 0 20px;
	display: block
}
.detail_slider{
	
}
.detail_slider .owl-nav > div {
	width: 45px;
	height: 80px;
	background-color: rgba(0,0,0,0.2);
	top: 132px;
}
.detail_description{
	
}
.content.inner .detail_description h2{}
.detail_description_short_features{
	
}
.detail_description_short_features span {
	display: block;
	margin: 0 0 5px;
}
.detail_description_features {
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.detail_description_features_col{
	width:100%;
	padding:0;
	margin-bottom: 25px;
}

.detail_tech_box .widfix{
	display: block;
	position: relative;
}
.detail_tech_col{
	width: 100%;
}
.content.inner .detail_tech_box h2{
	margin-bottom: 370px;
}
.detail_tech_image {
	margin: 0;
	height: 350px;
	position: absolute;
	top: 40px;
	left: 0;
}
.detail_tech_table{
	font-size: 1.4rem;
}
.detail_tech_table table{}
.detail_tech_table td{
	padding: 10px 0;
}
.detail_tabs {
	padding: 60px 0;
}

.download_list{
	width: 100%;
}


.detail_tabs_header li{
	margin-right:5px;
}
#detail_tech_select li{
	margin-right:5px;
}

}

@media screen and (max-width:1100px){
	.detail_box_accessories .tab-acc{
		width:100%;
	}
	#detail_tech_select li{
		display:inline-block;		
	}
	#detail_tech_select {
		display:block;
		width: 100%;
	}
}	
@media screen and (max-width:750px){
	.detail_description_short_features b{
		font-weight:normal;
	}
	.detail_top_title_box{
		padding-right:0px;
		width:100%;
		background: #00548f;
		display: block;
		padding-left:15px;
		padding-right:15px;
	}
	.detail_slider{
		position:relative;
		width:100%;
		display: block;
	}
	.detail_top {
		background: none;
		display: block;
		min-height: 575px;
	}
	.owl-carousel .owl-stage-outer{
		position:static;
		height:500px;
	}
	#detail_tech_select li{
		margin-bottom:5px;
	}
	#detail_tech_select{
		margin-bottom:15px;
	}
	.broad_detail{
		margin-bottom:48px;
	}
	.detail_top h1{
		font-size:24px;
		line-height:24px;
		margin-bottom:25px;
	}
	.detail_top_title_box{
		font-size:16px;
		line-height:24px;
		padding-bottom:45px;
	}
	.detail_slider_item img{
		margin-toP:85px;
	}
	.detail_tabs{
		padding-toP:30px;
	}
	.widfix{
		padding-left:15px;
		padding-right:15px;
	}
	.detail_top_wraper.widfix{
		padding-left:0px;
		padding-right:0px;
	}
	.slider_right_fon{
		display:none;
	}
	.detail_tabs_header{
		margin-bottom:30px;
	}
	.detail_description_features h3{
		font-size:18px;
	}
	.detail_tech_table tr td:first-child{
		padding-left:0px;
	}
	.detail_tech_table tr td:last-child{
		padding-right:0px;
	}
	
	
}


@media screen and (max-width:750px){
	.tab-acc__img{
		float:none;
		width:230px;
		margin-bottom:25px;
	}
	.tab_acc_right{
		float:none;
		width:100%;
		margin-left:0px;
	}
	#tab3 iframe{
		width:100%;
	}
	
	.detail_tabs_header ul{
		overflow-x: scroll;
		flex-wrap:nowrap;
	}
	.detail_tabs_header a{
		/*height:auto;
		line-height:18px;
		padding-top:14px;
		padding-bottom:14px;*/
	}
	
	.detail_tabs_header li{
		margin-right:5px;
		 flex: none; 
	}
	#detail_tech_select{
		overflow-x: scroll;
		flex-wrap:nowrap;
		display:flex;
	}
	#detail_tech_select li{
		margin-right:5px;
		 flex: none; 
	}
	.detail_compare{
		padding-left:43px;
		padding-right:8px;
		width:auto;
		background: url(../images/compare.png) 8px 50% no-repeat;
		margin-toP:0px;
		font-size: 14px;
	}
	.detail_tech_compare{
		padding-left:10px;
		padding-right:10px;
		width:auto;
		margin-right:5px;
		margin-toP:0px;
		font-size: 14px;
	}
	.detail_tech_table{
		width:100%;
	}

}



@media screen and (max-width:550px){
	
	
	
	
}






