* {margin: 0;padding: 0;}
*, :after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://brite-optics.ru/local/templates/briteoptics-energosoft/fonts/fontawesome-oswald-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://brite-optics.ru/local/templates/briteoptics-energosoft/fonts/fontawesome-oswald-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://brite-optics.ru/local/templates/briteoptics-energosoft/fonts/fontawesome-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://brite-optics.ru/local/templates/briteoptics-energosoft/fonts/fontawesome-oswald-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(https://brite-optics.ru/local/templates/briteoptics-energosoft/fonts/fontawesome-oswald-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  	font-optical-sizing: auto;
}
html {
 	text-size-adjust: 100%;
	height: 100%;
}
h1 { 
	color: #fff;
	font-size: 2.5rem;
}
img {
    filter: blur(0);
    transition: filter 1s;
}
.container-1400 {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    transition-property: all;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  justify-content: space-between;
/* --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%; */
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
}
.container-1400 .row{
	width: 100%;
}

.m-t-b-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m-t-b-6{ 
	margin-top: 6%;
	margin-bottom: 6%;
}
.custom{
	background-color: rgba(240,240,240,1);
}
.breadcrumb-bg {
background-color: rgba(217,217,217,1);

}
.content {
margin-bottom: 3%;
    padding-bottom: 3%;
    font-size: 18px;
    color: rgba(51,51,51,1);
margin-top: 3%;
   
}
.content-title {
    padding-left: 30px;
    border-left: 5px solid #999;
    
    margin-bottom: 3%;
	font-size: 32px;
    color: rgba(51,51,51,1);
    font-weight: normal;
}
.block {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.block-text {
	width: 94%;
    max-width: 1540px;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translate(-50%,-0%);
    align-items: center;
}
.block-text h1 {
    animation: puBanner 1s;
    text-align: left;
    letter-spacing: 0px;
	color:#fff;
font-size: 2.5rem;
margin-bottom: 0.5rem;
    font-weight: 300;
    line-height: 1.2;
}
@keyframes puBanner {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}
.block-image {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.block-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bannerimg 2s;
}
@keyframes bannerimg {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
/*** поиск ****/
.header-close svg {
    fill: #000;
    transition: all ease .3s;
    cursor: pointer;
}
.block-search:hover  {cursor: pointer;}
.header-close:hover svg {
    transform: rotate(90deg);
}
.modal-search .modal-dialog {
	width: 100%;
max-width: none;
margin-top:0;
    margin-bottom: 0;
}

/******* header *****/
.bg-header {min-height: 0px;
    background: rgba(255,255,255,0);
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: fixed; /* временно, потом ставим position: fixed; */
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .5s ease;}
.bg-header-menu {}

.blog-header-logo {
overflow: hidden;
    	max-width: 203px;
	display: block;
text-align: left;
}
.blog-header-logo img {
	width: 80%;
	height: 100%;
    	object-fit: contain;
    	filter: unset;
    	transition: 0.6s;
}
.fixed {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	background: rgba(0,0,0,.6);
    	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	z-index: 20;
}
.fixed .bg-header {
background: rgba(0,0,0,.6);
}
.fixed .blog-header-logo img,  header#navigation:hover .blog-header-logo img{
	width: 70%;
}
header#navigation:hover {
	background: rgba(0,0,0,.6);
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.ss_icon {fill:#fff;}
/***** mobile menu ****/
.mobile-header {position: relative;padding-right:0!important;}
.mobile-header button {
width: 21px;
    height: 16px;
}
.mobile-header p{
width: 21px;
    height: 16px;
    cursor: pointer;
}
.mobile-header button.navbar-toggler[aria-expanded="false"] span {
    width: 100%;
    background: #fff;
    display: block;
    height: 2px;
    margin: 2px 0;
    float: left;
    -webkit-transition: all ease 0.8s,opacity ease 0.3s;
    -moz-transition: all ease 0.8s,opacity ease 0.3s;
    -ms-transition: all ease 0.8s,opacity ease 0.3s;
    -o-transition: all ease 0.8s,opacity ease 0.3s;
    transition: all ease 0.8s,opacity ease 0.3s;
    opacity: 1;
}
.mobile-header button.collapsed[aria-expanded="false"] span:nth-of-type(1) {
    width: 50%;
    float: left;
}
.mobile-header button.collapsed[aria-expanded="false"] span:nth-of-type(3) {
    width: 50%;
    float: right;
}
.mobile-header button.navbar-toggler[aria-expanded="true"] span {
    background: #fff;
    -webkit-animation: animaspan 0.5s 1;
    animation: animaspan 0.5s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    width: 100%;
    display: block;
    height: 2px;
    margin: 2px 0;
    float: left;
}
.mobile-header button.navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
    transform: translateY(6px) rotate(670deg);
width: 100%;
}
.mobile-header button.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(0px) rotate(768deg);
}
.mobile-header button.navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
    width: 0;
    opacity: 0;
}
.mobile-header-menu.navbar-collapse{
position: absolute;
    left: 0;
    right: 0;
    background: rgb(62 61 61 / 96%);
    padding: 57px 15px 0;
    height: 100vh;
    overflow-y: scroll;
    z-index: 10;
    max-height: 1080px;
    transition: all ease .3s;
    width: 100%;
}
.mobile-header-menu a {
padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
text-transform: uppercase;
    font-weight: 500;

}
.mobile-header-menu a.nav-link:focus, .mobile-header-menu a.nav-link:hover {
 color: #fff;
}
.mobile-header-menu a.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.podmenu {
display: flex;
    justify-content: space-between;
    padding: 0;
}
.podmenu-icon svg[aria-expanded="false"] {
    width: auto;
    margin: 18px 0;
    opacity: .7;
    cursor: pointer;
    transition: all ease .3s;
height: 20px;
fill:#fff;
}
.podmenu-icon svg[aria-expanded="true"] {
transform: rotate(90deg);
width: auto;
    margin: 18px 0;
    opacity: .7;
    cursor: pointer;
    transition: all ease .3s;
height: 20px;
fill:#fff;
} 
.p_navBox2 {
    	background: rgb(62 61 61 / 96%);
    	padding: 0 0 20px 0;
}
.p_navItem2{
	list-style: none;
    	padding: 0;
}
.p_navBox2 ul {
	padding:0;
	margin:0;
}
.p_navItem2 a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    font-size: 15px;
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
transition: all ease .3s;
text-align: left;
}
p.p_menu2Item {
    font-size: 18px;
    color: #fff;
font-weight: 300;
text-transform: none;
margin-bottom: 0;
}
.p_navItem2 .p_img {
    width: 23px;
    opacity: .8;
    margin: 0;
display: block;
}
.p_navBox2 ul.p_level3Box {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    background: #ffffffdb;
    padding: 15px;
}
.p_navBox2 ul li.p_level3Item {
    width: 46%;
    display: inline-block;
    border: solid 1px #33333317;
    margin: 5px;
}
.p_level3Item p.p_menuItem{
margin: 0px 15px 0px 15px;
padding: 6px 0;
font-weight: 400;
}
/****forma*****/
.form-question {
	margin-top:30px;
}
.form-question input[type="text"],
.form-question textarea,
.form-question  select {width: 100%;padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
margin-bottom:20px;
    font-weight: 300;
}
.form-question input[type="text"],
.form-question  select {
	height: 50px;
 }
