body {
	margin: 0;
	padding: 0;
	background: #e5e5e5;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
}

.preload * {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -ms-transition: all 0s linear;
  -o-transition: all 0s linear;
}

h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 0
}

h5 {
	font-size: 18px;
	font-weight: normal;
}

#header {
	width: 100%;
	height: 134px;
	background: #004e98;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}

#phone {
	float: right;
	color: #fff;
	font-size: 27px;
	margin-top: -12px;	
}

#phone a {
	display: block;
	float: right;
	color: #fff;
	font-size: 16px;
	margin-top: -10px;	
}

#phone a:hover {
	color: #97e1ff;
}

#phone span {
	font-size: 41px;
}

#dack_line {
	width: 100%;
	background: #023769;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

#dack_line .box {
	text-align: right;
}

#dack_line .sub {
	float: left;
	color: #35afe0;
}

#dack_line .sub a {
	color: #35afe0;
}

#dack_line .sub a:hover {
	color: #fff;
}

#logo {
	display: block;
	float: left;
	width: 225px;
	height: 84px;
	background: url(./img/logo.png) left top no-repeat;
}

#header_body .box {
	padding-top: 10px;
}

#mainmenu {
	height: 52px;
	background: #d2681c;
	margin-left: 270px;
	margin-top: 68px;
	position: relative;	
	display: flex;
}

#mainbox {
	width: 100%;
	margin: 134px 0 0 0;
	text-align: center;
	z-index: 2;
	position: absolute;
}

.categories {
	display: flex;
	column-gap: 15px;
}

.categories_orange {
	display: flex;
	justify-content: space-between;
}

.box {
	max-width: 1260px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0 15px;
}

ul {
    margin: 0;
	list-style: none;
	padding: 0;
}

a {
	text-decoration: none;
}

.section {
	width: 100%;
	min-width: 1260px;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-top: 10px;
	overflow: hidden;
}

.spacer {
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0;
}

#background {
	height: 625px;
	width: 100%;
	position: fixed;
	top: 134px;
	left: 0px;
	background: url(./img/bg.jpg) #40525e center bottom repeat;
 	animation: bg 60s linear infinite;
    -webkit-animation: bg 60s linear infinite;
	opacity: 0.5;
}

#background.bg_products {
	background: url(./img/bg_products.jpg) #092f54 center bottom no-repeat;
	height: 300px;
	opacity: 1;
}

@keyframes bg {
    0% { background-size: 100% 100%, 0 0;}
    50% { background-size: 120% 120%, 0 0; }
	100% { background-size: 100% 100%, 0 0;}
}
   
@-webkit-keyframes bg {
    0% { background-size: 100% 100%, 0 0;}
    50% { background-size: 120% 120%, 0 0; }
	100% { background-size: 100% 100%, 0 0;}
}

#cover {
	height: 100%;
	width: 100%;
	background: url(./img/cover.png) left top repeat;
}

#mainbox .col_right {
	width: 100%;
	margin-top:39px;	
}

#mainbox .col_left_main {
	max-width: 270px;	
}

#mainbox .section .col_left {
	float: left;
	width: 48%;
	box-sizing: border-box;
}

#mainbox .section .col_right {
	float: right;
	width: 48%;
	margin-top: 0;
	box-sizing: border-box;
}

#mainbox .col_left_white {
	max-width: 600px;
	box-sizing: border-box;
}

.categories_white,
.categories_production {
	display: flex;
	column-gap: 30px;
}

@media (max-width: 1200px) {
    
    .categories_white {
    	flex-direction: column;
    	align-items: center;
    }
    
    .categories_production {
        flex-direction: column;
    }
    
    #mainbox .col_right_white{
    	max-width: 600px;
    	box-sizing:border-box;
    }
    
    .col_left_individual {
        text-align: center;
    }
}

.bg_white-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

ul.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	margin-bottom: 3px;
}

.menu li a {
	color: #4a4a4a;
    display: block;
    text-transform: uppercase;
    background: #f3f3f3;
    padding: 12px 20px 12px 15px;
    position: relative;
}

