/* ------------ PRODUCT -------------- */

.product {
	width: 100%;
	padding: 15px 25px 35px 25px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 40px;
	display: flex;
	font-size: 14px;
	column-gap: 10px;
}

.col_left_product {
    width: 100%;
}

.product h1, .category h1, .page h1, .news-list h1 {
	margin: 0 0 20px 0;
	color: #023769;
	font-size: 24px;
}

.product .label {
	position: absolute;
	top: 0px;
	right: 0px;	
}

.product h5 {
	margin: 0 0 10px 10px;
	color: #023769;
	font-size: 16px;
	font-weight: bold;
}

.product h5:before {
    content: '';
    z-index: 10;
	position: absolute;
    width: 0;
  	height: 0;
	margin: 5px 0 0 -10px;
  	border: 5px solid transparent;
	border-left-color:#d2681c;
	border-right: 0;
}

#description_block a, .page .text a {
	color: #004e98;
}

#description_block a:hover, .page .text a:hover {
	text-decoration: underline;
}

#description_block ul, ul.ullist, .page .text ul {
	margin: 0 0 10px 40px;	
}

#description_block ul li, ul.ullist li, .page .text ul li {
	margin: 0 0 5px 0;
}

#description_block ul li:before, ul.ullist li:before, .page .text ul li:before {
    content: '';
    z-index: 10;
	position: absolute;
    width: 4px;
  	height: 4px;
	margin: 8px 0 0 -10px;
	background: #0b88ff;
}

#features h3, #model_list h3 {
	text-align: center;
	margin: 10px 15px 25px 15px;
}

#features table, #model_list table {
	width: 100%;
	border-top: 3px solid #d2681c;
}

#features table tr th, #model_list table tr th {
	text-align: center;
}

#features table td, #model_list table td {
	font-size: 16px;
	color: #676768;
	padding: 5px;
	vertical-align: middle;
}

#features table td {
	width: 50%;
}

#features table tr td, #model_list tr td {
    background: #ededed;
  	color: #505050;
	padding: 7px 15px 7px 15px;
}

#features table tr td, #model_list table tr td {
    background: #fff;
  	color: #505050;
}

#features table tr td:nth-child(1), #model_list table tr td:nth-child(1) {
	font-weight: bold;
}

#features table tr:nth-child(2n) td, #model_list table tr:nth-child(2n) td {
	background: #fbfbfb;
  	color: #505050;
}

#features table tr:hover td, #model_list table tr:hover td {
	background: #ecf6ff!important;
  	color: #505050;
}

#model_list table {
	width: 100%;
	border-top: 3px solid #d2681c;
}

#model_list .green {
	color: #41c951;
}

#model_list table tr th, #features table tr th {
	font-size: 16px;
	color: #000;
	padding: 10px 15px 10px 15px;
	vertical-align: middle;
	background: #d6d3d3;
}

#model_list table tr td {
    background: #f9f8f8;
  	color: #505050;
	text-align: center;
}

#model_list table tr td:first {
	text-align: left;
}

#model_list table tr:nth-child(2n) td {
	background: #eee;
  	color: #505050;
}

.line {
	height: 2px;
	width: 100%;
	background: #dddddd;
	margin-bottom: 20px;
}

.addlinks a {	
	display: flex;
	column-gap: 5px;
	align-items: center;
}

.addlinks a:not(:first-child) {	
	margin-top: 5px;
}

.addlinks a span {
	padding: 9px 10px;
	background: #dce3ec;
	font-size: 16px;
	color: #023769;
	width: 100%;
	transition: all .3s ease-out;
}

.small_description {
	margin-top: 30px;
}

.small_description .addlinks a span {
	width: 100%;
}

.addlinks a span:hover {
	color: #fff;
}