.e_formBtn-15 {
border-radius: 0.25rem;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 200px;
    padding: 12px 8px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background: #333;
    font-weight: normal;
	color:#fff;
}
.e_formBtn-15:hover {
    background-color: #666;
    border-style: solid;
    border-color: #666;
color:#fff;
}
.e_formBtn-13 {
border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 200px;
    padding: 12px 8px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background: #333;
    font-weight: normal;
	color:#fff;
}
.e_formBtn-13:hover {
    background-color: #666;
    border-style: solid;
    border-color: #666;
color:#fff;
}
/**** support ****/
.podderzhka {
min-height: 300px;

    background-color: rgba(162, 166, 171, 1);
}
.podderzhka .e_container-1 {
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1540px;
    width: 94%;
}
.podderzhka .e_container-1 > .p_item,
.podderzhka .e_container-7 > .p_item,
.podderzhka .e_container-8  .p_item,
.podderzhka .e_container-10 .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
position: relative;
}
.podderzhka .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-top: 4%;
    padding-bottom: 6%;
    width: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}
.podderzhka .e_container-8 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    border-left: solid 5px #343a40;
    margin-bottom: 3%;
    max-width: none;
}
.podderzhka  .e_text-22,
.podderzhka .e_text-17 {
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    text-align: left;
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0px;
    font-weight: normal;
    max-width: none;

}
.podderzhka .e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    border-left: solid 5px #343a40;
    margin-bottom: 3%;
    max-width: none;
    margin-top: 6%;
}
/****** ****/
.novosti-h {
    min-height: 100px;
    background-color: rgba(162, 166, 171, 1);
}
.novosti-breadcrumb {
background-color: rgba(255, 255, 255, 1);
    padding-bottom: 20px;
    min-height: 0px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}