.menu li a span {
    position: relative;
    z-index: 8; 
    transition: all .3s ease-out;
}

.menu li a:hover span {
    color: #fff;
}

.menu li a:before {
    background: #d2681c;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    display: block;
    z-index: 2;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; 
}

.menu li a:hover:before {
    width: 100%;
}

.list_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 316px;
    gap: 10px;
    width: 100%;
}

.list_category > * {
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    margin: 0;
}

.list_category ul > * {
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    margin: 0;
}

.list_category .bigli {
    grid-column: span 2;
    position: relative;
    display: flex;
    border: 1px #d9d9d9 solid;
    background: #fff;
}

.list_category .bigli .aimg {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.list_category .bigli .label .button.medium,
.list_category .li .label .button.medium {
    display: inline-block;
    padding: 5px 15px;
    background: #d2681c;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    align-self: flex-end;
    white-space: nowrap;
	margin-top: auto;
}

.list_category .bigli .label {
    max-width: 230px;
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    z-index: 1;
}

.list_category .li .label {
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
	height: 100%;
}

.list_category .label a {
    z-index: 1;
}

.list_category .bigli .label strong a {
    color: #444444;
    font-size: 24px;
    transition: all .3s ease-out;
}

.list_category .bigli .label strong a:hover {
    color: #004e98;
}

.list_category .bigli .label p {
    font-size: 13px;
}

.list_category .bigli .label .button2 {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background: #d2681c;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.list_category .li.with-image,
.list_category li.with-image {
    background: #fff;
    border: 1px #d9d9d9 solid;
    position: relative;
}

.item-img {
    position: absolute;
    top: 0;
    left: 0;
}

.list_category .li .label strong,
.list_category li .label strong {
    font-size: 18px;
}

.list_category .li .label a strong,
.list_category li .label a strong {
    color: #444444;
    transition: all .3s ease-out;
}

.list_category .li .label a:hover strong,
.list_category li .label a:hover strong {
    color: #004e98;
}

.list_category .li .label p,
.list_category li .label p {
    font-size: 13px;
    color: #444444;
}

.list_category ul {
    display: contents;
}

.list_category .li {
    margin: 0;
}

#mainmenu ul {
	padding-left: 15px;
}

.mainmenu-item {
	float: left;
	position: relative;
}

.mainmenu-link {
	display: block;
	color: #fff;
	height: 52px;
	line-height: 52px;
	padding: 0 20px 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .08s ease-out;
}

.mainmenu-link:hover {
	background: #fff;
	color: #004e98;
}

.mainmenu-item:before {
	content: '';
	position: absolute;
    pointer-events: none;
    z-index: 10;
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
	border-color: #d2681c transparent transparent;
}

.mainmenu-item:hover:before {
	transform: translateY(10px);
	border-color: #fff transparent transparent;
}

.mainmenu-item:after {
	content:'';
    width: 1px;
    height: 20px;
    border-right: 1px solid #fff;
    right: -1px;
	position:absolute;
	top:16px;
}

.mainmenu-item:nth-child(5):after, .mainmenu-item:hover:after  {
	border: none;
}

.catalog-menu{
	display: none;
}

.bg_orange h3, .bg_orange_main h5{
	color: #fff
}

#individual p {
	display: block;
	max-width: 300px;
	color: #fff;
	font-size: 16px;
}

#individual h3 {
	margin-top: 30px;
}

.bg_orange {
	background: url(./img/cover2.png) left top #d2681c repeat;
	margin-top: 15px;
}

.bg_orange_main {
	background: url(./img/cover2.png) left top #d2681c repeat;
	margin-top: 15px;
	padding: 15px 0 15px 0;
	margin-top: 10px;
}

.bg_white {
	background: #fff;
	min-height: 350px;
	text-align: center;
	padding: 15px 0 15px 0;
	margin-top: 10px;
	overflow: hidden;
}

.bg_transparent h1 {
	margin: 40px 0 40px 0;
	color: #023769;
	font-size: 32px;
	color: #fff;
}