@media (max-width: 800px) {
    
    .product {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .addlinks a span {
        font-size: 12px;
    }
    
    #description_block ul, ul.ullist, .page .text ul {
        margin: 0 0 10px 10px;
    }

    .b-product-gallery,
    .b-product-gallery-bigimg,
    .b-product-gallery-small-list {
        width: 100% !important;
        max-width: 100% !important; 
    }

    .b-product-gallery-bigimg img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
    }

    .b-product-gallery-small-list__item {
        width: 20vw;
        height: 20vw;
        margin-right: 2vw;
        margin-bottom: 2vw;
    }

    .b-product-gallery-small-list__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .col_left_product {
        max-width: 100%;
        width: 100%;
    }
    
    .product h1 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    
    .line {
        margin-bottom: 10px;
    }
    
    #features table tr td {
        padding: 3px;
        font-size: 14px;
    }
    
    #features table tr th {
        padding: 3px; 
        font-size: 14px;
    }
}

/* ------------ /PRODUCT -------------- */

/* ----------- MODEL LABEL ------------ */

#model_form .container {
	max-width: 1120px;
}

#model_form {
    font-size: 14px;
}

#model_form p a {
	color: #004e98;
	border-bottom: 1px #004e98 dashed;
}

#model_form p a:hover {
	border: none;
}

#model_form h3 {
	text-align: center;	
}

#model_form h5 {
	margin: 0 0 10px 0;
    color: #023769;
    font-size: 16px;
    font-weight: bold;
}

.model_table, .model {
    color: #666;
	border-spacing: 1px!important;
}

.model_table td, .model td {
	line-height: 25px;
	min-height: 10px;
	height: 10px;
}

.model_table td.model_label, .model th {
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #004e98!important;
	white-space: nowrap;
	width: 1%;
	text-align: center;
	border-right: 2px #fff solid;
}
	
.model_spacer {
	padding: 10px 15px 10px 15px;
	font-size: 18px;
	color: #989898;
	font-weight: bold;
	white-space: nowrap;
	width: 1%;
	text-align: center;
}
	
.model_table b {
	font-size: 18px;
	color: #004e98;
}

.model_table span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.model_desc {
	background: #fff;
	padding: 7px 10px 7px 15px;
	border-radius: 4px;
	border: 1px #c7d4e0 solid;
}
	
.model_line_v {
	background: url(./img/model_bg.png) 50% top !important;
}

.model_line_c, .model_line_c {
	background: url(./img/model_bg.png) 50% 50% !important;
}

.product-marking-wrapper__text {
    margin-top: 0;
}

@media (max-width: 620px) {
    
    .model_spacer, 
    .model_desc,
    .model_table td.model_label, .model th {
        padding: 5px;
    }
    
    
    .model_desc,
    .model_desc span {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    
    #model_form .model_table {
        display: block;
        width: 100%;
    }
    
    #model_form .model_table > tbody > tr:first-child {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
      
    #model_form .model_table > tbody > tr:first-child td {
        flex: 1;
        min-width: calc(50% - 5px);
        display: inline-block;
    }
      
    
    #model_form .model_table > tbody > tr:not(:first-child) {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #c7d4e0;
        border-radius: 4px;
        background: #fff;
        overflow: hidden;
    }
      
    #model_form .model_table > tbody > tr:not(:first-child) td {
        display: block;
        width: 100% !important;
        border: none !important;
        background: none !important;
        height: auto !important;
        min-height: auto !important;
        line-height: normal !important;
    }
    
    #model_form .model_table > tbody > tr:not(:first-child) td:empty {
        display: none;
    }
    
    #model_form .model_table > tbody > tr:not(:first-child) td[height="10px"],
    #model_form .model_table > tbody > tr:not(:first-child) td[style*="height:10px"] {
        display: none;
    }
      
    #model_form .model_table td.model_label {
        background: #004e98 !important;
        color: #fff !important;
        font-size: 16px;
        text-align: center;
        padding: 12px 15px !important;
        margin: 0 2.5px 10px;
        border-radius: 4px;
    }
      
    .model_table td {
        height: auto;
    }
}
/* ---------- INTALLATION ------------ */

.col_left_model p img{
    width: 100%;
}

#installation h5, #features h5 {
    margin: 0 0 10px 0;
    color: #023769;
    font-size: 16px;
    font-weight: bold;
	text-align: left;
}

#installation ul, #model_form ul {
	margin: 0 0 10px 30px;	
}

#installation ul li, #model_form ul li {
	margin: 0 0 5px 0;
}

#installation ul li:before, #model_form ul li:before {
    content: '';
    z-index: 10;
	position: absolute;
    width: 4px;
  	height: 4px;
	margin: 8px 0 0 -10px;
	background:#0b88ff;
}

