
.row{
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 0 30px;
}
#scrolling {
	display: block;
	width: 30px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
}
#scrolling:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 6px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	border:1px solid #2BB0D0;
	animation: scrollingAnimation 2s ease infinite;
}
@keyframes scrollingAnimation {
	0%{transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
	100%{transform:translate3d(0,150%,0);transform:translate3d(0,150%,0)}
}
.bg_item_card{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top -330px center;
	background-attachment: fixed;
	overflow: hidden;
	height: 100vh;
	padding-top: 64px;
}
.bg_item_card .row {
	height: calc(100% - 268px);
}
.bg_item_card .white_blocks{
	max-width: 610px;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 80px 20px 80px 60px;
	height: calc(100% - 50px);
	margin-left: auto;
	transform: translate(0, -100%);
    transition: 0.5s linear;
}
.bg_item_card .white_blocks .fade_in {
    opacity: 0;
    transition: 500ms linear;
}
.bg_item_card .white_blocks h2,.bg_item_card .white_blocks h1{
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.bg_item_card .bread_crumb {
	margin-top: 0;
}
.bg_item_card .white_blocks h3{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.bg_item_card .white_blocks h4{
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: #06060a;
	text-align: left;
}
.bg_item_card .white_blocks h3 span{
	color: #04aacc;
}
.bg_item_card .white_blocks .link_item_c_text {
	background: none;
	border:none;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #04aacc;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}
.bg_item_card .white_blocks_text {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	margin-bottom: 24px;
	/*height: calc(100% - 96px - 19px - 17px - 48px - 72px - 20px - 20px);*/
}
.bg_item_card .white_blocks .scroll {
	height: calc( 100% - 96px - 17px - 48px - 20px );
	margin-bottom: 20px;
}
.bg_item_card .white_blocks .scroll .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
.bg_item_card .white_blocks .scroll .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: -10px;
}
/********************************
projects_slider
********************************/
.projects_slider {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 120px 30px 75px 30px;
}
.projects_slider h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 48px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
}
.viewport_slider {
	position: relative;
	margin-top: 145px;
}
.viewport_slider .slick-slide {
	margin: 0 30px;
}
.viewport_slider .slide_projects {
	text-align: center;
}
.viewport_slider .slide_projects .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.4;
	transition: 200ms linear;
}
.viewport_slider .slide_projects .image{
	width: 132px;
	height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	opacity: 0.4;
	transition: 200ms linear;
}
.viewport_slider .slide_projects .image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.viewport_slider .slide_projects .activity{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #282828;
	text-align: center;
	opacity: 0.5;
	margin: 16px 0 22px 0;
	opacity: 0.4;
	transition: 200ms linear;
}
.viewport_slider .slide_projects .activity span{
	font-weight: 700;
	margin-right: 4px;
}
.viewport_slider .slide_projects p{
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
	text-align: center;
	opacity: 0;
	transition: 200ms linear;
}
.viewport_slider .slide_projects .image:hover ~ p {
	opacity: 1;
}
.viewport_slider .slide_projects .image:hover ~ .activity {
	opacity: 1;
}
.viewport_slider .slide_projects .image:hover ~ .name  {
	opacity: 1;
}
.viewport_slider .slide_projects .image:hover  {
	opacity: 1;
}
.arrow_left {
	border: none;
	background: none;
	cursor: pointer;
	filter: brightness(0%) opacity(0.1);
	transition: 200ms linear;
	position: absolute;
	left: 0;
	top: 52px;
	z-index: 5;
}
.arrow_left:hover {
	filter: brightness(100%) opacity(1);
}
.arrow_right {
	border: none;
	background: none;
	cursor: pointer;
	filter: brightness(0%) opacity(0.1);
	transition: 200ms linear;
	transform: rotate(180deg);
	position: absolute;
	right: 0;
	top: 52px;
	z-index: 5;
}
.arrow_right:hover {
	filter: brightness(100%) opacity(1);
}
/********************************
category
********************************/
.category {
	background-color: #fff;

}
.category-name{
	background-color: #06060a;
	
}
.category-name .row {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 30px 30px 30px;
}
.category-name .row h2{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}
.category ul{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	margin-bottom: 0;
	min-height: 268px;
}
.category ul li{
	font-weight: 700;
	font-size: 11px;
	line-height: 24px;
	color: #06060a;
	text-align: center;
	text-transform: uppercase;
	background-color: #fff;
	transition: 1s linear;
	position: relative;
	overflow: hidden;
	padding: 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.category ul li p{
	font-weight: 700;
	font-size: 11px;
	line-height: 24px;
	color: #06060a;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
	transition: 1s linear;
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	z-index: 2;
}
.category ul li span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.category ul li span img {
	transition: 200ms linear;
}
.category ul li a{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
}
.category ul li:nth-child(1) span {
	max-width: 277px;
}
.category ul li:nth-child(2) span {
	max-width: 210px;
}
.category ul li:nth-child(3) span {
	max-width: 276px;
}
.category ul li:nth-child(4) span {
	max-width: 220px;
}
.category ul li:nth-child(5) span {
	max-width: 227px;
}
.category ul li:nth-child(6) span {
	max-width: 273px;
}
.category ul li span img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.category ul li:hover p {
	opacity: 1;
}
.category .border {
    overflow: hidden;
}
.category .border div {
    background-color: #c8c8c8;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.category .border div.top {
	position: absolute;
	left: 0;
	top: -8px;
    width: 100%;
    height: 8px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.category .border div.bottom {
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 8px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.category .border div.left {
	position: absolute;
	left: -8px;
	top: 0;
    height: 100%;
    width: 8px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.category .border div.right {
	position: absolute;
	right: -8px;
	top: 0;
    height: 100%;
    width: 8px;
	-webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.category ul li:hover .border div.top {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
}
.category ul li:hover .border div.left {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 0;
}
.category ul li:hover .border div.bottom {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: 0;
}
.category ul li:hover .border div.right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: 0;
}
.category ul li:hover span img {
	transform: scale(1.1);
}
/********************************
product_description
********************************/
.product_description {
	padding: 70px 0 60px 0;
}
.product_description h2{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.product_description h3{
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product_description p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
}
.product_description b,
.product_description strong {
	font-weight: 700;
}
.product_description ul {
	margin-bottom: 35px;
}
.product_description li{
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	padding-left: 30px;
}
.product_description li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #06060a;
}
.product_description .image p{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #191919;
	text-align: left;
}
.grid_big_img {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.grid_big_img .image{
	
}
.grid_big_img .image div span{
	height: 405px;
	width: 100%;
	max-width: 610px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.grid_big_img .image div span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.big_banner {
	margin: 60px 0;
}
.big_banner p {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #191919;
	text-align: left;
}
.big_b_img {
	width: 100%;
	height: 405px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	margin-bottom: 5px;
}

.grid_six_foto {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.grid_six_foto .image {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.grid_six_foto .image div {
	width: 195px;
	height: auto;
}
.grid_six_foto .image div span {
	width: 100%;
	height: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.grid_six_foto .image div span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid_two_foto {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	margin-top: 50px;
}
.grid_two_foto .image {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.grid_two_foto .image div {
	width: 195px;
	height: auto;
}
.grid_two_foto .image div span {
	width: 100%;
	height: 192px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.grid_two_foto .image div span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid_two_foto .grid_foto {
	display: grid;
	grid-template-columns: 195px 1fr;
	grid-gap: 30px;
}

.grid_down_txt {
	display: grid;
	grid-template-columns: 385px 1fr;
	grid-gap: 30px;
	margin-top: 50px;
}

/********************************
model_range
********************************/
.model_range {
	background-color: #ebebeb;
	padding: 54px 0 88px 0;
	margin-bottom: 78px;
	position: relative;
	z-index: 2;
}
.model_range .row {
	position: relative;
	padding: 0;
}
.model_range h2 {
	font-weight: 700;
	font-size: 72px;
	line-height: 72px;
	color: #696975;
	text-align: center;
	margin-bottom: 54px;
	text-transform: uppercase;
}
.model_range .grid_model {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}
.grid_model .white_line {
	height: 29px;
	background-color: #fff;
}
.grid_model .names {
	height: 180px;
} 
.grid_model .max_w_13 {
	width: 1245px;
	display: grid;
	grid-template-columns: 240px 1005px;
}
.grid_model .max_w_13 .left_model {

}
.grid_model .max_w_13 .left_model .names{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #121215;
	text-align: left;
	text-transform: uppercase;
	padding-left: 40px;
}
.grid_model .max_w_13 .left_model .list_model{

}
.grid_model .max_w_13 .left_model .list_model .option{
	min-height: 36px;
	display: grid;
	grid-template-columns: 130px 1fr;
	align-items: center;
}
.grid_model .max_w_13 .left_model .list_model .option.active_hover {
	background: rgba(43,43,43,0.15);
}
.grid_model .max_w_13 .left_model .list_model .option.active_hover span{
	font-weight: 700;
	padding-left: 5px;
}
.grid_model .max_w_13 .left_model .list_model .option.active_hover button{
	display: flex;
}
.grid_model .max_w_13 .left_model .list_model .option.active_hover button span{
	font-weight: 300;
}
.grid_model .max_w_13 .left_model .list_model .option span{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #121215;
	text-align: left;
	text-transform: uppercase;
}
.grid_model .max_w_13 .left_model .list_model .option button{
	border: none;
	background: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: none;
	transition: 200ms linear;
}
.grid_model .max_w_13 .left_model .list_model .option button img{
	margin-right: 10px;
}
.grid_model .max_w_13 .left_model .list_model .option button span{
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #121215;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
.grid_model .max_w_13 .left_model .list_model .option button:hover span{
	font-weight: 700;
}

.grid_model table {
	width: 100%;
}
.grid_model table tr{
	display: flex;
}
.grid_model table tr td{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #121215;
	text-align: left;
	text-transform: uppercase;
	border-spacing: 0;
	padding: 0;
}
.grid_model table thead tr td.active_hover {
	font-weight: 700;
	background: rgba(43,43,43,0.12);
}
.grid_model table thead tr td {
	width: 128px;
	height: 180px;
	position: relative;
	display: block;
}
.grid_model table thead tr td span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 180px;
	transform: rotate(-90deg);
}
.grid_model table .white_line td{
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #09090d;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.4;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
}
.grid_model table .data_option td{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #121215;
	text-align: center;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
}
.grid_model table .data_option td.active_hover {
	font-weight: 700;
}

.description_model_range {
	max-width: 1300px;
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0 27.5px;
}
.description_model_range p {
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #7e7d7e;
	text-align: left;
}
.description_model_range .line_black {
	width: 100%;
	height: 6px;
	background: #121215;
	position: relative;
	z-index: 1;
	margin-top: 24px;
	display: none;
}
.description_model_range .line_black:after {
	content: '';
	position: absolute;
	left: 99px;
	top: 0;
	z-index: 2;
	height: 100%;
	width: calc(100% - 99px - 262px);
	background: #696975;
}
.scroll_table {
	width: 100%;
	overflow: visible !important;
	position: static !important;
}
.scroll_table .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.scroll_table .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.scroll_table .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.scroll_table .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	margin: 0 auto;
	bottom: -48px;
}
.scroll_table > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, 
.scroll_table > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, 
.scroll_table .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .scroll_table.mCSB_scrollTools, 
.scroll_table:hover > .mCustomScrollBox > ..mCSB_scrollTools, 
.scroll_table:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
}
.scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 6px;
	width: calc(100% - 55px);
	margin: 0 auto;
}
.scroll_table > .mCustomScrollBox > .mCSB_scrollTools, 
.scroll_table > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
}
.scroll_table .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
.scroll_table .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	    background: #696975;
}
.scroll_table .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 100%;
	display: none;
}
.scroll_table .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
.scroll_table .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	    background: #121215;
	    height: 100%;
	    border-radius: 0;
	    margin: 0;
}
/********************************
fixed_model
********************************/
.fixed_model {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: rgba(6,6,10,0.4);
	display: block;
	align-items: center;
	justify-content: flex-start;
	overflow: auto;
	padding:  0;
	z-index: 9999;
	opacity: 1;
	visibility: hidden;
	transition: visibility 0s linear 1s,opacity 0.5s linear;
}
.model_option_info {
	max-width: 1165px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
	box-shadow: -6px 0 16px 0 rgba(0,0,0,0.13);
	padding: 38px 100px 24px 55px;
	display: grid;
	grid-template-columns: 383px 1fr;
	grid-gap: 40px;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
}
.fixed_model.open_scroll {
	align-items: center;
	padding-top: 64px;
}
.model_option_info .line_left_red {
	content: '';
	position: absolute;
	left: 27px;
	top: 0;
	width: 1px;
	height: 419px;
	background-color: #b61316;
	transition: 200ms linear;
}
.model_option_info .line_right_red {
	content: '';
	position: absolute;
	right: 27px;
	bottom: 0;
	width: 1px;
	height: 367px;
	background-color: #b61316;
	transition: 200ms linear;
}
.model_option_info .close {
	position: absolute;
	right: 21px;
	top: 21px;
	cursor: pointer;
}
.model_option_info .close img:hover {
	animation: rotateCross 150ms linear forwards;
}
.model_option_info .image_info {

}
.model_option_info .image_info .big_img_info{
	width: 383px;
	height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.model_option_info .image_info .big_img_info img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.model_option_info .image_info .min_img_info{
	display: grid;
	grid-template-columns: repeat(8, 41px);
	grid-gap: 9px;
}
.model_option_info .image_info .min_img_info li {
	width: 41px;
	height: 41px;
	cursor: pointer;
}
.model_option_info .image_info .min_img_info img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.model_option_info .image_info .kit{

}
.model_option_info .image_info .kit ul {
	max-height: 168px;
	overflow: hidden;
}
.model_option_info .image_info .kit h3{
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 40px;
}
.model_option_info .image_info .kit li{
	position: relative;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #06060a;
	text-align: left;
	padding-left: 30px;
}
.model_option_info .image_info .kit li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #06060a;
}
.model_option_info .characteristics h2{
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 34px;
}
.model_option_info .characteristics h2 span {
	color: #464646;
	margin-left: 10px;
}
.model_option_info .characteristics p{
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #06060a;
	text-align: left;
	margin-bottom: 14px;
}
.model_option_info .characteristics .btn_callback {
	position: relative;
	z-index: 1;
    width: 282px;
    height: 40px;
    border-radius: 20px;
    background-color: #b61316;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 38px;
    transition: all 0.2s linear 0s;
}
.model_option_info .characteristics .btn_callback:before {
    content: '\f178';
    font-family: FontAwesome;
    font-size: 10.5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 10px;
    opacity: 0;
    height: 20px;
    width: 10px;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.2s linear 0s;
}
.model_option_info .characteristics .btn_callback span {
    display: block;
    transition: all 0.2s linear 0s;
}
.model_option_info .characteristics .btn_callback:hover:before {
    opacity: 1;
    text-indent: 0px;
}
.model_option_info .characteristics .btn_callback:hover span {
    margin-left: -15px;
}
.model_option_info .characteristics .all_option {
    background: none;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #009dbd;
    text-align: center;
    margin-top: 12px;
}
.model_option_info .characteristics .datalist_char {
	text-align: center;
}
.model_option_info .characteristics .datalist_char .caption_char {
	min-height: 32px;
	background-color: #06060a;
	padding: 0 30px;
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 30px;
    align-items: center;
}
.model_option_info .characteristics .datalist_char .caption_char span:last-child {
	text-align: center;
}
.model_option_info .characteristics .option_char {
	text-align: center;
}
.model_option_info .characteristics .option_char li {
	min-height: 32px;
	padding: 0 30px;
	font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #06060a;
    text-align: left;
    
}
.model_option_info .characteristics .option_char li .grid__wrap {
	display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 30px;
    align-items: center;
    min-height: 32px;
}
.model_option_info .characteristics .option_char li:nth-child(even) {
	background-color: #fff;
}
.model_option_info .characteristics .option_char li:nth-child(odd) {
	background-color: #e8e8e8;
}
.model_option_info .characteristics .option_char li span:last-child {
	text-align: center;
}
.model_option_info .characteristics .option_char li:nth-child(n+13){
	display: none;
}


/********************************
media
********************************/
@media (min-width: 1024px) and (max-height: 860px){
	.fixed_model {
		padding-top: 64px;
	}
	.model_option_info {
		top: 0;
		transform: translateY(0%);
	}
}
@media only screen and (max-width: 1300px) {
	.category {
		height: 338px;
	}
	.bg_item_card .row {
    height: calc(100% - 338px);
}
.category ul li p {
	position: static;
}
.category ul li a {
	flex-direction: column;
}
	.category ul {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 50% 50%;
		height: 100%;
	}
	.category ul li span {
		height: 100%;
	}
	.grid_model .max_w_13 {
		max-width: 1245px;
		overflow: hidden;
		grid-template-columns: 240px calc(100% - 240px);
		width: 100%;
		padding: 0 30px;
	}
}
@media only screen and (max-width: 991px){
	.viewport_slider .slide_projects .image,
	.viewport_slider .slide_projects .name,
	.viewport_slider .slide_projects .activity,
	.viewport_slider .slide_projects p {
		opacity: 1;
	}
	.category ul li span {
		height: 140px;
	}
	.category ul li p {
		opacity: 1;
		line-height: 14px;
	}
	.category ul li {
		padding: 10px;
	}
	.bg_item_card, .bg_item_card .row {
		height: auto;
	}
	.category {
		height: auto;
	}
	.category ul {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: none;
		height: auto;
	}
	.projects_slider h2 {
		text-align: center;
		font-size: 48px;
		line-height: 48px;
	}
	.grid_six_foto {
	    grid-template-columns: 1fr;
	}
	.grid_six_foto .image div {
		width: 100%;
	}
	.grid_two_foto {
	    grid-template-columns: 1fr;
	}
	.grid_down_txt {
		grid-template-columns: 1fr;
	}
	.model_option_info {
		grid-template-columns: 1fr;
		padding: 38px 45px 24px 45px;
		top: 0;
		transform: translateY(0%);
	}
	.model_option_info .image_info .big_img_info {
		margin: 0 auto 10px auto;
	}
	.model_option_info .image_info .min_img_info {
		justify-content: center;
	}
	.fixed_model {
		align-items: flex-start;
		padding-top: 64px;
	}
	.model_option_info .image_info .kit ul {
		max-height: 100%
	}
}
@media only screen and (max-width: 768px){
	.model_option_info .line_left_red,
	.model_option_info .line_right_red {
		display: none;
	}
	.fixed_model {
		padding: 0;
		padding-top: 64px;
	}
	.model_option_info {
		transform: scaleY(1);
	}
	.bg_item_card .row {
		padding: 0 10px;
	}
	.bg_item_card .white_blocks {
		padding: 30px 10px 30px 10px;
	}
	.bg_item_card .white_blocks h2,.bg_item_card .white_blocks h1 {
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 30px;
	}
	.bg_item_card .white_blocks h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.grid_big_img {
	    grid-template-columns: 1fr;
	}
	.grid_big_img .image div span {
		max-width: 100%;
	}
	.grid_big_img .image div {
		margin-bottom: 10px;
	}
	.model_range h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.bread_crumb {
		padding-left: 0;
	}
	.grid_model .max_w_13 {
		padding: 0 10px;
		grid-template-columns: 150px calc(100% - 150px);
	}
	.grid_model .max_w_13 .left_model .list_model .option {
		grid-template-columns: 1fr;
	}
	.grid_model .max_w_13 .left_model .names {
		padding-left: 0;
	}
}
@media only screen and (max-width: 525px){
	.grid_two_foto .grid_foto {
	    grid-template-columns: 1fr;
	}
	.grid_two_foto .image {
	    grid-template-columns: 1fr 1fr;
	}
	.grid_two_foto .image div {
		width: 100%;
	}
	.grid_six_foto .image {
	    grid-template-columns: repeat(2,1fr);
	}
	.category ul {
	    grid-template-columns: 1fr 1fr;
	}
	.projects_slider {
		padding: 50px 15px 35px 15px;
	}
	.row {
		padding: 0 10px;
	}
	.category .row {
		padding: 0 10px 30px 10px;
	}
	.projects_slider h2 {
		text-align: center;
		font-size: 30px;
		line-height: 30px;
	}
	.bg_item_card .white_blocks h2,.bg_item_card .white_blocks h1 {
	        font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    word-break: break-word;
	}
	.model_option_info .image_info .big_img_info {
		width: 100%;
	}
	.model_option_info .image_info .min_img_info {
		grid-template-columns: repeat(4,1fr);
	}
	.model_option_info .characteristics .datalist_char .caption_char {
		padding: 10px;
	}
	.model_option_info .characteristics .option_char li {
		padding: 10px;
	}
	.model_option_info {
	    padding: 38px 18px 24px 18px;
	}
	.model_option_info .line_left_red {
		left: 9px;
	}
	.model_option_info .line_right_red {
		right: 9px;
	}
}