.gray {
	background: #fff;
	min-height: 200px;
}

.black {
	background: url(./img/footer.jpg) #023769 center top no-repeat;
	min-height: 450px;
	box-sizing: border-box;
}

#clients h3 {
	text-align: center;	
}

#questions h3 {
	text-align: center;	
	color: #fff;
}

#individual_bg {
	width: 705px;
	height: 330px;
	margin-top: -35px;
    margin-bottom: -24px;
	position: relative;
	z-index: 10;
	background: url(./img/individual.png) left top no-repeat;
}

/* --- buttons ---*/

.alert {
	box-sizing: border-box;
	margin: 20px 0 10px 0;
	padding: 20px;
	background-color: #f9ecec;
    border: 1px #900 solid;	
	color: #900;
	font-size: 14px;
}

.button {
	display: inline-block;
	padding: 0 10px 0 10px;
	background: #d2681c;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
    z-index: 1;
	transition: all .3s ease-out;
}

.button:before  {
    content: '';
    line-height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 100%;
    background: #000;
    z-index: -1;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateX(-100%) skewX(-45deg);
    -ms-transform: translateX(-100%) skewX(-45deg);
    -webkit-transform: translateX(-100%) skewX(-45deg);
    transition: transform .2s;
}

.button:hover:before {
    transform: translateX(0) skewX(-45deg);
    -ms-transform: translateX(0) skewX(-45deg);
    -webkit-transform: translateX(0) skewX(-45deg);
}

.button.big {
	font-size: 18px;
	line-height: 32px;
	padding: 0 15px 0 15px;
}

.button.medium {
	font-size: 16px;
	padding: 5px 15px;
}

.button.border.medium {
	border: 1px #fff solid;
}

.button.trans  {
	border: 2px #fff solid;
	color: #fff;
	background: none;
	transition: all .3s ease-out;
}

.button:hover.trans {
	color: #d2681c;
}

.button.trans:before {
	background: #fff;
}

.button.green, .button.orange {
	background: #41c951;
	font-size: 16px;
    line-height: 38px;
	height: 40px;
	text-align: center;
	display: block;
}

.button.orange {
	background: #d2681c;
	color: #fff!important;
}

.button.orange:hover {
	text-decoration: none!important;
}

.button.blue {
	background: none;
	color: #004e98!important;
	border: 1px #004e98 solid;
	font-size: 10px;
}

.button.big.blue {
	font-size: 16px;	
}

.button.blue:hover {
	color: #fff!important;
}

.button.blue:before {
	background: #004e98;
}

.button.small {
	font-size: 12px!important;
	line-height: 18px!important;
	height: 18px!important;
	padding: 0 10px 0 10px!important;
}

 .button_more {
    margin-top: 20px;
    text-align: center;
 }

/* --- /buttons ---*/

.partners {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section-partners, 
.section-production,
.section-footer{
    padding: 15px 0 15px 0;
	margin-top: 10px;
}

.partners li {
	width: 220px;
	height: 145px;
	background: url(./img/partners.jpg) left -145px no-repeat;
	margin: 10px 8px 10px 8px;
	position: relative;
}

.partners li:before {
	content: '';
	position: absolute;
	width: 220px;
	height: 145px;
	background: url(./img/partners.jpg) left 0px no-repeat;
	opacity: 0;
	transition: 1s;
}

.partners li:hover:before {
	opacity: 1;
}

.partners li:nth-child(2) {
	background-position: -220px -145px;
}

.partners li:nth-child(3) {
	background-position: -440px -145px;
}

.partners li:nth-child(4) {
	background-position: -660px -145px;
}

.partners li:nth-child(5) {
	background-position: -880px -145px;
}

.partners li:nth-child(2):before {
	background-position: -220px 0px;
}

.partners li:nth-child(3):before {
	background-position: -440px 0px;
}

.partners li:nth-child(4):before {
	background-position: -660px 0px;
}

.partners li:nth-child(5):before {
	background-position: -880px 0px;
}

/* ------------ NEWS -------------- */
.news li, .catlist li {
	min-height: 110px;
	margin-bottom: 10px;	
}

.catlist .img {
	position: absolute;
	z-index: 3;
	width: 100px;
	height: 100px;
	background: #d2681c;	
}

.news .img:hover:after, .catlist .img:hover:after {
	background: #004e98;
}

.news .img img, .catlist .img img {
	position: absolute;
	z-index: 10;
}

.news .img:after, .catlist .img:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background: #eeeeee;
	margin: 10px 0 0 10px;
	z-index: 1;
	transition: 1s;
}