.novosti-breadcrumb .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.novosti-breadcrumb .bx-breadcrumb {
	margin:0;
}
.novosti {
padding-top: 0px;
    padding-bottom: 60px;
    background-color: rgba(240, 240, 240, 1);
}
/*****footer******/
footer{ color:#fff;
	position: relative;
	background-image: linear-gradient(180deg,#8d8f94 ,#5f6469 100.0%);
}

.footer {
	position: relative;
	display: flex;
	background-image: url(images/background-footer-logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 32%;
}
.copy {
	border-top: 1px solid rgba(255,255,255,0.2);
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}
.footer .title {
	margin-bottom:18px;
	font-size: 19px;
    font-weight: 500;
	
}
.footer .adress {
	font-size:16px;
}
.footer .adress a {
	color: rgba(255,255,255,1);
}



/******* Каталог *****/
.block-katalog {
min-height: 0px;
    background-color: rgba(162, 166, 171, 1);
    padding-top: 10%;
}
.block-text-katalog {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    margin-top: 0px;
    padding-top: 3%;
    /*padding-bottom: 3%;*/
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.block-text-katalog > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.block-text-katalog .cbox-1-0 {
    align-self: center;
}
.block-text-katalog .e_loop-6 {
    margin-left: auto;
    margin-right: auto;
    transition-property: all;
    max-width: none;
}
@media screen and (min-width: 768px) {
.block-text-katalog .e_loop-6 {
    margin-left: auto;
    margin-right: auto;
    transition-property: all;
    max-width: none;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px;
    border-bottom: 1px solid #bfc0c3;
}
}
.block-text-katalog .e_loop-6 .p_list {
    display: flex;
    flex-wrap: wrap;
}
.block-text-katalog .e_loop-6 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative;
}
@media screen and (min-width: 768px) {
.block-text-katalog .e_loop-6 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex: 0 0 auto;
    margin-right: 25px;
}
}
.block-text-katalog .e_text-7 {
    line-height: normal;
    font_radio: 2;
    font-size: 16px;
}
.block-text-katalog .e_text-7 a {
    display: block;
    padding: 10px 15px;
    background: #eee;
    border-radius: 0px;
    font-size: 14px;
    transition: all .5s ease;
    line-height: 1;
    color: #333;
    white-space: nowrap;
font-weight: 400;
}
.block-text-katalog .e_text-7 a:hover {
    background: #333;
    color: #fff;
}
.block-text-katalog .e_loop-6 .cbox-6:nth-child(even) {
    flex: 0 0 auto;
    align-items: center;
}

.block-text-katalog h1{
font-size: 40px;
  font-weight: 400;
text-transform: uppercase;
}
.block-text-katalog .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.product-wrapper {
    padding-bottom: 6%;
    background-image: url(/local/templates/briteoptics-energosoft/images/line.jpg);
    background-position: 0 240px;
    background-repeat: repeat-x;
    padding-top: 0px;
    min-height: 0px;
background-color: #fff;
}
.product-breadcrumb {
max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
}
.product-breadcrumb .bx-breadcrumb {
	margin-top:0;
}
.catalog-section {
padding-top: 3%;
max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
padding-left: 10px;
    padding-right: 10px;
}

/*** 152-закон ***/
.info-panel{
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #edeeed;
  padding: 15px;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  transition: 1s;
  z-index: 1000;
}

.info-panel-v{
  bottom: 0;
}

.info-panel span{
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.close-panel{
  display: inline-block;
padding: 7px 20px 7px 20px;
      border-radius: 4px;
    letter-spacing: 0px;
    background: #333;
    font-size: 15px;
    border: 1px solid transparent;
    color: #fff;
    line-height: 1.4285;
  min-width: 149px;
  cursor: pointer;
  vertical-align: middle;
}

.close-panel:hover, .close-panel:active{
color: #fff;
    background-color: #333;
    border-color: #333;
    background: #333;
    
}


@media only screen and (min-width: 1198px){
  .info-panel{
    width: 1150px;
    left: 50%;
    margin-left: -575px;
    overflow: hidden;
  }
  .info-panel span{
    display: inline-block;
    vertical-align: middle;
  }
  .info-panel p{
    width: 766px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 32px
  }
}

@media (max-width: 1100px) {
.product-wrapper {background-position: 0 140px;}
}
@media (max-width: 1023px) {
.blog-header-logo {text-align: left;}
.block {height: 250px;}
.block-image{background: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.product-breadcrumb {display:none;}

}
@media (max-width: 991px){
.blog-header-logo img {
    width: 70%;
padding: 5px 0px;
}
.footer .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.adress p {
font-size: 18px;
}
}
@media (max-width: 767px){
.block-text h1 {font-size: 30px;}
.block-katalog {
    padding-top: 20%;
}
.block-katalog .block-text-katalog {
     flex-direction: column;
    align-content: flex-start;
}
.block-katalog .block-text-katalog .cbox-1-0 {
    align-self: flex-start;
}
.block-katalog .block-text-katalog .e_loop-6 .p_list {
    display: inline-block;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-y: hidden;
    white-space: nowrap;
}
.block-katalog .block-text-katalog .e_loop-6 .p_loopitem {
    position: static;
    display: inline-block;
    width: auto;
    margin: 0 5px;
    vertical-align: top;
}
.block-katalog .block-text-katalog .e_loop-6 .p_loopitem:first-child {
    margin-left: 20px;
}
.block-katalog .block-text-katalog .e_loop-6 .p_loopitem:last-child {
    margin-right: 20px;
}
.catalog-section {padding-left: 0px; padding-right: 0px;}
}
@media (max-width: 480px) {

}