#installation i, .warning {
	font-size: 12px;
	color: #023769;
	font-style: italic;
}

.colors th {
	background: #eeeeee;
	text-align: center;
	height: 28px;
}

.colors td {
	min-width: 20px;
	padding: 3px;
	font-size: 12px;
	background: #f9f8f8;
	color: #023769;
}

.colors tr:nth-child(2n) td {
	background: #fff;
}

.color_l, .color_r {
	width: 9px;
    height: 17px;
	border: 1px solid #eee;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	background: #000;
	float: left;
	border-right: none;
}

.color_r {
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	border-left: none;
	border-right: 1px;
}

.cff0 {
	background: #ffea04;
}

.c999 {
	background: #999999;
}

.c7f0 {
	background: #7f0000;
}

.c0f0 {
	background: #0f0;
}

.cfff {
	background: #fff;
}

.cf00 {
	background: #f00;
}

.c00f {
	background: #00f;
}

.cf0f {
	background: #f0f;
}

.cf90 {
	background: #f90;
}

.c639 {
	background: #639;
}

.c0ff {
	background: #0ff;
}

.col_right_model{
    max-width: 50%;
}

.categories_color {
    display: flex;
    column-gap: 10px;
}

@media (max-width: 620px) {

    #product-features-wrapper {
        width: 100%;
        overflow-x: auto;
    }
    
    #model_form ul li:before {
        position: static;
    }
}

@media (max-width: 920px) {

    .categories_color {
        flex-direction: column;
        align-items: center;
    }
    
    .col_right_model {
        max-width: 100%;
    }
}

/* ---------- /INTALLATION ------------ */

a.gallery img {
  width: 130px;
  display: inline-block;
  border: 1px solid #f3f3f3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a.gallery img:hover {
  border: 1px solid black;
}

.b-product-gallery {
	max-width: 363px;
	min-height: 363px;
	margin-bottom: -12px;
	position: relative;
}

.b-product-gallery-bigimg {
	max-width: 363px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.b-product-gallery-bigimg img {
	max-width: 360px;
	max-height: 300px;
}

.b-product-gallery-bigimg a {
	display: inline-block;
	position: relative;
	margin-top: 10px;
}

.b-product-gallery-small-list {
	width: 363px;
	min-height: 62px;
	margin: 8px 0 0;
}

.b-product-gallery-small-list__item {
	width: 62px;
	height: 62px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	display:inline-block;
	border: solid 2px #dce3ec;
}

.b-product-gallery-small-list__item.active, .b-product-gallery-small-list__item:hover { 
	border: solid 2px #fde403;
}

.b-product-gallery-small-list__item img { 
	width: 62px;
	max-width: 62px;
}

.b-product-gallery p {
	margin: -10px 0 20px 0;
}

/* ---------- PRODUCTS TABS ------------ */

.product-tabs {
	border-top: 5px #d2681c solid;
	margin-top: 30px;
	width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    clear: both;
}

.product-tabs li {
	display: inline-block;
	position: relative;
	width: 50%;
	margin: 0;
	padding: 0;
}

.product-tabs li.active:before {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    pointer-events: none;
    position: absolute;
    z-index: 10;
    content: '';
    border-style: solid;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-property: transform;
    -ms-transition-property: transform;
    -webkit-transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #d2681c transparent transparent transparent;
}

.product-tabs li a {
	color: #d2681c;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    display:block;
	box-sizing:border-box;
    height: 39px;
	line-height: 39px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

.product-tabs li path {
	fill: #bc682f;
}

.product-tabs li.active path {
	fill: #fff;
}

.product-tabs li.active a {
	background: #d2681c;
	color: #fff;
}

.product-tab-content {
	padding: 15px;
	background: #eeeeee;
	border-bottom: 3px #d7d4d4 solid;
}

.product-tab-content a {
	display: block;
	margin-top: 15px;
}

.product-tab-content a:first-child {
	margin-top: 0;
}

.product-tabs li svg {
	display: inline-block;
	margin: 0 4px -4px 0;
}

.product-tab-content a {
	color: #444;	
}

.product-tab-content a:hover {
	text-decoration: underline;
}