.news .text, .news .list {
	padding: 0 0 0 120px;	
}

.news .text a, .catlist .text a {
	color: #023769;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .3s ease-out;
}

.news .text a:hover, .catlist .text a:hover {
	color: #d2681c;
}

.news .text p, .catlist .text p {
	margin: 5px 0 5px 0;
}

/* ------------ /NEWS -------------- */

/* ------------ CATEGORY LIST -------------- */

.catlist li {
	min-height: 170px;
	position: relative;
}

.catlist .img {
	width: 150px;
	height: 150px;
	border: 1px #eeeeee solid;
	transition: 1s;
}

.catlist .img:hover {
	border: 1px #004e98 solid;
}

.catlist .img:after {
	width: 150px;
	height: 150px;
}

.catlist li li {
	min-height: 0px;
	margin: 0 0 3px 15px;	
	color: #696969;
	font-size: 12px;
}

.catlist li li:before {
    content: '';
    z-index: 10;
	position: absolute;
    width: 4px;
  	height: 4px;
	margin: 7px 0 0 -10px;
	background: #0b88ff;
}

.catlist .text {
    display: flex;
    flex-direction: column;
    position: relative; 
    padding: 0 0 0 180px;
}

.catlist .text .button {
    margin-left: auto;
    margin-top: 20px;
    align-self: flex-start;
    padding: 5px 10px;
}

.catlist_big,
.production-flex {
	display: flex;
}

.catlist_big {
    max-width: 600px;
    column-gap: 5px;
}

.production-flex {
    justify-content: space-between;
    row-gap: 20px;
}

@media (max-width: 1200px){
    
    .production-flex {
        align-items: center;
        flex-direction: column;
    }
}

.catlist_big .text a {
	color: #023769;
	font-size: 24px;
}

.catlist_big-text {
    display: flex;
    flex-direction: column;
}

.catlist_big .text {
    padding-bottom: 15px;
}

.catlist_big .button {
    margin-top: auto;
    align-self: flex-start;
}

.catlist_big .text a:hover {
	color: #d2681c;
}

.catlist_big .text {
	font-size: 16px	
}

.catlist_big li {
	min-height: 0px;
	margin: 0 0 3px 15px;	
	color: #696969;
	font-size: 13px;
}

.catlist_big li:before {
    content: '';
    z-index: 10;
	position:absolute;
    width: 4px;
  	height: 4px;
	margin: 7px 0 0 -10px;
	background: #0b88ff;
}

.catlist_big .img img {
    display: block;
    margin: 0 auto;
    height: auto;
}

@media (max-width: 620px){
    
    .catlist_big {
    	flex-direction: column;
    }
    
    .catlist_big .img {
        margin-top: 20px;
    }
}

@media (max-width: 420px){
    
    .catlist_big .img img {
        max-height: 300px;
        width: 100%;
    }
    
    .catlist li {
        display: flex;
        flex-direction: column;
    }
    
    .catlist .text {
        padding: 0;
        margin-top: 30px;
    }
    
    .catlist .img {
        position: static;
    }
    
    .catlist .text .button {
        margin-left: 0;
    }
}

/* ------------ /CATEGORY LIST -------------- */

/* ------------ SEARCH -------------- */

#search_console {
    display: flex;
    margin-left: auto;
	align-items: center;
	margin-right: 15px;
}

.searchform {
    display: flex;
    align-items: center;
}

#search_console #search {
	line-height: 20px;
    padding: 0 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
	color:#fff;
	border:none;
	border-left:2px #fff solid;
	background:none;
	transition: all .8s ease;
	max-width: 80px;
	width: 80px;
	position: absolute;
	right: 50px;
}

#search_console #search:focus {
	max-width: 90.5%; 
    position: absolute;
    right: 50px;
    z-index: 100;
    background:#fff;
    height:48px;
    color:#d2681c;
    width: 100%;
}

#search_console input[type="text"]::-moz-placeholder {color: #fff;}
#search_console input[type="text"]::-webkit-input-placeholder { color: #fff; }
#search_console input[type="text"]:-ms-input-placeholder { color: #fff; }
#search_console input[type="text"]::-ms-input-placeholder { color: #fff; }
#search_console input[type="text"]::placeholder { color: #fff; } 

#search_console button {
	background: none;
	border: none;
	width: 31px;
	height: 31px;
	padding: 3px;
	cursor: pointer;
}

#search_console button:active, #search_console button:hover, #search_console button:focus, #search_console input:active, #search_console input:hover, #search_console input:focus {
    outline: 0;
    outline-offset: 0;
}

/* ------------ /SEARCH -------------- */

/* ------------ /FOOTER -------------- */

#footer h4 {
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0 25px 0;
}

#footer span {
	color: #d2681c;
	font-weight: bold;
}

#footer h4 span {
	display: inline-block;
	padding-bottom: 7px;	
	border-bottom: 3px #d2681c solid;
	color: #fff;
	font-weight: normal;
}

#footer, #footer a {
	color: #fff;
	font-size: 14px;
	transition: 1s;
}

#footer a.orange {
	color: #d2681c;
	font-weight: bold;
}

#footer a:hover {
	color: #77d0fe !important;
}

#footer .box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#footer .col_25p {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
}

#footer .col_25p p {
    padding: 0;
    margin-bottom: 0;
}

#footer .col_50p {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
}

.mt-20 {
    margin-top: 20px;
}

#footer .label {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #a3a3a3;
}
.footer_menu_container {
    display: flex;
    gap: 30px;
}

.footer_menu_column {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_menu_column li {
    margin-top: 10px;
    width: 100%;
}

.footer_menu li a:hover {
	padding: 0 0 0 5px;
}

.footer-nav-links-social li {
	float: left;
	margin-right: 7px;
}

.footer-nav-links-social li a {
    transition: all .2s ease;
	display: block;
}

.footer-nav-links-social li a:hover {
    transform: translate(0,-2px);
}

.footer-nav-links-social a:hover path {
    fill: #d2681c;
}

.logo_footer {
	display: block;
	width: 142px;
	height: 84px;
	background: url(./img/logo_small.png) 0 0 no-repeat;
}

@media (max-width: 800px) {
    
    #footer .box {
        flex-direction: column;
        gap: 5px;
    }
    
    #footer .col_25p,
    #footer .col_50p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_menu_container {
        flex-direction: column;
        gap: 0;
    }
    
    .mt-20 {
        margin-top: 10px;
    }
    
    #footer h4 {
        margin: 5px 0 0 0;
    }
}

/* ------------ /FOOTER -------------- */

/* ------------ PRODUCT -------------- */

.product {
	width: 100%;
	padding: 15px 25px 35px 25px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 40px;
	float: left;
	font-size: 14px;
}

.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;	
}

#mainbox .product .col_left {
	width: 68%;
	float: left;
}

#mainbox .product .col_right {
	width: 30%;
	float: right;
}

.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 .box, #model_list .box, #model_form .box {
	width: 1220px;
}

#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 tr td:first-child, #features tr th:first-child, #model_list tr td:first-child, #model_list tr th:first-child {
	text-align: left;
}

#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) {
    white-space: nowrap;
	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: block;
}

.addlinks a span {
	height: 40px;
	background: #dce3ec;
	font-size: 16px;
    line-height: 38px;
	color: #023769;
	width: 319px;
}

.small_description {
	margin-top: 30px;
}

.small_description .addlinks a span {
	width: 779px;	
}

.addlinks a span:hover {
	color: #fff;
}

/* ------------ /PRODUCT -------------- */

/* ----------- MODEL LABEL ------------ */

#model_form .box {
	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!important;
	height: 10px!important;
}

.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;
}

/* ---------- INTALLATION ------------ */

#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;
}

/* ---------- /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 {
	width: 363px;
	min-height: 363px;
	margin-bottom: -12px;
	position: relative;
}

.b-product-gallery-bigimg {
	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;
}

.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 IMAGES ------------ */

.product i {
    font-size: 12px;
    color: #023769;
}

/* ---------- /PRODUCTS IMAGES ------------ */

/* ---------- 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;
}

/* ---------- /PRODUCTS TABS ------------ */

/* ---------- BREADCRUMBS ------------ */

.breadcrumbs li {
	display: inline-block;
	margin: 0 10px 0 10px;
}

.breadcrumbs li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #004e98;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
	color: #d2681c;
}

.breadcrumbs li:before {
    content: '';
    z-index: 10;
    position: absolute;
    width: 0;
    height: 0;
    margin: 4px 0 0 -10px;
    border: 4px solid transparent;
    border-left-color: #d2681c;
    border-right: 0;
}

/* ---------- /BREADCRUMBS ------------ */

/* ---------- AUTOCOMPLITE ------------ */

.ui-autocomplete {
    width: 100% !important;
	max-width: 925px !important;
    z-index: 9999 !important;
    border-bottom: 1px solid #d2681c !important;
    border-left: 1px solid #d2681c !important;
    border-right: 1px solid #d2681c !important;
	border-radius:0px !important;
	border-top:none !important;
}

.ui-state-hover {
	border-radius: 0px !important;
	border: none !important;
	background: #ecf6ff !important;
}

.ui-menu-item {
	border-top: 1px solid #eeeeee;
}

.ui-menu-item:nth-child(2n) {
	background: #fbfbfb !important;
}

.autocomplete_img {
    float: left;
	width: 60px;
	padding-top: 5px;
}

.autocomplete_content {
    padding-left: 20px;
    float: left;
	width: 800px;
	font-size: 12px;
}

.autocomplete_desc {
	 margin-top: 5px;
}

.autocomplete_name {
	font-weight: bold;
	color: #004e98;
}

.autocomplete_clear {
    clear: both
}
    
a.autocomplete_link {
    color: {$autocomplete_text_color} !important;
}

a.autocomplete_link:hover {
    background: #000 !important;
}
    
.autocomplete_price {
    color: #FDE403;
    font-weight: bold;
    padding: 2px 3px;
    background: #000;
}

/* ---------- /AUTOCOMPLITE ------------ */

/* ------------- ERROR -------------- */

.error_block {
	padding: 95px 0 160px 200px;
	font-size: 14px;
	background: url(./img/404.png) right bottom no-repeat;
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 38px;
}

.error_block a {
	color: #004e98;
}

.error_block .border {
	margin-top: 40px;
	background: #d2681c;
	max-width: 500px;
	height: 4px;
}

.error_block a:hover {
	text-decoration: underline;
}

.error_block h1 {
	color: #004e98;
	font-size: 32px;
}

.error_block h1 span {
	color: #d2681c;
	font-size: 64px;
}

@media (max-width: 620px){
    
    .error_block {
    	padding: 95px 10px 160px 20px;
    	margin-top: 0;
    }
    
    .error_block h1 {
    	font-size: 22px;
    }
    
    .error_block h1 span {
    	font-size: 32px;
    }
}

/* ------------ /ERROR -------------- */

/* ------------ CATEGORY -------------- */

.category {
	width: 100%;
	padding: 15px 25px 15px 25px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 14px;
	position: relative;
}

.category h3 {
	margin: 0 0 20px 0;
	color: #023769;
	font-size: 18px;
}

#product-list {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#product-list li {
    width: 316px;
    height: 456px;
    display: block;
    background: #fff;
    margin: 10px 10px 0 0;
    float: left;
    box-sizing: border-box;
    border: 1px #d9d9d9 solid;
    text-align: left;
    overflow: hidden;
	padding: 15px;
	position: relative;
}

#product-list li:nth-child(3n) {
	margin-right: 0;
}

.product_img_link {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;	
	width: 286px;
	height: 200px;
}

.product_img_link img {
	max-height: 286px;
	max-width: 200px;
}

#product-list .product-name {
	font-size: 14px;
	font-weight: bold;
	color: #004e98;
	display: block;
	margin-bottom: 5px;
}

#product-list .product-name:hover {
	text-decoration: underline;
}

#product-list .description {
	font-size: 13px;
	color: #4a4a4a;
}

#product-list .button {
	position: absolute;
	bottom: 15px;
	right: 15px;	
}

#product-list .label.button {
    top: 15px;
    right: 15px;
}

.sub-links li {
	display: inline-block;
}

.sub-links li:before {
	display: none;
}

.sub-links li a {
	color: #fff!important;
}

.sub-links li a:hover {
	text-decoration: none!important;
}

.intro {
	background: url(./img/cover.png) #004e98 left top repeat;
	width: 420px;
	float: right;
	margin: -80px 0 20px 0;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
}

.intro:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	margin: 5px 0 0 -40px;
}

.intro_img {
	width: 478px;
	float: left;
	margin: 20px 20px 20px 0;
	overflow: hidden;
	text-align: center;
}

.intro ul {
    margin: 0 0 20px 20px !important;
}

.intro li:before {
    width: 0 !important;
    height: 0 !important;
	margin: 6px 0 0 -14px !important;
    border: 4px solid transparent;
    border-left-color: #d2681c;
    border-right: 0;
	background: none !important;
}

/* ------------ /CATEGORY -------------- */

/* -------------- PAGE ---------------- */

.page{
	width: 100%;
	padding: 15px 25px 15px 25px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

/* -------------- /PAGE ---------------- */

/* -------------- BUY FORM ---------------- */

#buy-form {
	width: 500px;
	padding: 30px;	
}

#buy-form .form-intro {
	font-size: 14px;
	text-align: center;
	font-weight: bold;	
}

#buy-form a {
    color: #004e98;
}

#buy-form a:hover {
	text-decoration: underline;
}

/* -------------- /BUY FORM ---------------- */

/* ---------------- NEWS ------------------ */

.news-list {
	width: 100%;
	padding: 15px 25px 20px 25px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
	clear: both;
}

.news-block{
	width: 100%;
	padding: 15px 25px 35px 25px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
	clear: both;
}

.news-block .news li {
	width: 50%;
	float: left;
}

.news-latest li {
	width: 307px;
    height: 490px;
    display: block;
    background: #fff;
    margin: 10px 10px 10px 0;
    float: left;
    box-sizing: border-box;
    border: 1px #d9d9d9 solid;
    text-align: left;
	padding: 10px;
	position: relative;
}

.news-latest li:nth-child(4n) {
	margin: 10px 0 10px 2px;
}

.news-latest .img {
	width: 290px;
	height: 290px;
	background: #d2681c;
	margin: -20px 0 25px -10px;
	position: relative;
    z-index: 3;
}

.news-latest .img:after {
    content: '';
    position: absolute;
    width: 295px;
    height: 295px;
    background: #eeeeee;
    margin: 6px 0 0 -286px;
    z-index: -11;
}
.news-latest .img img.active {
	width: 290px;
	height: 290px;
}

.news-latest .text .button {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.news-latest .img .user {
	position: absolute;
	text-align: right;
	right: 10px;
	bottom: 10px;
	color: #868686;
}

.news-latest .img .user span, .credentials span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
}

.news-latest .img .date {
	position: absolute;
	top: 10px;	
}

.credentials span {
	color: #868686;
}

.credentials .date {
	display: inline-block;
	color: #fff!important;
	margin-left: 10px;	
}

.news-latest .text a.title {
    color: #023769;
    font-weight: bold;
    text-transform: uppercase;
}

.news-latest .text a.title:hover {
    color: #d2681c;
}

.col_left .news-latest li {
	width: 270px;
	height: 450px;
	margin-left: 0px;
}

.col_left .news-latest .img {
	width: 250px;
	height: 250px;
	margin: -20px 0 25px -11px;
}

.col_left .news-latest .img:after {
    width: 251px;
    height: 256px;
    margin: 6px 0 0 -240px;
}

.col_left .news-latest .img img.active {
	width: 250px;
	height: 250px;
}

/* ---------------- /NEWS ------------------ */

.company-img {
    float: left; 
    margin: 0px 10px 10px 0px;  
}

a.gallery img {
    margin-top: 5px;
}

@media (max-width: 800px) {
    
    .company-img {
        float: none;
        width: 100%;
    }
}

.burger-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 100;
    padding: 0;
}

.burger-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.burger-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-toggle.active span:nth-child(2) {
    opacity: 0;
}

.burger-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

@media (max-width: 1200px) {
    
    .list_category .bigli {
        grid-column: span 1;
    }

    .list_category {
        grid-template-columns: repeat(2, 1fr);
    }

    .list_category .li .label p,
    .list_category li .label p {
        display: none;
    }

    .list_category .bigli .label strong a {
        font-size: 18px;
    }

	.list_category .bigli .label {
		max-width: none;
	}

	.categories_orange {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1024px) {

	#mainbox .col_right {
		margin-top: 0;
	}

    #dack_line {
        line-height: 20px;
        font-size: 11px;
    }
    
    #dack_line .box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .list_category {
        grid-template-columns: 1fr;
    }
    
    .burger-toggle {
        display: block;
    }
    
    #header {
        height: auto;
        min-height: 134px;
    }
    
    #header_body .box {
        padding: 10px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    #logo {
        float: none;
        margin: 0;
        background-size: contain;
    }
    
    #phone {
        display: none;
        text-align: right;
        margin: 0;
        font-size: 20px;
        flex: 0 0 auto;
		order: 4;
		margin-top: 10px;
    }
    
    #phone a {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }

	#phone span {
		font-size: 20px;
	}
    
    #mainmenu {
        width: 100%;
        position: static;
        margin-left: 0;
        margin-top: 20px;
        order: 3;
		height: auto;
		display: none;
    }

	#mainbox {
        margin: 160px 0 0 0;
    }

	#mainmenu.active {
        display: block;
    }
    
    #mainmenu ul {
        flex-direction: column;
        padding: 0;
    }
    
    .mainmenu-item {
        float: none;
        width: 100%;
        text-align: left;
    }
    
    .mainmenu-item:before,
    .mainmenu-item:after {
        display: none;
    }
    
    .mainmenu-link {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .mainmenu-item:last-child a {
        border-bottom: none;
    }
    
    #search_console {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.1);
		position: static;
		margin-right: 0;
    }

	#search_console #search {
		position: static;
	}

	#search_console #search:focus {
		max-width: 100%; 
		position: static;
	}
    
    .searchform {
        width: 100%;
    }
    
    #search {
        flex: 1;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-right: none;
    }
    
    .search-button {
        border-radius: 0 4px 4px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .search-button svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 800px) {
    
	#individual_bg{
		width: 100%;
		aspect-ratio: 705 / 330;
		background-size: cover;
		height: auto;
	}
	
	.bg_transparent h1 {
	    margin: 0;
	    font-size: 22px;
	}
}

@media (max-width: 620px) {

    .categories {
        display: block;
    }

	#mainbox .col_left_main {
		max-width: none;
	}

	#mainbox .col_right {
		margin-top: 15px;
	}

	.box-span {
		display: none;
	}
	
	#individual_bg {
		display: none;
	}
}

@media (max-width: 420px) {
	.item-img {
		width: 100%;
	}

	.item-top {
		top: 40px;
	}
}